
    .content_box_video {

    margin: 0 auto;

    /*padding: 25px 0px 35px 0px;*/

    max-width: 1100px;

}

.videoset {

    max-width: 890px;

    margin: 0 auto;

    padding-right: 15px;

    padding-left: 15px;

}

.video-player-container {

    position: relative;

    z-index: 5;

    padding-bottom: 56.25%;

    height: 0;

    overflow: hidden;

    max-width: 100%;

 

}

.video-overlay {

    background: none !important;

}



.video-overlay {

    width: 100%;

    height: 100%;

    position: absolute;

    background: radial-gradient(circle,rgba(0,0,0,.5),rgba(0,0,0,.9));

    background: -webkit-radial-gradient(circle,rgba(0,0,0,.5),rgba(0,0,0,.9));

    z-index: 2!important;

    top: 0;

    left: 0;

}

.video-player-container .coverTap {

    background-image: none !important;

}



.coverTap {

    background-image: url(../../d34yf1zo0dhcj6.cloudfront.net/buygoods/vsl/cboverlay.jpg);

    background-size: cover;

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    z-index: 1;

}

.video-player-container .volume_button {

    background: rgba(0, 0, 0, 0.8);

    border: 2px solid transparent;

    border-radius: 50%;

    cursor: pointer;

    height: 52.5px;

    width: 52.5px;

    line-height: 52.5px;

    outline: none;

    padding-right: 0;

    pointer-events: auto;

    position: absolute;

    right: 20.5px;

    text-align: left;

    top: 20.5px;

}

.video-player-container .play-button-text {

    font-size: 80px;

    font-style: italic;

    font-weight: bold;

    letter-spacing: 2px;

    font-family: 'Oswald', sans-serif;

    color: #fff;

    text-shadow: 2px 2px 4px rgb(0 0 0 / 40%);

    transition: all 0.2s ease-out;

    cursor: pointer;

    text-transform: uppercase;

}

.video-player-container .volume_button .svg {

    position: relative;

    left: -3px;

    bottom: -2px;

}



svg:not(:root) {

    overflow: visible;

}

.video-player-container .play-button-text-wrapper {

    height: 100%;

}



.uk-flex-center {

    -ms-flex-pack: center;

    -webkit-justify-content: center;

    justify-content: center;

}

.uk-flex-middle {

    -ms-flex-align: center;

    -webkit-align-items: center;

    align-items: center;

}

.uk-flex {

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

}

.video-cover {

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    z-index: 1!important;

}

.video-player-container embed, .video-player-container iframe, .video-player-container object {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}

.video-player-container .pause-notifier {

    pointer-events: none;

    opacity: 1;

    transform: scale(1.1);

    width: 50px;

    transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;

}

@media screen and (max-width: 767px){
    .video-player-container .play-button-text{
        font-size: 40px;
        position: absolute;
        font-weight: 900 !important;
    }
    .video-player-container .volume_button {
    height: 35.5px;
    width: 35.5px;
    line-height: 52.5px;
    top: 11.5px;
    }
}
.coverTap.coverTap2:after {
    content: "PLAY";
    width: 100px;
    height: 40px;
    display: block;
    background: black !important;
    position: absolute;
    bottom: 0px;
    right: 0px;
  padding: 8px 0;
  color:white;
}
@media screen and (min-width: 501px) {
  .coverTap.coverTap2:after {
    content: "PLAY";
    width: 133px;
    height: 50px;
    display: block;
    background: black !important;
    position: absolute;
    bottom: 0px;
    right: 0px;
  padding: 13px 0;
  color:white;
}
}