
#smartico-rewardshub .smartico-rewardshub-banner { position:relative; width:100%; height:70px; margin:0; padding:0; text-align:center; overflow:hidden;
    background: url('https://slotsvegascampaign.com/campaign/coming-soon-ucc/day4/bg.jpg') no-repeat center/cover, linear-gradient(90deg, rgba(5,18,63,1) 0%, rgba(11,14,27,1) 100%); }
#smartico-rewardshub .smartico-rewardshub-banner img { height:auto; display:block; padding:0; border:0 !important; margin: 0 auto;}
#smartico-rewardshub a, #smartico-rewardshub a:hover{ text-decoration:none; border:none; color:#FFF; cursor:pointer; }
.smartico-rewardshub-banner * { -ms-box-sizing: border-box;box-sizing: border-box; margin:0; padding:0; }
#smartico-rewardshub .banner-comp {display: flex; align-items: center; height: 70px; width: 100%; max-width: 750px; margin: 0 auto; justify-content: center; padding: 5px; }
#smartico-rewardshub .campaign-logo {width: 100%; height: auto; max-width: 140px; margin: 0 auto; position: relative; z-index: 2;}
#smartico-rewardshub .frames {padding: 20px; z-index: 2;}
#smartico-rewardshub .offer {width: 100%; max-width: 600px; margin: 0 auto; padding: 10px; z-index: 9;}

/*SLIDER*/
#smartico-rewardshub .frames-container {width: 100%; height: auto; position: relative; max-width: 950px; z-index: 2; margin: auto 0px;}
#smartico-rewardshub .frame-1 {display: block; width: 100%;height: auto;}

/* 2ND SLIDE */
#smartico-rewardshub .frame-2 { position: absolute; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0;}
#smartico-rewardshub .frame-image{width: 100%; max-width: 720px;}


/* ANIMATION CTA */
@keyframes smartico-rewardshub-pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(254, 0, 104, 0.7);
        border-radius: 5px;
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(2, 254, 235, 0);
        border-radius: 5px;
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(2, 254, 235, 0);
        border-radius: 5px;
    }
}
/* ANIMATION CTA */

/* ANIMATION SLIDE OFFER */
.frame-1 {
    animation: smartico-rewardshub-fade-1 6s infinite;
    -webkit-animation: smartico-rewardshub-fade-1 6s infinite;
}

.frame-2 {
    animation: smartico-rewardshub-fade-2 6s infinite;
    -webkit-animation: smartico-rewardshub-fade-2 6s infinite;
}

@keyframes smartico-rewardshub-fade-1 {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes smartico-rewardshub-fade-2 {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/* ANIMATION SLIDE OFFER */

/* MOBILE */

@media screen and (max-width:568px){
    #smartico-rewardshub  #mobile-offer {display: flex; position: relative; width: 100%; max-width: 450px; height: auto; min-height: 100px; margin: 0 auto; align-items: center;}
    #smartico-rewardshub .smartico-rewardshub-banner {height:100px; background: url('https://slotsvegascampaign.com/campaign/coming-soon-ucc/day4/bg-m.jpg') no-repeat center/cover;}
    #smartico-rewardshub .campaign-logo {width: 100%; height: auto; max-width: 100px; margin: 0 auto; position: relative; float: left; margin-top: 5px!important;}
    #smartico-rewardshub .banner-comp {display: block; height: 100px; align-items: flex-start; padding: 0px;}

    #smartico-rewardshub .banner-comp-mbl {display: block; width: 100%; height: auto; position: relative; max-width: 550px; z-index: 2; }
    #smartico-rewardshub .banner-comp {display: none;}

    #smartico-rewardshub .frames-container {width: 100%; height: auto; max-height: 70px; display: flex; position: relative; max-width: 400px; z-index: 2; right: 0px; padding: 0!important; margin: 0 auto;}
    #smartico-rewardshub .frame-1 { display: block; width: 100%; margin: 0 0px; height: auto; max-width: 400px; }
    #smartico-rewardshub .frame-image{width: 80%; max-width: 400px;}
    /* 2ND SLIDE */
    #smartico-rewardshub .frame-2 { display: block; width: 100%; margin: 0 0px; height: auto; max-width: 400px; }
}
