.videos_by_cat {
	margin-bottom: 2rem;
}

.videos_by_cat,
.videos_by_cat .img-cont {
	position: relative;
}

.videos_by_cat .featured-slide-cont {
	position: relative;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
}

.videos_by_cat .featured-slide-cont .assets-cont {
	position: absolute;
	display: flex;
	width: 100%;
	height: 100%;
	top: 0;
	/* z-index: 1; */
}

.videos_by_cat .featured-slide-cont .assets-cont > * {
	position: relative;
}

.videos_by_cat .featured-slide-cont .assets-cont .grid {
	position: absolute;
	width: 58%;
	top: -13%;
	right: 48%;
}

.videos_by_cat .featured-slide-cont .blue-rectangle {
	position: absolute;
	width: 100%;
	right: -33%;
	top: -30%;
	height: fit-content;
	overflow: hidden;
	transform-origin: top left;
}

.videos_by_cat .featured-slide-cont .blue-rectangle .sm {
	display: block;
}

.videos_by_cat .featured-slide-cont .blue-rectangle .lg {
	display: none;
}

.videos_by_cat .featured-slide {
	position: relative;
	z-index: 999;
	width: 84%;
	margin: 0 auto;
	padding-top: 10%;
}

.videos_by_cat .featured-slide .img-cont {
	width: 100%;
}

.videos_by_cat .featured-slide .img-cont img {
	position: relative;
	z-index: 9;
	width: 100%;
}


.videos_by_cat .featured-slide .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.videos_by_cat .featured-slide .inner .content-section {
	margin: 5% 0;
}

.videos_by_cat .featured-slide .inner .title {
	font-family: futura-pt, sans-serif;
	color: var(--primary-dark-blue);
	font-weight: 600;
	font-size: 1.8rem;
	text-transform: uppercase;
	letter-spacing: .1rem;
	line-height: 2rem;
}

.videos_by_cat .featured-slide .inner p {
	margin: 0;
}

.videos_by_cat .featured-slide .inner .description {
	display: inline-block;
	font-family: century-gothic, sans-serif;
	color: black;
	font-weight: 300;
	font-size: 1rem;
}

.videos_by_cat .featured-slide .inner .description > * {
	font-size: 1.2rem;
}

.videos_by_cat .collection-slider-bottom-content-cont {
	padding: 5% 0;
}

.videos_by_cat .shared-play-button {
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-content: center;
}

.videos_by_cat .shared-play-button i {
	font-size: 13px;
	line-height: 30px;
	margin-left: 2px;
}

@media (min-width: 420px) {
	.videos_by_cat .featured-slide-cont .blue-rectangle .sm {
		display: none;
	}
	
	.videos_by_cat .featured-slide-cont .blue-rectangle .lg {
		display: block;
	}
}

@media (min-width: 40em) {
	.videos_by_cat .featured-slide-cont {
		overflow-x: visible;
	}

	.videos_by_cat .featured-slide-cont .assets-cont .grid {
		position: absolute;
		width: 50%;
		top: -11%;
		right: 56%;
	}
	.videos_by_cat .featured-slide-cont .blue-rectangle {
		position: absolute;
		width: 100%;
		right: -33%;
		top: -15%;
		height: fit-content;
		overflow: hidden;
	}

	.videos_by_cat .collection-slider-bottom-content-cont {
		padding: 9% 0 3%;
	}
}

@media (min-width: 64em) {
	.videos_by_cat {
		max-width: var(--widget-max-width);
		margin: 5% auto;
		padding: 0;
	}

	.videos_by_cat .featured-slide {
		padding-top: 5%;
	}

	.videos_by_cat .featured-slide-cont .assets-cont .blue-rectangle {
		width: 114%;
		top: -26%;
		right: -30%;
	}
	
	.videos_by_cat .featured-slide-cont .assets-cont .grid {
		width: 62%;
		top: -13%;
		right: 45%;
	}
	
	.videos_by_cat .featured-slide {
		width: 80%;
		margin: 0 auto;
	}
	
	.videos_by_cat .featured-slide .img-cont {
		display: flex;
		align-items: center;
		height: fit-content;
		margin: auto 0;
	}
	
	.videos_by_cat .featured-slide .inner {
		display: grid;
		grid-template-columns: 2fr 1fr;
		gap: 4rem;
	}
}