.dvs_vin_btn a,
.dvs_vin_btn a:hover {
        display: flex;
        justify-content: center;
        gap: 4px;
        align-items: center;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        height: 36px;
        width:100%;
        /* max-width:300px; */
        line-height: 36px;
        fill: #ffffff;
        color: #ffffff;
        font-size: 12px;
        background: #ae873f; /* Old browsers */
        background: -moz-linear-gradient(top,  #ae873f 0%, #ae873f 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ae873f), color-stop(100%,#ae873f)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #ae873f 0%,#ae873f 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #ae873f 0%,#ae873f 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #ae873f 0%,#ae873f 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #ae873f 0%,#ae873f 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae873f', endColorstr='#ae873f',GradientType=0 ); /* IE6-9 */
}

.dvs_vin_loading {
    background: url('https://www.wtvdvs.com/theme/frontend/default/style/default/image/colorpicker/blank.gif') no-repeat scroll top left transparent;
    display: block;
    width: 16px;
    height: 11px;
}

#dvs_vin_layout_wrapper {
    opacity: 0;
    display: none;
    background: url("https://www.wtvdvs.com/theme/frontend/wtvdvs/style/default/image/layout/thickbox_bg.png") repeat scroll 0 0 transparent;
    height: 100%;
    left: 0;
    position: fixed;
    _position:absolute;
    top: 0;
    _top:expression(eval(document.body.scrollTop));
    width: 102%;
    z-index: 10000;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity = 80);
}

#dvs_vin_popup_wrapper {
    opacity: 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    _position:absolute;
    top: 0;
    _top:expression(eval(document.body.scrollTop));
    width: 100%;
    z-index: 10000000001;
    align-items: center;
}

#dvs_vin_popup {
    display: flex;
    width: 100%;
    max-width:860px;
    position: relative;
    margin: 0 auto;
    height: 100%;
    max-height:405px;
    box-shadow: 0 0 10px #222222;
    border-radius: 2px;
    z-index:10002;
}

#dvs_vin_popup_content {
    display: block;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    z-index:10001;
    height: 100%;
    width: 100%;
    max-height:405px;
}

#dvs_vin_close_btn {
    background: url("https://www.wtvdvs.com/theme/frontend/default/style/default/image/layout/modal_close_icon.png") no-repeat scroll left top transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 22px;
    position: absolute;
    right: -9px;
    top: -10px;
    width: 22px;
    z-index: 10002;
}

    #dvs_vin_popup_content { 
        max-height: unset;
    } 
    #dvs_bc_player .video-js .vjs-poster, #dvs_bc_player .video-js { 
        background-color:unset !important;
    } 

    .bc-iframe, .bc-iframe body, .bc-player-0tyDZuxe5E_default, .bc-player-0tyDZuxe5E_default .vjs-poster {
        background-color: unset !important;
    } 
    #dvs_vin_close_btn {
        background:unset;
        text-shadow: 0 3px rgb(0,0,0,0.3);
    }

    #dvs_vin_close_btn::before {
        content:"\2715";
        position: absolute;
        width:30px;
        height: 30px;
        font-size:27px;
        color:white;
        right: 0;
    }
    #dvs_vin_popup_wrapper {
        height:100%;
    }
    #dvs_vin_popup {
        width: min( 960px, calc( 70vh*1.77777 - 200px ) );
        max-height: 100%;
        background: transparent !important;
        position: fixed;
        left: 50% !important;
        transform: translate(-50%);
        margin-left: 0 !important;
        align-items: center;
            height: min(680px, calc(70vh + 86px));
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        max-width: 90%;
        box-shadow: none;
    }
    #dvs_vin_popup_content {
        background: transparent;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-grow: 1;
        padding: 0;
        width: 100%;
        border-radius: 16px;
    }

    #dvs_vin_popup_content iframe.vin_js_show_popup body {
        width:100%;
    }
    @media (min-height: 100px) {
        #dvs_vin_popup_content iframe.vin_js_show_popup {
            min-height: 80%;
        }
    }
    @media (min-height: 360px) {
        #dvs_vin_popup_content iframe.vin_js_show_popup{
            min-height: 80%;
        }
    }
    @media (min-height: 768px) {
        #dvs_vin_popup_content iframe.vin_js_show_popup{
            min-height: 80%;
        }
    }

    #dvs_vin_layout_wrapper {
        background: rgba(0,0,0,0.5);
    }

