.video-series {
	padding: 37px 0;
}
.video-series .title-flex {
	max-width: 1067px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.video-series .title-flex p {
	margin: 0;
	font-family: 'freight-big-pro';
	font-size: 40px;
	letter-spacing: -0.08rem;
}
.video-series .title-flex p em {
	letter-spacing: 0;
}
.video-series .rside .button {
	margin: -8px 0 0 3px;
	background: #121216;
	border: none;
	min-width: 127px;
	text-align: center;
	color: white;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	height: 39px;
	padding: 6px 0 0;
	letter-spacing: 0.01rem;
}
.video-series .rside .button:hover {
	background: #5A644B;
}
.video-series .rside {
	display: flex;
	justify-content: flex-end;
}
.video-series .rside .insta-title {
	font-size: 74px;
	font-family: 'California Palms Script';
	font-weight: 100;
	color: black;
	transform: rotate(-6deg);
	margin: 23px 20px 0 0;
	position: relative;
	z-index: 2;
}
.video-series .pslider {
	max-width: 1085px;
	margin: -2px auto 40px;
	position: relative;
	padding: 10px 8px 83px 7px;
	overflow: hidden;
}
.video-series .pslider .card {
	background: #F4EFE9;
	padding: 17px;
	box-shadow: 1px 3px 8px #d1d1d1;
}
.video-series .pslider .card .lower-titles {
	display: flex;
	justify-content: space-between;
	margin: 34px 10px 5px;
}
.video-series .pslider .card .lower-titles h4 {
	margin: 0;
	font-size: 40px;
}
.video-series .pslider .card .lower-titles .shop-link {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	margin: -3px -5px 0 0px;
}
.video-series .pslider .vid {
	position: relative;
	width: 100%;
	height: 469px;
	overflow: hidden;
}
.video-series .pslider .vid .play {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	width: 56px;
	height: 56px;
	margin: auto;
}
.video-series .pslider .vid .left {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.video-series .pslider .vid .hide {
	display: none;
}
.video-series .pslider .vid video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #F4EFE9;
}
.video-series .pslider .swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: #121216;
	border-radius: 0;
	left: 0;
	top: -3px;
	height: 6px;
}
.video-series .swiper-horizontal>.swiper-scrollbar, .video-series .swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: 0;
	bottom: 26px;
	z-index: 50;
	height: 1px;
	width: 100%;
	background: black;
	height: 1px;
	border-radius: 0;
}
@media all and (max-width:1130px) {
	.video-series .title-flex, .video-series .pslider {
		max-width: 1000px;
	}
}
@media all and (max-width:1020px) {
	.video-series .title-flex, .video-series .pslider {
		max-width: 750px;
	}
	.video-series .pslider .vid {
		height: 360px;
	}
}
@media all and (max-width:768px) {
	.video-series .title-flex, .video-series .pslider {
		max-width: 500px;
	}
	.video-series .title-flex {
		display: block;
	}
	.video-series .rside {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		margin: 20px 0 0;
	}
	.video-series .rside .insta-title {
		font-size: 60px;
		margin: 42px 20px 0 0;
		position: relative;
		z-index: 2;
	}
	.video-series .rside .button {
		margin: 10px 0 0 0;
	}
}
@media all and (max-width:550px) {
	.video-series .title-flex p {
		font-size:30px;
	}
	.video-series .rside .button {
		min-width: 110px;
		font-weight: 700;
		padding: 7px 0;
		font-size: 10px;
		margin: 0px 0 9px 0;
	}
	.video-series .title-flex {
		max-width: 90%;
	}
	.video-series .pslider {
		max-width: 100%;
		padding: 10px 0 80px 5%;
		margin-bottom:0;
	}
	.video-series .swiper-horizontal>.swiper-scrollbar, .video-series .swiper-scrollbar.swiper-scrollbar-horizontal {
		left: 5%;
		width: 85%;
	}
	.video-series .rside .insta-title {
		font-size:50px;
	}
}