﻿.section_2{background:#f8f8f8}
.section_2 iframe {
    width: 100%;
    height: auto;
    min-height: 330px;
}

#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1031;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);
}

.default-poster img {
    width: 100%;
    min-height: 325px;
    /* border: 1px solid #588033;
    border-top: 3px solid #588033;*/
}

#light {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 58%;
    background: #FFF;
    z-index: 1032;
    overflow: visible;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    #light .video-js {
        width: 100%;
        /*min-height: 325px;
        max-height: calc(100vh - 200px);*/
    }

#boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
   /*border: 1px solid #FFF; */
    border-radius: 3px;
   /* background: #fff;*/
    font-size: 31px; /* Reduced from 31px */
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px; /* Reduced padding */
    position: absolute;
    right: 0;
    top: -45px;
    z-index: 1032;
    opacity: 0.9;
    height: 30px; /* Reduced from 50px */
    width: 30px; /* Reduced from 50px */
    text-align: center;
    border-radius: 30px;
    opacity: 1;
}


.boxclose:before {
    content: "×";
}

#fade:hover ~ #boxclose {
    display: none;
}

.default-poster {
    position: relative;
}

    .default-poster a {
        width: 100%;
        display: block;
    }

        .default-poster img {
            width: 100%;
        }

.player-button svg {
    width: 70px;
    height: 70px;
}

.player-button {
    background-color: #fff;
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    width: 70px;
    height: 70px;
    border-radius: 50px;
}

#VisaChipCardVideo {
    width: 100%;
    border: 5px solid #fff;
    border-bottom: 0;
}

@media screen and (max-width: 1280px) {
    #light {
        max-width: 80%;
    }
}

@media screen and (max-width: 768px) {
    #light {
        max-width: 90%;
    }

    .default-poster img {
        min-height: auto;
    }

    .player-button svg {
        width: 45px;
        height: 45px;
    }

    .player-button {
        top: calc(50% - 22.5px);
        left: calc(50% - 22.5px);
        width: 45px;
        height: 45px;
        border-radius: 50px;
    }
}
