﻿

#start-slideshow {

}

#start-slideshow {
    /*border: 4px solid black;
    height: 60vh;*/
}

#start-slideshow .flexslider .slides li {
    /* min-height: 42vw; */
    height: 54vw !important;
    line-height: 54vw !important;
    max-height: 87vh;
}


.topTextWrapper {
    margin: 0 auto;
    text-align: center;
    

}


.topTextWrapper h1 {
/*    line-height: calc(var(--font-size-h1) * 1.2);*/
    margin-bottom: 3vw;
}




.instagramGrid {
    width: 100%;
    height: auto;
    min-height: 5vh;
    background: lightblue;
    grid-template-columns: repeat(5, 20% [col-start]);
    grid-template-rows: repeat(5, 20% [col-start]);
}


@media screen and (max-width: 600px),
        screen and (max-height: 600px) {

    
    .topTextWrapper h1 { margin-bottom: 5vw; }
}

@media screen and (max-width: 350px) {

    .topTextWrapper h1 { margin-bottom: 7vw; }
}
