.recent-videos-v2 {
	padding: 79px 0 174px;
	position: relative;
	background-image: url(../../assets/icons/utility/videosbg.png);
	background-size: cover;
	background-position: top center;
	max-width: 1445px;
	margin: 144px auto 39px;
}
.recent-videos-v2:before {
	content: "";
	display: block;
	width: 147px;
	height: 195px;
	background-image: url(../../assets/icons/utility/icon.png);
	background-size: contain;
	background-position: center;
	position: absolute;
	top: -98px;
	right: 5.1%;
}
.recent-videos-v2 .block-title {
	max-width: 1240px;
	margin: 0 auto 70px;
	border-bottom: 1px solid black;
	padding-bottom: 7px;
}
.recent-videos-v2 .block-title p {
	font-family: 'adobe-caslon-pro';
	font-size: 40px;
	margin: 0;
	font-weight: 100;
}
.recent-videos-v2 ul {
	max-width: 1240px;
	margin: 35px auto;
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.recent-videos-v2 ul li {
	width: 48%;
	margin: 0;
	position: relative;
}
.recent-videos-v2 ul li a {
	border: none;
	padding: 0;
	margin: 40px auto 0;
	text-align: center;
	font-family: 'adobe-caslon-pro';
	font-size: 16px;
	text-transform: lowercase;
	font-style: italic;
	text-decoration: none;
	color: #34322F;
	border-bottom: 1px solid #34322F;
	width: fit-content;
	line-height: 0.5;
	display: block;
}
@media all and (max-width:1310px) {
	.recent-videos-v2 .block-title {
		max-width: 1100px;
	}
	.recent-videos-v2 ul {
		max-width: 1100px;
	}
}
@media all and (max-width:1180px) {
	.recent-videos-v2 .block-title {
		max-width: 1000px;
	}
	.recent-videos-v2 ul {
		max-width: 1000px;
	}
	.recent-videos-v2 {
		padding: 52px 0 126px;
	}
}
@media all and (max-width:1030px) {
	.recent-videos-v2 .block-title {
		max-width: 700px;
		margin-bottom:30px;
	}
	.recent-videos-v2 ul {
		max-width: 700px;
		flex-wrap:wrap;
	}
	.recent-videos-v2 ul li {
		width: 100%;
		margin: 0;
		position: relative;
		text-align: center;
		margin: 0 auto 30px;
	}
}
@media all and (max-width:720px) {
	.recent-videos-v2 .block-title {
		max-width: 500px;
	}
	.recent-videos-v2 ul {
		max-width: 500px;
		flex-wrap: wrap;
	}
	.recent-videos-v2 ul li a {
		margin: 20px auto;
	}
	.recent-videos-v2 {
		padding: 52px 0 171px;
		margin-bottom: -100px;
	}
}
@media all and (max-width:550px) {
	.recent-videos-v2 .block-title p {
		font-size:30px;
	}
	.recent-videos-v2 .block-title {
		max-width: 300px;
	}
	.recent-videos-v2 ul {
		max-width: 300px;
		flex-wrap: wrap;
	}
	.recent-videos-v2 ul li iframe {
		height: auto;
		aspect-ratio: 16 / 10;
	}
	.recent-videos-v2 {
		padding: 52px 0 106px;
		margin-bottom: -70px;
	}
}