.banner-popup .modal-content {
    background-color: transparent;
    max-width: 21.75rem;
    max-height: 27rem;
}

.banner-popup .btn-icon {
    cursor: pointer;
    font-size: 27px;
}

.banner-popup .position-absolute.btn-icon {
    top: 5px;
    right: 5px;
    z-index: 2;
}

.banner-popup .group-icon * {
    top: 0;
    right: 0;
    text-shadow: -1px 0 rgb(197, 197, 197), 0 1px  rgb(197, 197, 197), 1px 0  rgb(197, 197, 197), 0 -1px  rgb(197, 197, 197);
}

.banner-popup .btn-icon .fas.fa-times-circle {
    opacity: 0;
}

.banner-popup .btn-icon .far.fa-times-circle {
    opacity: 0.75;
}

.banner-popup .btn-icon:hover .fas.fa-times-circle {
    opacity: 0.95;
}

.banner-popup .btn-icon:hover .far.fa-times-circle {
    opacity: 0;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

.banner-popup .full-carousel.owl-carousel {
    margin: 0;
}

.banner-popup .full-carousel.owl-carousel .owl-dots {
    bottom: 5px;
}