.page__photos {

    @media (max-width: @responsiveDesktop) {
        .header {
            position: absolute;
            top: 0;
            left: 0;
        }
    }

    .content {
        &:not(.content--full) {
            .h1 { margin: 0 }
        }
        .h1 {
            margin: 0;
            text-align: center;
            font-size: @75px;
            @media (max-width: @responsiveDesktop) {
                font-size: 8.4309vw;
            }
        }
    }
}