body.widget-snippet section.single-popup-video .fluid-video:after, .fee .widget-snippet section.single-popup-video .fluid-video:after{
    display:none
}
body.widget-snippet .video-button .video-edi {
  margin-top: -350px;
}
body.widget-snippet .video-button {
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
  width: 100%;
}
body.widget-snippet section.single-popup-video  {
    margin-top:50px
}
section.single-popup-video .fluid-video img{
    width:100%;
    max-height:595px;
    object-fit:cover
}
section.single-popup-video .fluid-video:after{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.7)
}
.video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 100px;
    transform: translate(-50%, -50%);
}

a.render-site-popup {
    width: 100px;
    height: 100px;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}
.video-button p {
    text-align: center;
    display: block;
    font-family: "Assistant", sans-serif;
    font-weight:300;
}
a.render-site-popup:hover path{
fill:#5c7fb3
}


/* site popup design */
.wc-site-popup.popup.anim-fade-zoom {
    left: 50%;
    top: 50%;
    transform: scale(0.8) translate(-50%, -50%);
    transform-origin: 0 0;
    z-index:99999;
    padding: 0;
}
.wc-site-popup.popup.anim-fade-zoom.active {
    transform: scale(1) translate(-50%, -50%);
    max-width: 70%;
}
.wc-site-popup.popup {
    border: 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
}
.wc-site-popup.popup  .header {
    height: 1px;
    padding: 0;
    background: none;
    border: none;
    position: relative;
}
.wc-site-popup.popup  .header .popup-title {
    display: none;
}
.wc-site-popup.popup .close-icon {
    border-radius: 0;
    position: absolute;
    top: 11px;
    right: 8px;
    background: url(/template/8bd7a52b/images/close-icon.svg) no-repeat;
    width: 18px;
    height: 18px;
    filter: unset;
    background-size: 15px;
}
.wc-site-popup.popup .close-icon:hover{
    opacity: 0.7;
}
.wc-site-popup.popup .close-icon:after {
    color: #fff;
    font-size: 15px;
    display: none;
}
.wc-site-popup.popup .content {
    padding:0;
    background-color: #ffffff;
    border-radius: 0;
}
.wc-site-popup.popup .content figure{
    padding:0;
    margin:0;
}
.wc-site-popup.popup .content {
    padding: 40px 20px 20px;
    margin:0;
}

@media screen and (max-width: 767px) {
 .responsive .difference-video a.primary-btn {
        letter-spacing: 3px;
    }
}
