.feature-banner {
    text-align: center;
    background: #FFFDFB;
    padding: 30px 15px 60px
}

.feature-banner h2 {
    font-family: INGDisplay,Arial;
    font-size: 48px
}

.feature-banner p {
    font-size: 19px
}

.feature-banner_app-list {
    max-width: 400px;
    margin: 15px auto;
    text-align: center
}

.ico-store {
    margin: auto;
    margin-bottom: 15px;
    max-width: 160px
}

.feature-banner_image-wrapper {
    width: 300px;
    position: relative
}

.feature-banner_image-container {
    padding-top: 120px;
    overflow: hidden;
    position: relative
}

.feature-banner_image-mask {
    padding: 50px;
    height: 300px;
    width: 300px;
    border-radius: 30px
}

.feature-banner_image-mask img {
    left: 30px;
    max-width: 240px;
    position: absolute;
    bottom: -60%;
    opacity: 0;
    transition: all 1s ease 0.3s
}

.feature-banner_image-wrapper.show .feature-banner_image-mask img {
    bottom: 0;
    opacity: 1;
    display: block
}

.feature-banner_image-wrapper .mini-blob {
    width: 80px;
    height: 80px;
    color: #fff;
    position: absolute;
    top: 60px;
    right: -20px;
    opacity: 0;
    z-index: 1;
    transition: all 1s ease 0.3s
}

.feature-banner_image-wrapper.show .mini-blob {
    right: 10px;
    opacity: 1
}

.mini-blob_overlay {
    position: relative;
    width: 80px;
    height: 80px
}

.mini-blob_overlay svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.mini-blob .rating {
    position: absolute;
    z-index: 1;
    top: 20px;
    width: 100%;
    font-family: INGDisplay;
    font-size: 38.188px
}

.mini-blob .stars {
    position: absolute;
    bottom: 10px;
    width: 100%
}

@media(min-width: 576px) {
    .feature-banner_image-wrapper {
        width:400px
    }

    .feature-banner_image-mask {
        width: 400px;
        height: 400px
    }

    .feature-banner_image-mask img {
        left: 50px;
        max-width: 300px
    }

    .feature-banner h2 {
        font-size: 72px
    }
}

@media(min-width: 768px) {
    .feature-banner {
        margin:0 0 30px;
        padding: 90px 15px
    }

    .feature-banner h2 {
        font-size: 96px
    }
}