@media screen and (min-width: 911px){
    .image_mobile{
        display: none;
    }
    .image_desktop{
        height: 100%;
    }
    .image_desktop img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    } 
    .shop-adv-img-mobile{
     display: none !important;   
    }
    .subscribe-note{
        padding-left: 50px !important;
     }
} 