/** Video Embed **/
.video-embed {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio (9 / 16 = 0.5625) */
    height: 0;
    overflow: hidden;
}

.video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100% !important;
    max-height: 100% !important;
    border: 0;
}
/** ALL **/
.woolentor-template-container {
	max-width:100% !important;
}
/** Hero **/
.woocommerce div.product div.images .flex-control-thumbs li {
    max-width: 25%;
}
.rank-math-breadcrumb {
	font-size: 16px;
	font-weight: 600;
	color: var(--contrast-2);
}
.rank-math-breadcrumb a {
	color: var(--contrast-2);
}


/** Related Products **/
.related-products ul li .button {
	display:none !important;
}


/** Features List **/
.features-list {
	overflow: hidden;
}