js-store-prod-all-text video {
        border-radius: 15px; /*Радиус скругления границ видео*/ 
        border: 1px solid #23A77F; /*Цвет и толщина границ видео*/ 
        width: 100%; /*Ширина видео*/ 
        height: auto; /*Высота видео*/
    }
    @media screen and (max-width: 980px){
        .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;
    }