.embedded-carousel-content h6 {
	line-height: 0;
}

.embeded-carousel {
	border-bottom: 0;
	margin: 0 0 35px;
}

.embeded-carousel .owl-carousel .owl-stage {
	display: flex;
}

.embeded-carousel .owl-carousel .owl-item {
	display: flex;
}

.embeded-carousel .owl-carousel .owl-item > .embedded-carousel-content {
	box-shadow: 0 0 8px 1px hsla(0, 0%, 53%, .25);
	margin-bottom: 3px;
	margin-left: 3%;
	margin-right: 3%;
	padding-left: 0;
	text-align: center;
	width: 100%;
}

.embeded-carousel .owl-carousel .owl-item > .embedded-carousel-content .content-not-empty {
	overflow: hidden;
	padding-bottom: 10px;
}

.embedded-carousel-content.content-empty {
	line-height: 0 !important;
}

.embedded-carousel-content.content-not-empty {
	line-height: 9px;
}

.embeded-carousel .owl-prev, .embeded-carousel .owl-next {
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	height: 38px;
	opacity: 75%;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 28%;
	width: 38px;
}

.embeded-carousel .owl-prev {
	left: 15px;
}

.embeded-carousel .owl-next {
	right: 15px;
}

.embeded-carousel .owl-prev .fa, .embeded-carousel .owl-next .fa {
	background: none !important;
}

.embeded-carousel .owl-prev .fa-chevron-left:before {
	content: "\f104";
}

.embeded-carousel .owl-next .fa-chevron-right:before {
	content: "\f105";
}

.embeded-card-title {
	border: none;
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.25;
	margin: 5px 5px 14px !important;
}

@media ( max-width: 480px) {
	.entry-content {
		overflow: hidden;
	}

	.embeded-carousel .owl-carousel {
		width: 100%;
	}

	.embeded-carousel .owl-prev {
		left: 10px;
	}

	.embeded-carousel .owl-next {
		right: 5px;
	}
}

.embeded-carousel .owl-carousel .owl-height {
	height: auto !important;
}

.embeded-carousel .owl-carousel .owl-item a {
	text-decoration: none;
	color: #444;
}

.embeded-carousel .owl-carousel .owl-item a.site-url {
	border-bottom: 0 !important;
	color: #444444 !important;
	font-size:18px !important;
	display: block;
	line-height: 1 !important;
	margin: 0 5px;
	padding-bottom: 11px;
	word-break: break-all;
}
.embeded-carousel .owl-carousel .owl-item .image-credit-link {
	font-size: 14px;
	line-height: 18px;
}
.embeded-carousel .owl-carousel .owl-item h5 {
	font-weight: 600;
	margin: 5px 5px;
}

.embeded-carousel .owl-carousel .owl-item h6 {
	font-size: 18px;
	font-weight: 400;
	margin: 12px 0 16px;
	padding-bottom: 10px;
}

.embeded-carousel .owl-carousel .owl-item .buy-button {
	align-items: center;
	background: var(--primary-brand-color,#9e9e9e);
	border: none !important;
	color: white !important;
	display: block;
	font-size: 13px;
	font-weight: 600;
	height: 48px;
	justify-content: center;
	line-height: 47px;
	margin: 6px auto 15px;
	max-width: 220px;
	min-width: 188px;
	overflow: hidden;
	padding: 0px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.embeded-carousel .owl-carousel .owl-item .buy-button .dollar-sign {
	font-size: 10px;
	font-weight: 700;
}
.embeded-carousel .owl-carousel .owl-item .buy-button .sales-price {
	font-weight: 700;
	margin-right: 0px;
}

.embeded-carousel .embedded-carousel-content a.inactiveLink {
	cursor: default;
	pointer-events: none;
}

.embeded-carousel .credits-overlay {
	display: none !important;
}

.embedded-carousel-content p {
	margin: 0;
}

.embeded-carousel .owl-carousel .owl-item a.site-url:hover {
	border-bottom: 0 !important;
}

.owl-prev svg {
	height: 27px;
	position: relative;
	top: 5px;
	width: 30px;
}
.owl-next svg {
	height: 27px;
	position: relative;
	top: 5px;
	width: 30px;
}

img.embed_carousel_img {
	height: auto;
	max-height: none;
}
