.featured-resource-block {padding: 190px 0;}
.featured-resource-block:before {content: '';position: absolute;right: 0;top: 0;width: 420px;height: 420px;background: url(../../images/featured-top-corner.png) no-repeat;background-position: top right;background-size: contain;}
.featured-resource-block:after {content: '';position: absolute;left: 0;bottom: 0;width: 270px;height: 300px;background: url(../../images/featured-bottom-corner.png) no-repeat;background-position: bottom left;background-size: contain;}
.featured-resource-block .ct-row {align-items: center; position: relative; z-index: 1;}
.featured-resource-block .ct-row .img-block {width: 46%;}
.featured-resource-block .ct-row .text-block {width: 54%;padding: 0 0 0 10%;}
.featured-resource-block .ct-row .img-block iframe {width: 100%;}
.featured-resource-block .ct-row .text-block .label {font-size: 16px;line-height: 22px;margin-bottom: 20px;letter-spacing: 0.32px;text-transform: uppercase;}
.featured-resource-block .ct-row .text-block h3 {color: #000000;font-size: 22px;line-height: 32px;text-transform: uppercase;}

@media screen and (max-width:1440px) {
	.featured-resource-block {padding: 140px 0;}
	.featured-resource-block:before {width: 300px; height: 300px;}
	.featured-resource-block:after {width: 200px; height: 220px;}
}

@media screen and (max-width:1280px) {
	.featured-resource-block {padding: 100px 0;}
	.featured-resource-block .ct-row .text-block {padding: 0 0 0 40px;}
}

@media screen and (max-width:991px) {
	.featured-resource-block .ct-row .img-block {width: 100%; padding-top: 56.25%; position: relative;}
	.featured-resource-block .ct-row .img-block iframe {width: 100%; height: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; object-fit: cover; vertical-align: top;}
	.featured-resource-block .ct-row .text-block {width: 100%;padding: 25px 0 0 0;}
}

@media screen and (max-width:767px) {
	.featured-resource-block {padding: 150px 0 72px 0;}
	.featured-resource-block:before {width: 190px;height: 130px;}
	.featured-resource-block:after {display: none;}
	.featured-resource-block .ct-row .text-block .label {font-size: 15px; line-height: 20px;}
	.featured-resource-block .ct-row .text-block h3 {font-size: 18px; line-height: 24px;}
}