#store-features {
    background: #112544;
    color: #c4f0ff;
    padding:80px 0;
}

#store-features h4 {
    color:#fff;
}

#store-features .content-block {
    background: #32325d;
    padding:40px;
    min-height:600px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#store-features .image-block {
    background: #000;
    min-height:600px;
    overflow: hidden;
}

@media (max-width: 768px) {
    #store-features .content-block {
        min-height:0px;
        padding:40px 15px;
    }

    #store-features .image-block {
        min-height:530px;
    }
}

#store-features .browser {
    position: absolute;
    height:500px;
    width:600px;
}

#store-features .browser-collections {
    left:100px;
    top:40px;
}

#store-features .browser-homepage {
    right:100px;
    top:40px;
}

#store-features .browser-branding {
    left:100px;
    top:40px;
}