// Styles for 1080px and up (67.5*16) // Helpers .wrapper67_5 { @include proper-clearfix; } .nowrapper67_5 { @include no-proper-clearfix; } // Homepage .site-header-parallax-homepage { background-image: image-url('header-image-homepage-3.jpg'); } // Availability .availability-panel { .content { min-width: em-calc(400px); max-width: em-calc(500px); width: auto; .h1 { font-size: em-calc($fs-h1-1); } .btn-group { .btn { @include border-radius(0); width: 50%; margin-left: -2px; margin-top: 0; margin-bottom: 0; &:first-child { margin-top: 0; margin-left: 0; @include border-radius(3px 0 0 3px); } &:last-child { margin-right: -2px; @include border-radius(0 3px 3px 0); } } } } } // Building html.video { .timelapse { .header-video-inner, video, .buttons { display: block; } } }