@media screen and (min-width: 1441px) {
    #main-slideshow, #main-slideshow .slideshow-gallery-controls .centered-content, #main-hero .centered-content, .slideshow-gallery-controls, .slideshow-gallery li, #main-hero {
        height:560px;
    }
    .slideshow-gallery img, #main-hero .hero-image>img {
        min-height:560px;
    }
    .slideshow-gallery img, #main-hero .hero-image>img {
        margin-top:280px;
    }
    
    .onlymobile{
        display:none;
    }
}
@media screen and (min-width: 1601px) {
    #main-slideshow, #main-slideshow .slideshow-gallery-controls .centered-content, #main-hero .centered-content, .slideshow-gallery-controls, .slideshow-gallery li, #main-hero {
        height:626px;
    }
    .slideshow-gallery img, #main-hero .hero-image>img {
        min-height:626px;
    }
    .slideshow-gallery img, #main-hero .hero-image>img {
        margin-top:313px;
    }
    
    .onlymobile{
        display:none;
    }
}
@media screen and (min-width: 1981px) {
    #main-slideshow, #main-slideshow .slideshow-gallery-controls .centered-content, #main-hero .centered-content, .slideshow-gallery-controls, .slideshow-gallery li, #main-hero {
        height:770px;
    }
    .slideshow-gallery img, #main-hero .hero-image>img {
        min-height:770px;
    }
    .slideshow-gallery img, #main-hero .hero-image>img {
        margin-top:385px;
    }
    
    .onlymobile{
        display:none;
    }
}