.sp-three-grid{
	display: flex;
	flex-wrap: wrap;
}


.sp-three-grid .sp-grid-item{
	width: 33.33%;
	cursor: pointer;
	padding: 15px;
}
.sp-three-grid .sp-grid-item .sp-ytube-video-image{ transition: transform 1s; }
.sp-three-grid .sp-grid-item .sp-ytube-video-image:hover{ transform: scale(1.1); }
.sp-three-grid .sp-grid-item img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.sp-three-grid .sp-grid-item .sp-ytube-video-title{
	margin-top: 10px;
	font-size: 18px;
	line-height: 1.1;
	font-weight: bold;
}

.sp-three-grid .sp-grid-item .sp-ytube-video-count{
	color: #777;
	text-transform: uppercase;
	font-size: 14px;
}

@media( max-width:1200px ){
	.sp-three-grid .sp-grid-item{ width: 50%; }
}
@media( max-width:500px ){
	.sp-three-grid .sp-grid-item{ width: 100%; }
}

.sp-playlist-title{
	margin-top: 20px;
	font-size: 36px;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 30px;
	color: #555;
	position: relative;
	text-transform: uppercase;
}
.sp-playlist-title::after{
	position: absolute;
	content: "";
	background: #555;
	width: 20%;
	height: 3px;
	left: 50%;
	transform: translateX( -50% );
	bottom: 0;
	max-width: 200px;
}

#sp-ytube-modal{
	position: fixed;
	background: #000000ee;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}

#sp-ytube-modal .sp-ytube-modal-close-btn{
	position: absolute;
	top: 20px;
	right: 20px;
	background: none;
	border: none;
	color: #fff;
	font-size: 40px;
	outline: none;
}

#sp-ytube-modal .sp-ytube-modal-body{
	padding: 20px;
	position: absolute;
	width: 90%;
	max-width: 1100px;
	max-height: 650px;
	height: 57.5vw;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#sp-ytube-modal .sp-ytube-modal-body iframe{
	border: none;
	width: 100%;
	height: 100%;
}


.sp-inner-section{
	padding: 10px;
	margin-bottom: 30px;
	position: relative;
}

.sp-inner-section .sp-close-btn{
	position: absolute;
	top: 0px;
	right: 15px;
	border: none;
	font-size: 40px;
	outline: none;
	background: none;
	z-index: 100;
	color: #555;
}

.arrow_box {
	position: relative;
	background: #f5f5f5;
	border: 3px solid #eeeeee;
}
.sp-inner-section.arrow_box:after, .sp-inner-section.arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.sp-inner-section.arrow_box:after {
	border-color: rgba(245, 245, 245, 0);
	border-top-color: #f5f5f5;
	border-width: 20px;
	margin-left: -20px;
}
.sp-inner-section.arrow_box:before {
	border-color: rgba(238, 238, 238, 0);
	border-top-color: #eeeeee;
	border-width: 24px;
	margin-left: -24px;
}

.sp-ytube-video, .sp-vimeo-video, .sp-wp-video{
	cursor: pointer;
	position: relative;
}
.sp-ytube-video .sp-ytube-video-image,
.sp-vimeo-video .sp-vimeo-video-image{
	background-size: cover;
	background-position: center;
	padding-bottom: 55.7%;
	width: 100%;
	position: relative;
}
.sp-ytube-video .sp-ytube-video-image::after,
.sp-vimeo-video .sp-vimeo-video-image::after,
.sp-wp-video::after{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	position: absolute;
	background-image: url('../images/red-play-btn.png');
	background-size: contain;
	content: "";
	width: 100px;
	height: 100px;
}

.sp-grid-item .sp-ytube-video .sp-ytube-video-image::after{
	width: 30px;
	height: 30px;
}

.sp-wp-video{
	position: relative;
}

.sp-wp-video video, .sp-ytube-modal-body video{
	width:100%;
	max-height: 85vh;
}
