[itemtype$="Product"] .text iframe{
    width: 100%;
    max-height: 70vh;
}

.product__video{
    width: 100%;
    height: 300px;
    max-height: 70vh;
}

.product__video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main.green-site .product__video{
    background: linear-gradient(180deg,#02412c 0,#0c553f 100%);
}

.main:not(.green-site) .product__video{
    background: linear-gradient(180deg,#c8757b 0,#a12831 100%);
}

@media only screen and (min-width: 1200px){
    .product__info-item-ttl {
        width: 170px!important;
        word-wrap: break-word;
    }
}