.mtv-top-slide-img{
    width: 60%;
    float: left;
	height: inherit;
    background-repeat: no-repeat;
    background-size: 100%;

}
.wptv-skin5-link{
  position: relative;
  display: inline-block;
}
.tooltiptext1 {
    visibility: hidden;
    max-width: 300px;
    width: 100%;
    background-color: white;
    color: #fff;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    left: 103%;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 10;
    padding: 15px;
    top: 0;
}
.tooltiptext1::after {

    content: "";
    position: absolute;
    top: 43%;
    right: 100%;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid white;
    
}

.tooltiptext1 .description{
    height: auto;
    overflow: hidden;
}

.wptv-skin5-link:hover .tooltiptext1 {
  visibility: visible;
  opacity: 1;
}

/*end of toolpit*/
.view-all:hover{
	color: white;
}
.wptv-skin5-link:hover{
	text-decoration: none !important;
}
.img-wrapper-skin5{
	max-height: 180px;
	min-height: 180px;
}


@media screen and (min-width: 960px){
.wptv_video-slide5:hover{
    transform: none !important;
    z-index: 5 !important;
}
.wptv .slick-first .wptv_video-slide5:hover {
    transform:none !important;
}
.wptv .slick-last .wptv_video-slide5:hover {
    transform: none !important;
}
.wptv .slick-first .wptv_video-slide5:hover, .wptv .slick-first .wptv_video-slide5:first-child:hover {
    transform: none !important;
}
}
.play-button-icon-skin5{
    background-color: transparent;
    border: unset;
    font-size: 25px;
}
.slick-dots li.slick-active button:before{
    color: white;
}
.slick-dots li button:before{
	color: white;
    font-size: 9px;
}
a {
    text-decoration: none !important;
}
.slick-active.slick-last .tooltiptext1{left:-100% !important;}
.wptv-skin5-link:nth-child(4n) .tooltiptext1{left:-100% !important;}
.slick-active.slick-last .tooltiptext1::before{
    content: "";
    position: absolute;
    top: 35% !important;
    left: 100% !important;
    border-width: 12px;
    border-style: solid !important;
    border-color: transparent transparent transparent white !important;
    color: white !important;

}
.wptv-skin5-link:nth-child(4n) .tooltiptext1::before{
    content: "";
    position: absolute;
    top: 35% !important;
    left: 100% !important;
    border-width: 12px;
    border-style: solid !important;
    border-color: transparent transparent transparent white !important;
    color: white !important;

}
.wptv-skin5-link:nth-child(4n) .tooltiptext1::after{
    content: "";
    position: absolute;
    top: 35% !important;
    left: 100% !important;
    border-width: 12px;
    border-style: solid !important;
    border-color: transparent transparent transparent white !important;
    color: white !important;

}
.slick-active.slick-last .tooltiptext1::after{
    content: "";
    position: absolute;
    top: 35% !important;
    left: 100% !important;
    border-width: 12px;
    border-style: solid !important;
    border-color: transparent transparent transparent white !important;
    color: white !important;

}

.gradient-h {
    position: absolute;
    height: 100%;
    left: 40%;
    width: 15%;
    z-index: 1000;
}

.wptv_video-slide5{

    box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
    margin-bottom: 8px;
    position: relative;    

}

.wptv_skin_5 .title{
    width: 95%;
    margin: 0 auto;
    line-height:19px;
}

.wptv_skin_5 .wptv_vid_title{
    text-align: left;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif ;
    color: #fff;
    
}

.wptv_tooltip_heading{
    font-size: 15px;
    color: rgba(0,0,0,.9);
    font-family: 'circular', sans-serif ;
    font-weight: 500;
    line-height: 1.4;
    padding:0px;
    margin: 0px;
}

.wptv_tooltip_txt{
    height: auto;
    overflow: hidden;
    font-family: 'circular', sans-serif !important;
    width: 95%;
    margin: 0 auto;
    line-height: 1.45;
    element.style.font-smoothing= antialiased;
    -webkit-font-smoothing: antialiased;
    color: rgba(0,0,0,.9);
    opacity: 0.7;
    font-size: 14px;
    font-weight: 400;
    max-height: 231px;
    overflow:hidden
}

  @-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    element.style.transform=translateX(100px);
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    element.style.transform=none;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    element.style.transform=translateX(100px);
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    element.style.transform= none;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpSD {
  element.style.name= fadeInUpSD;
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}

.mtv-skin5-containers-slide.slick-active .inner-div {
  animation-name: fadeInUpSD;
  animation-duration: 2s;
  -webkit-animation-name: fadeInUpSD;
  -webkit-animation-duration: 2s;
  opacity: 1;
  width: 100%;
}
@media (max-width: 1100px){
	.img-wrapper-skin5 {
    max-height: 150px;
    min-height: 125px;
}
}
@media (max-width: 500px){
	.img-wrapper-skin5 {
    max-height: 130px;
    min-height: 110px;
}
}