#page-content { #photos-index, #photos-album { .rotate90 { img { transform: rotate(90deg); } } .rotate180 { img { transform: rotate(180deg); } } .rotate270 { img { transform: rotate(270deg); } } .grayscale { img { filter: grayscale(1); } } .grid-item.grayscale { .overlay { background-color: rgba(88, 88, 88, 0.6); } } h1.section-title { padding: 20px 40px 0 40px; } } .search-form { .btn { height: 50px; } } }