.lb-close {
    width: 39px !important;
    height: 39px !important;
}

.btn-download {
    display: inline-block;
    background-color: #00184f;
    color: #ffffff;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    bottom: -32.5px;
    text-align: center;
    line-height: 67px;
    font-size: 24px;
    font-weight: 800;
    cursor: pointer;
    transition: 1s;
}

.btn-download:hover {
    background-color: #2b54b3;
}

.container-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 57.85%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}


/* Then style the iframe to fit in the container div with full height and width */

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.cu-pointer {
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .partnerLogoHeight {
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }
    .butterflyImage {
        display: none;
    }
}

.newsVideo {
    object-fit: cover;
    width: 100%;
    height: 32rem;
}

@media only screen and (max-width: 600px) {
    .partnerLogoHeight {
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }
    .butterflyImage {
        display: none;
    }
    .newsVideo {
        height: 12rem;
    }
}
