.earn-interest-visible {
    padding-bottom: 321px !important;
}

.earn-interest-banner {
    position: fixed;
    display: flex;
    justify-content: center;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 9999;
}

.earn-interest-banner .earn-interest-banner--image {
    width: 100%;
    cursor: pointer;
}

.earn-interest-banner-small .earn-interest-banner--close--transparent {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0;
}

.earn-interest-banner-medium .earn-interest-banner--close {
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
}

.myAvaRtl .earn-interest-banner-medium .earn-interest-banner--close {
    /* after receiving translated banners the same thing should be done for a big banner, 
    and small banner should be transform: scaleX(-1); it's because small banner already 
    contains X inside image itself
     */
    right: auto;
    left: 12px;
}

.earn-interest-banner-big .earn-interest-banner--close {
    position: absolute;
    top: 30px;
    right: 12px;
    cursor: pointer;
}

.earn-interest-banner-big--stretch .earn-interest-banner--close {
    position: absolute;
    top: 35px;
    right: 12px;
    cursor: pointer;
}

.earn-interest-banner .earn-interest-banner-big {
    position: relative;
    max-width: 1620px;
    max-height: 92px;
    width: 65%;
    height: auto;
}

.earn-interest-banner .earn-interest-banner-big--stretch {
    position: relative;
    max-width: 1620px;
    max-height: 92px;
    width: 100%;
    height: auto;
}

.earn-interest-banner .earn-interest-banner-medium {
    position: relative;
    max-width: 1300px;
    width: 60%;
    height: auto;
}

.earn-interest-banner .earn-interest-banner-small {
    position: relative;
    max-width: 720px;
    width: 100%;
    height: auto;
}