html {
  background-color: #f3f3f3;
}
.wrapper {
  max-width: 680px;
  margin: 60px auto;
  padding: 0 20px;
}

.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}



.youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
}
/*
.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
*/

.youtube .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 pink;
}



.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent white;
  border-radius: 5px;
}
.youtube img,
.youtube .play-button {
  cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}



/*-------video slider start-arrow---*/
 .swiper-slide-next .youtube .play-button,.swiper-slide-prev .youtube .play-button{
        display: none;
        
    }
    .swiper-slide-next .slide-caption,.swiper-slide-prev .slide-caption{display: none;}
    
    .swiper-slide-next .youtube ,.swiper-slide-prev .youtube{
       cursor: none;
        
    }
    .slide-caption{text-align: center; background: #0f206c; color: #CCA86E;}
/*-------video slider start-arrow---*/


/*------vlog sidebar-start------*/
    .youtube-thumbnail {
            position: relative;
            overflow: hidden;
            cursor: pointer;
        }

        .youtube-thumbnail img {
            width: 100%;
            height: auto;
            display: block;
        }

        .youtube-thumbnail:hover img {
            filter: brightness(70%);
        }

       

.youtube .play-button {
  width: 70px;
  height: 70px;
  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);
    
}

.play-button-main {
    position: absolute;
    top: 50%;       /* Moves the element to the center of the container vertically */
    left: 50%;      /* Moves the element to the center of the container horizontally */
    transform: translate(-50%, -50%);  /* Offsets the element by half its width and height for exact centering */
    font-size: 35px;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    pointer-events: none;  /* Disables interaction with the button */
    height: 70px;
    width: 70px;
    border-radius: 50%;    /* Makes the button circular */
    text-align: center;    /* Centers any text within the button */
    border: 2px solid #fff; /* Adds a white border for emphasis */
    line-height: 68px;
}


.swiper-slide-next .play-button-main,.swiper-slide-prev .play-button-main{
    
    display: none;
}



     
     .ex-content{
         
         background: transparent;
         border: 0;
     }
      .ex-close{
         background: transparent!important;
         color: #fff!important;
          font-size: 24px;
     }


/*------vlog sidebar-end------*/