@import url("https://use.typekit.net/fcy3xvu.css");
iframe.product-videos {
margin: 0 20px 0 0;
width: 300px;
}
h4.card-title.video {
color: #000000 !important;
font-size: 2rem !important;
}
div.video-container {
background: #EAF2F8;
padding: 20px 0px;
margin: 0 0 20px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
h4.card-title.video {
font-size: 1.5rem !important;
}
}
@media screen and (max-width: 991px) {
iframe.product-videos {
margin: 0 auto 20px;
width: 100%;
}
div.card-body.sub-page.d-flex {
display: block !important;
}
}