.youtube-player, .youtube-player-max {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
  }
  .youtube-player iframe, .youtube-player-max iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
  }
  .youtube-player img, .youtube-player-max img {
    object-fit: cover;
    display: block;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
  }
  .youtube-player img:hover, .youtube-player-max img:hover {
    -webkit-filter: brightness(75%);
  }
.youtube-player .play, .youtube-player-max .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url('//i.imgur.com/TxzC70f.png') no-repeat;
    cursor: pointer;
}
.single_video_wrp .play_img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.4);
    bottom: 0;
}
@keyframes pulse {
	0% {
		transform: scale(0.90);
	}

	70% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(0.90);
	}
}

.single_video_wrp .play_img a:hover img {
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
.video-img-wrap {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    padding-bottom: 56.5%;
}
.single_video_wrp img.main_img {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
}
.single_video_wrp .title p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    min-height: 52px;
}

ul.flex-direction-nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
}