.recent-youtube .title-flex{
	max-width: 1185px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	color:white;
}
.recent-youtube .title-flex .left{
	display: flex;
}
.recent-youtube .title-flex .left img {
	width: 79px;
	height: 79px;
	border-radius: 50%;
	margin: 0 19px 0 0;
}
.recent-youtube .title-flex .left p {
	font-size: 40px;
	font-family: 'freight-big-pro';
	margin: 14px 0 7px;
	letter-spacing: -0.08rem;
	font-weight: 100;
}
.recent-youtube .title-flex .left p em {
	letter-spacing: 0;
}
.recent-youtube .title-flex .left a {
	color: #FFFFFF;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: 0.02rem;
}
.recent-youtube .title-flex .right .button {
	margin: 12px 0 0;
	background: #121216;
	border: none;
	min-width: 133px;
	text-align: center;
	color: white;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	height: 40px;
	padding: 7px 0 0;
}
.recent-youtube .title-flex .right .button:hover {
	background: #F4EFE9;
	color:black;
}
.recent-youtube .title-flex .right h5 {
	margin: 21px 14px 0 0;
	font-family: 'California Palms Script';
	font-size: 74px;
	color: #F2EDE7;
	transform: rotate(-8deg);
	font-weight: 100;
}
.recent-youtube .title-flex .right  {
	display:flex;
}
.recent-youtube .videos-flex {
	max-width: 1185px;
	margin: 14px auto;
	display: flex;
	justify-content: space-between;
}
.recent-youtube {
	padding: 57px 0 98px;
	filter: drop-shadow(0 3px 5px #6C6C6B);
}
.recent-youtube .videos-flex .left {
	width: 580px;
	background: #FFFFFF;
	padding: 9px;
}
.recent-youtube .videos-flex .left .tyt-vid {
	position: relative;
	width: 100%;
	height: 317px;
}
.recent-youtube .videos-flex .left .tyt-vid:hover {
	cursor: pointer;
}
.recent-youtube .videos-flex .left .tyt-vid .image-fit {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	-webkit-filter: brightness(70%);
}
.recent-youtube .videos-flex .left .tyt-vid .play {
	position: absolute;
	z-index: 2;
	width: 80px;
	height: 80px;
	display: block;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
}
.recent-youtube .videos-flex .right .tyt-vid {
	position: relative;
	width: 200px;
	height: 113px;
}
.recent-youtube .videos-flex .right .tyt-vid:hover {
	cursor: pointer;
}
.recent-youtube .videos-flex .right .tyt-vid .image-fit {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-filter: brightness(70%);
}
.recent-youtube .videos-flex .right .tyt-vid .play {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.recent-youtube .videos-flex .left h2 {
	margin: 0px 24px 4px;
	font-size: 26px;
	line-height: 1;
	font-weight: 100;
	letter-spacing: -0.07rem;
}
.recent-youtube .videos-flex .left .button {
	font-size: 11px;
	margin: 2px 0 0 24px;
	padding: 0;
	border: none;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.02rem;
}
.recent-youtube .videos-flex .left .views {
	font-size: 11px;
	text-transform: capitalize;
	font-weight: 700;
	margin: 12px 0 0 24px;
	display: block;
}
.recent-youtube .videos-flex .right {
	width: 580px;
	background: #F4EFE9;
	padding: 15px 12px;
	position: relative;
}
.recent-youtube .videos-flex .right:before {
	content: "";
	display: block;
	width: 70px;
	height: 63px;
	background-image: url(../../assets/icons/utility/thumbtack.png);
	background-size: contain;
	background-position: center;
	position: absolute;
	top: -27px;
	left: 0;
	right: 0;
	margin: auto;
}
.recent-youtube .videos-flex  .ytp-large-play-button {
	display: none!important;
}
.recent-youtube .videos-flex .right ul {
	list-style: none;
}
.recent-youtube .videos-flex .right ul .yt-vid {
	background: white;
	padding: 10px 10px 10px;
	display: flex;
	justify-content: space-between;
}
.recent-youtube .videos-flex .right ul .yt-vid .rside {
	width: 58%;
}
.recent-youtube .videos-flex .right ul .yt-vid .rside h2 {
	font-size: 18px;
	margin: 0 0 8px;
	letter-spacing: -0.03rem;
	line-height: 1;
}
.recent-youtube .videos-flex .right ul .yt-vid .rside .views {
	font-size: 11px;
	font-weight: 600;
	text-transform: capitalize;
	display: block;
	margin: 14px 0 -1px;
}
.recent-youtube .videos-flex .right ul .yt-vid .rside .button {
	border: none;
	padding: 0;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
}
.recent-youtube .videos-flex .right ul li 
{	margin-bottom: 18px;}
.recent-youtube .videos-flex .right ul li:last-child {
	margin-bottom:0;
}
@media all and (max-width:1240px) {
	.recent-youtube .title-flex, .recent-youtube .videos-flex {
		max-width: 1000px;
	}
	.recent-youtube .videos-flex .right {
		width:475px;
	}
	.recent-youtube .videos-flex .left {
		width:510px;
	}
	.recent-youtube .videos-flex .right ul .yt-vid .rside {
		width: 50%;
	}
}
@media all and (max-width:1020px) {
	.recent-youtube .title-flex, .recent-youtube .videos-flex {
		max-width: 750px;
	}
	.recent-youtube .title-flex .right h5 {
		font-size:60px;
	}
	.recent-youtube .videos-flex {
		display: block;
	}
	.recent-youtube .videos-flex .left {
		width: 580px;
		margin: 0 auto 20px;
	}
	.recent-youtube .videos-flex .right {
		width: 100%;
		max-width: 580px;
		margin: 40px auto 0;
	}
}
@media all and (max-width:768px) {
	.recent-youtube .title-flex, .recent-youtube .videos-flex {
		max-width: 500px;
	}
	.recent-youtube .title-flex {
		display: block;
	}
	.recent-youtube .title-flex .right {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.recent-youtube .videos-flex .left {
		width: 100%;
		margin: 0 auto 20px;
	}
	.recent-youtube {
		padding: 39px 0 42px;
	}
}
@media all and (max-width:550px) {
	.recent-youtube .title-flex, .recent-youtube .videos-flex {
		max-width: 92%;
	}
	.recent-youtube .title-flex .left p {
		font-size:30px;
	}
	.recent-youtube .title-flex .left a {
		color: #FFFFFF;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: 700;
		text-decoration: none;
		letter-spacing: 0.04rem;
	}
	.recent-youtube {
		padding: 30px 0 85px;
		position: relative;
		overflow: hidden;
	}
	.recent-youtube .title-flex .right .button {
		min-width: 90px;
		font-weight: 700;
		font-size: 10px;
		position: absolute;
		bottom: 30px;
		left: 0;
		right: 0;
		margin: auto;
		width: 150px;
		padding: 7px 0 0;
	}
	.recent-youtube .title-flex .right h5 {
		font-size: 50px;
		margin: -6px 8px 7px 0;
	}
	.recent-youtube .videos-flex .left h2 {
		margin: 4px 0 7px;
		font-size: 18px;
		line-height: 1;
		font-weight: 100;
		letter-spacing: 0;
	}
	.recent-youtube .videos-flex .left .button {
		font-size:9px;
		margin:0;
	}
	.recent-youtube .videos-flex .right ul .yt-vid .rside h2 {
		font-size: 15px;
		margin: 0 0 8px;
		letter-spacing: -0.03rem;
		line-height: 1.2;
	}
	.recent-youtube .videos-flex .left .views {
		font-size: 10px;
		text-transform: capitalize;
		font-weight: 700;
		margin: 0;
		display: block;
	}
	.recent-youtube .videos-flex .right ul .yt-vid .rside .views, .recent-youtube .videos-flex .right ul .yt-vid .rside .button {
		font-size: 9px
	}
}
@media all and (max-width:494px) {
	.recent-youtube .videos-flex .right ul .yt-vid .rside {
		width: 44%;
	}
}
@media all and (max-width:440px) {
	.recent-youtube .videos-flex .right ul .tyt-vid {
		width: 50%;
	}
}
