﻿.banner-content button.blue {
    background: #fff;
    color: #000;
    border: 1px solid #222;
}

.banner-content button.blue:hover {
    background: #f20000;
    color: #fff;
    border: 1px solid #f20000;
}

.fifty-fifty_container {
    width: 100%;
    background: #f8f8f8;
}

.fifty-fifty_content {
    flex: 0 0 100%;
    max-width: 90%;
    padding: 35px 0 45px;
}

.fifty-fifty_image {
    flex: 0 0 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    height: 0;
    padding-bottom: 10.875%;
}

.fifty-fifty_image.videobox,.mosaic-reveal_mosaics.videobox {
    position: relative;

}

.fifty-fifty_image.videobox .videobtn,.mosaic-reveal_mosaics.videobox .videobtn {
    position: absolute;
    font-size: 60px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fifty-fifty_image.videobox .videobtn:hover,.mosaic-reveal_mosaics.videobox .videobtn:hover  {
    color: #f20000;
}

.fifty-fifty_content-container {
    padding: 0 30px;
    padding-right: 30px;
    padding-left: 30px;
    width: 90%;
}
.covidbox .sub_title{
    padding-top: 70px;
}
.covidbox .second_title{
    font-size: 24px;
}
.covidbox .second_title a{
    text-decoration: underline;
}
@media (min-width: 1024px) {

    .fifty-fifty_container {
        height: 400px;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        -webkit-box-align: center;
        -ms-flex-align: center;
    }

    .fifty-fifty_content {
        flex: 0 0 50%;
        height: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .fifty-fifty_image {
        flex: 0 0 50%;
        height: 100%;
        padding-bottom: 0;
    }

    .fifty-fifty_content-container {
        padding-left: 10px;
        max-width: 580px;
        width: 90%;
        align-self: flex-end;
        padding-right: 6.7%;
        box-sizing: border-box;
        text-align: left;
    }

    .order .fifty-fifty_content-container {
        align-self: flex-start;
        padding-left: 6.7%;
        padding-right: 0;
    }

    
}
@media (min-width: 1600px) {
    .fifty-fifty_container {
        height: 600px;
    }
}
@media (min-width: 768px){
    .covidbox .second_title a {
        margin-bottom: 50px;
        display: inline-block;
    }
}
@media (max-width: 1023px) {
        .fifty-fifty_container.first {
            margin-bottom: 30px;
        }
    }
@media (max-width: 1599px) {

        .fifty-fifty_image {
            padding-bottom: 400px;

        }

        .fifty-fifty_image.videobox .videobtn {
            line-height: 400px;
        }
    }
    .showbox {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, .9);
        z-index: 999999
    }

    .showcontent {
        display: block;
        position: fixed;
        height: auto;
        left: 20%;
        width: 60%;
        top: 15%;
        z-index: 9999999
    }

    .closebox {
        position: absolute;
        right: -15px;
        color: #fff;
        z-index: 9999999;
        font-size: 26px;
        height: 30px;
        line-height: 30px;
        border-radius: 100%;
        border: 2px solid #fff;
        width: 30px;
        text-align: center;
        background: #000;
        top: -15px;
        cursor: pointer
    }

    .closebox:hover {
        color: #fff
    }

    .iconclose:before {
        content: "\e70b"
    }

    .showcontent iframe {
        width: 100%;
    }
