.js-store-prod-all-text video {
        border-radius: 15px; /*Радиус скругления границ видео*/
        border: 1px solid #031633; /*Цвет и толщина границ видео*/
        width: 50%; /*Ширина видео*/
        height: auto; /*Высота видео*/
    }
    @media screen and (max-width: 480px){
        .js-store-prod-all-text video {
        width: 100%;
        height: auto;
  
        }
    }
    .js-store-prod-all-text em {
        display: none !important;
    }
    .t-store__card__descr em {
        display: none !important;
    }
    


