/** Shopify CDN: Minification failed

Line 24:0 Unexpected "}"

**/
.richtext--homepage img[data-sizes=auto]{
    max-height: 70vh;
    width: auto;
    /* padding-top: 10px; */
}

/* .imagetext--homepage .image-with-text--image{
    width:30%;
}

.imagetext--homepage .image-with-text--text{
    width:70%;
} */

.imagetext--homepage .image-with-text--image img{
        max-height: 65vh;
    width: auto;
}
}
.imagetext--homepage .container{
    flex-wrap:nowrap !important;
} 

.home-page--banner .banner{
    height:80vh !important;  
} 


/* .richtext--homepage img[data-sizes=auto]{
    max-height: 68vh;
    width: auto;
}

.imagetext--homepage .image-with-text--image{
    max-height: 68vh;
    width: auto;
}
 
.imagetext--homepage .image-with-text--text{
    max-height: 68vh;
    width: auto;
}
.imagetext--homepage .container{
    flex-wrap:nowrap !important;
} 

.home-page--banner .banner{
    height:80vh !important;
}  */



@media screen and (min-width:769px){   
    .banner.homepage-slideshow{
        height:50vh;
    }
}
@media screen and (max-width:768px){
    .home-page--banner .banner{
        height:fit-content !important;
    }
    .imagetext--homepage .image-with-text--image{
        width:70% !important;
    }
    .imagetext--homepage .image-with-text--text {
        width:100%;
    }

   .imagetext--homepage .container{
        flex-wrap:wrap !important;
        justify-content:center;
    } 
    .richtext--homepage img[data-sizes=auto] {
        width:70%;

    }
}

