@media (min-width: 1919.99px) {
    .box-cell .cell-animation .nuclus {
        left: 210px;
        bottom: 170px;
    }
}

@media (max-width: 1920px) {
    .box-cell .cell-animation .nuclus {
        left: 100px;
        bottom: 170px;
    }
}

@media (max-width: 768px) {
    .box-cell .cell-animation .nuclus {
        left: 90px;
        bottom: 140px;
    }
}

.external-interstitial.interstitial .right .caption {
    font-size: 14px;
    max-height: 25rem;
    overflow-y: scroll;
}
@media screen and (min-width: 767px) {
    .external-interstitial.interstitial {
        top: 15%;
    }
}
@media screen and (max-width: 576px) {
    .interstitial .cta-btn-primary {
        width: 110px !important;
    }
}