| 1 |
/** |
| 2 |
* Product Video |
| 3 |
* |
| 4 |
*/ |
| 5 |
.merchant-video-ratio { |
| 6 |
position: relative; |
| 7 |
z-index: 1; |
| 8 |
overflow: hidden; |
| 9 |
width: 100%; |
| 10 |
padding-top: 56.25%; |
| 11 |
} |
| 12 |
.merchant-video-ratio embed, |
| 13 |
.merchant-video-ratio audio, |
| 14 |
.merchant-video-ratio video, |
| 15 |
.merchant-video-ratio iframe { |
| 16 |
display: block; |
| 17 |
position: absolute; |
| 18 |
top: 0; |
| 19 |
left: 0; |
| 20 |
bottom: 0; |
| 21 |
right: 0; |
| 22 |
width: 100%; |
| 23 |
height: 100%; |
| 24 |
} |
| 25 |
|
| 26 |
.merchant-video-ratio-16-9 { |
| 27 |
padding-top: 56.25%; |
| 28 |
} |
| 29 |
|
| 30 |
.merchant-video-ratio-9-16 { |
| 31 |
padding-top: 177.7777777778%; |
| 32 |
} |
| 33 |
|
| 34 |
.merchant-video-ratio-4-3 { |
| 35 |
padding-top: 75%; |
| 36 |
} |
| 37 |
|
| 38 |
.merchant-video-ratio-3-2 { |
| 39 |
padding-top: 66.6666666667%; |
| 40 |
} |
| 41 |
|
| 42 |
.merchant-video-ratio-1-1 { |
| 43 |
padding-top: 100%; |
| 44 |
} |
| 45 |
|
| 46 |
.merchant-video-ratio-auto embed, |
| 47 |
.merchant-video-ratio-auto audio, |
| 48 |
.merchant-video-ratio-auto video, |
| 49 |
.merchant-video-ratio-auto iframe { |
| 50 |
display: block; |
| 51 |
width: 100%; |
| 52 |
max-width: 100%; |
| 53 |
} |
| 54 |
|
| 55 |
.merchant-product-has-video .woocommerce-product-gallery__wrapper { |
| 56 |
width: 100%; |
| 57 |
height: 100%; |
| 58 |
} |
| 59 |
.merchant-product-has-video .merchant-product-video { |
| 60 |
width: 100%; |
| 61 |
margin-bottom: 20px; |
| 62 |
-ms-flex-item-align: start; |
| 63 |
align-self: flex-start; |
| 64 |
justify-self: flex-start; |
| 65 |
} |
| 66 |
.merchant-product-has-video .merchant-product-video + .woocommerce-product-gallery__image, |
| 67 |
.merchant-product-has-video .merchant-product-video + .woocommerce-product-gallery { |
| 68 |
display: none !important; |
| 69 |
} |
| 70 |
.merchant-product-has-video .fitVids-wrapper { |
| 71 |
padding-bottom: 0 !important; |
| 72 |
} |