.ep4-more-embeds {
	margin: 20px 0;
}

/* Responsive video styles */
.responsive-embed-container {
	margin: 1.75em 0;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.responsive-embed-container iframe,
.responsive-embed-container object,
.responsive-embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Box_Embedder specific styles */
.embed-iframe {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='30' fill='%23aaa' viewBox='0 0 120 30'%3E%3Ccircle cx='15' cy='15' r='15'%3E%3Canimate attributeName='r' from='15' to='15' begin='0s' dur='0.8s' values='15;9;15' calcMode='linear' repeatCount='indefinite'/%3E%3Canimate attributeName='fill-opacity' from='1' to='1' begin='0s' dur='0.8s' values='1;.5;1' calcMode='linear' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle cx='60' cy='15' r='9' fill-opacity='.3'%3E%3Canimate attributeName='r' from='9' to='9' begin='0s' dur='0.8s' values='9;15;9' calcMode='linear' repeatCount='indefinite'/%3E%3Canimate attributeName='fill-opacity' from='.5' to='.5' begin='0s' dur='0.8s' values='.5;1;.5' calcMode='linear' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle cx='105' cy='15' r='15'%3E%3Canimate attributeName='r' from='15' to='15' begin='0s' dur='0.8s' values='15;9;15' calcMode='linear' repeatCount='indefinite'/%3E%3Canimate attributeName='fill-opacity' from='1' to='1' begin='0s' dur='0.8s' values='1;.5;1' calcMode='linear' repeatCount='indefinite'/%3E%3C/circle%3E%3C/svg%3E");
	background-position: center 40%;
	background-repeat: no-repeat;
}

/* LIQ_Embedder specific styles */
.liq-item-list {
	list-style-type: none;
	margin: 40px 0;
	padding: 0;
}

.liq-item-list .liq-item {
	margin: 0 0 30px;
	padding: 0;
	display: flex;
}

.liq-item-list .liq-item-title,
.liq-item-list .liq-item-meta {
	margin: 0 0 5px;
}

.liq-item .liq-item-title-link {
	text-decoration: none;
}

.liq-item .liq-item-image {
	width: 200px;
	max-width: 30vw;
	margin: 0 20px 0 0;
}

.liq-item .liq-add-to-cart-link,
.liq-add-all-to-cart-link{
	display: inline-flex;
	white-space: nowrap;
	text-decoration: none;
}

.liq-item .liq-add-to-cart-link:before,
.liq-add-all-to-cart-link:before {
	content:'';
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 15000 18000'%3e%3cg clip-path='url(%23a)'%3e%3cpath d='M9636 1533A3005 3005 0 00 7727 841l-2 652L7722 840a3004 3004 0 00-2935 2425 652 652 0 10 1280 252 1700 1700 0 01 1658-1373 1700 1700 0 01 1663 1380 652 652 0 10 1281-244 3005 3005 0 00-1033-1747Zm2498 3710H3336a1527 1527 0 00-1554 1283l-1250 8697a1500 1500 0 00 1560 1637h11286a1500 1500 0 00 1560-1637l-1250-8697a1528 1528 0 00-1554-1283Zm11 1305v-653l27 652a223 223 0 01 227 178l1239 8645a198 198 0 01-57 130 196 196 0 01-150 57 741 741 0 00-40-1H2037a196 196 0 01-208-186l1243-8645a223 223 0 01 227-178h8847Z' fill='currentColor' fill-rule='evenodd' clip-rule='evenodd'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath d='M0 522h15000v16956H0' fill='currentColor'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: auto;
	width: 30px;
	height: 24px;
	display: inline-block;
}

.mce-content-body .liq-item .liq-item-image {
	max-width: 30vw !important;
}

@media (max-width:490px) {
	.liq-item-list .liq-item {
		flex-direction: column;
	}

	.liq-item-list .liq-item-image-container {
		align-self: center;
	}

	.liq-item .liq-item-image {
		max-width: 100%;
		margin-bottom: 10px;
	}
}
