#ioimedia_app_banner {
    position: fixed;
    z-index: 999;
    overflow: hidden;
    bottom: 20px;
    left: 50%;
    background: #181721;
    width: 475px;
    height: 215px;
    padding: 25px;
    margin-left: -237px;
    border-radius: 8px;
    box-shadow: 0 10px 100px rgba(0,0,0,0.5);
}

#ioimedia_app_banner:before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: -840px;
    left: -1390px;
    width: 3000px;
    height: 3000px;
    background: url("images/logo.svg") no-repeat center / cover;
}

#ioimedia_app_banner .close {
    transition: all 0.3s;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    color: #fff;
    font-size: 46px;
    font-weight: normal;
}
#ioimedia_app_banner .close:hover {
    color: #777;
    transition-duration: 0s;
}

#ioimedia_app_banner h2 {
    max-width: 365px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 26px;
    line-height: 28px;
    font-weight: lighter;
}

#ioimedia_app_banner p {
    max-width: 365px;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    font-weight: lighter;
}

#ioimedia_app_banner .btn {
    transition: all 0.3s;
    display: block;
    width: 138px;
    height: 42px;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    border-radius: 3px;
    color: #fff;
    background: #76C36E;
}
#ioimedia_app_banner .btn:hover {
    background: #458C3F;
    transition-duration: 0s;
}

@media only screen and (max-width: 475px) {
    #ioimedia_app_banner {
        width: 100%;
        left: 0;
        bottom: 0;
        margin: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    #ioimedia_app_banner:before {
        width: 2000px;
        height: 2000px;
        bottom: -555px;
        left: -900px
    }

    #ioimedia_app_banner h2,
    #ioimedia_app_banner p {
        max-width: 315px;
    }
}
@media only screen and (max-width: 370px) {
    #ioimedia_app_banner {
        height: 260px;
    }
    #ioimedia_app_banner:before {
    width: 1500px;
    height: 1500px;
    bottom: -415px;
    left: -660px
    }

    #ioimedia_app_banner h2 {
        max-width: 220px;
    }
    #ioimedia_app_banner p {
        max-width: 250px;
    }
}