@media (max-width: 767px){
     .catalog-product-view .product.media .fotorama{
          padding-right:0 !important;
     }
     .catalog-product-view .product.media .fotorama__stage{
          margin-left: 0 !important;
          width: 100% !important;
         height: calc(100vw* 1.1) !important;
     }
     .catalog-product-view .product.media .fotorama__stage__shaft.fotorama__grab{
         width: 100%;
     }
     .catalog-product-view .product.media .fotorama__stage__frame .fotorama__img{
         width: 100%  !important;
         max-height: unset  !important;
     }
}
