﻿.home-tout__item-image .home-tout__item-image--desktop img {
    width: 100% !important;
    height: 500px !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}
.home-tout__item-image .home-tout__item-image--desktop {
    height: 500px !important;
    overflow: hidden !important;
}
@media only screen and (max-width:768px) {
    .home-tout__item-image .home-tout__item-image--desktop img {
        height: 350px !important;
    }
    .home-tout__item-image .home-tout__item-image--desktop {
        height: 350px !important;
    }
}

@media only screen and (max-width:480px) {
    .page-wrap {
        overflow: hidden;
        padding-top: 0!important;
    }
}

@media only screen and (max-width:374px) {
    .page-wrap {
        overflow: hidden;
        padding-top: 0!important;
    }
}

@media only screen and (max-width:413px) {
    .page-wrap {
        overflow: hidden;
        padding-top: 0!important;
    }
}
