.recent-videos {
	padding: 71px 0 64px;
	position: relative;
	background-image: url(../../assets/icons/utility/videosbg.png);
	background-size: cover;
	background-position: top center;
	max-width: 1445px;
	margin: 0 auto;
}
.recent-videos: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 .block-title {
	max-width: 1240px;
	margin: 0 auto 41px;
	border-bottom: 1px solid black;
	padding-bottom: 7px;
}
.recent-videos .block-title p {
	font-family: 'adobe-caslon-pro';
	font-size: 40px;
	margin: 0;
	font-weight: 100;
}
.recent-videos ul {
	max-width: 1240px;
	margin: 35px auto;
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.recent-videos ul li {
	width: 297px;
	margin: 0;
	position: relative;
}
.recent-videos ul li:nth-child(2):before, .recent-videos ul li:nth-child(4):before {
	content: "";
	display: block;
	width: 100%;
	height: 517px;
	border: 1px solid #34322F;
	position: absolute;
	top: -8px;
	left: -8px;
}
.recent-videos 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;
}
.recent-videos ul li .video-click {
	display: block;
	width: 283px;
	margin: 0;
	height: 503px;
	position: relative;
}
.recent-videos ul li .video-click .image-fit {
	width: 100%;
	height: 503px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.recent-videos ul li .video-click video {
	width: 100%;
	height: 503px;
	position: absolute;
	top: 0;
	left: 0;
}
@media all and (max-width:1360px) {
	.recent-videos ul li .video-click .image-fit, .recent-videos ul li .video-click video {
		height:450px;
	}
	.recent-videos ul li:nth-child(2):before, .recent-videos ul li:nth-child(4):before {
		height:466px;
	}
	.recent-videos ul li .video-click {
		height:450px;
	}
}
@media all and (max-width:1310px) {
	.recent-videos .block-title {
		max-width: 1100px;
	}
	.recent-videos ul {
		max-width: 1100px;
	}
	.recent-videos ul li {
		width:23%;
	}
	.recent-videos ul li:nth-child(2):before, .recent-videos ul li:nth-child(4):before {
		height: 407px;
		width: 106%;
	}
	.recent-videos ul li .video-click .image-fit, .recent-videos ul li .video-click video {
		height: 390px;
	}
	.recent-videos ul li .video-click {
		width: 100%;
		height: 385px;
	}
}
@media all and (max-width:1180px) {
	.recent-videos .block-title {
		max-width: 1000px;
	}
	.recent-videos ul {
		max-width: 1000px;
	}
	.recent-videos {
		padding: 52px 0 126px;
	}
}
@media all and (max-width:1030px) {
	.recent-videos .block-title {
		max-width: 700px;
	}
	.recent-videos ul {
		max-width: 700px;
	}
	.recent-videos ul li .video-click .image-fit, .recent-videos ul li .video-click video {
		height: 260px;
	}
	.recent-videos ul li:nth-child(2):before, .recent-videos ul li:nth-child(4):before {
		height: 277px;
		width: 109%;
	}
	.recent-videos ul li .video-click {
		width: 100%;
		height: 259px;
	}
	.recent-videos:before {
		content: "";
		display: block;
		width: 86px;
		height: 117px;
		position: absolute;
		top: -56px;
		right: 5.1%;
	}
}
@media all and (max-width:720px) {
	.recent-videos .block-title {
		max-width: 500px;
	}
	.recent-videos ul {
		max-width: 500px;
		flex-wrap: wrap;
	}
	.recent-videos ul li {
		width: 47%;
		margin: 0 0 30px;
	}
	.recent-videos ul li .video-click .image-fit, .recent-videos ul li .video-click video {
		height: 345px;
	}
	.recent-videos ul li .video-click {
		width: 100%;
		height: 345px;
	}
	.recent-videos ul li:nth-child(2):before {
		height: 360px;
		width: 106%;
	}
	.recent-videos ul li:nth-child(4):before {
		display: none;
	}
	.recent-videos ul li:nth-child(3):before {
		height: 360px;
		width: 106%;
		content: "";
		display: block;
		border: 1px solid #34322F;
		position: absolute;
		top: -8px;
		left: -8px;
	}
	.recent-videos {
		padding: 52px 0 171px;
		margin-bottom: -100px;
	}
}
@media all and (max-width:550px) {
	.recent-videos .block-title p {
		font-size:30px;
	}
	.recent-videos .block-title {
		max-width: 300px;
	}
	.recent-videos ul {
		max-width: 300px;
		flex-wrap: wrap;
	}
	.recent-videos ul li .video-click .image-fit, .recent-videos ul li .video-click video {
		height: 200px;
	}
	.recent-videos ul li .video-click {
		width: 100%;
		height: 200px;
	}
	.recent-videos ul li:nth-child(2):before, .recent-videos ul li:nth-child(3):before {
		height: 215px;
		width: 110%;
	}
	.recent-videos {
		padding: 52px 0 106px;
		margin-bottom: -70px;
	}
}