/*-----vlog--start-----*/
     .owl-carousel-past .item {
    height: 540px;
   
    padding: 1rem;
    margin: 0 0;
    background: #fff;
}
      
      
 



    .owl-carousel-past .item img {
    width: 700px;
    height: auto;
    margin: auto;
    left: -202px;
}
       

    
 .youtube-s {
  
  margin-bottom: 30px;
  position: relative;
 width: 300px;
  overflow: hidden;
  cursor: pointer;
    height: 520px;
     margin: auto;
}


.youtube-s img {
 height: 540px;
  top: 0;
  
  opacity: 0.7;
    position: absolute;
    overflow: hidden;
}

.youtube-s .play-button {
  width: 90px;
  height: 90px;
  background-color:transparent;
  box-shadow: 0 0 30px rgba( 255,255,255,0.6 );
  z-index: 1;
  opacity: 0.8;
  border-radius: 50%;
  border:2px solid #fff;
      background-color: rgba(0,0,0,0.8);
}



.youtube-s .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
  
}
.youtube-s img,
.youtube-s .play-button {
  cursor: pointer;
}


.youtube-s .play-button,
.youtube-s .play-button:before {
  position: absolute;
}
.youtube-s .play-button,
.youtube-s .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d( -50%, -50%, 0 );
}
.youtube-s iframe {
  height: 100%!important;
  width: auto;
  top: 0;
  left: 0;
    margin: auto;
}


/*----vlog---end------*/

.owl-nav {
    width: 100px;
    margin: 20px auto;
}


.owl-prev {
    width: 50%;
    float: left;
}


.p-member {
    font-size: 50px;
    color: #fff;
    background: #333d50;
    padding: 0 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}