@media only screen and (min-device-width: 320px) and (max-device-width: 480px)and (-webkit-min-device-pixel-ratio: 2) {


#image_block_1 .image-box .box {
    position: absolute;
    bottom: -70px;
    width: calc(100% - 60px);
    left: 30px;
    background: #fff;
    padding: 10px;
    z-index: 1;
    




}

#image_block_1 .image-box .box .inner span {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 24px;
    
}

.about-section #content_block_1 .content-box {
    margin-left: 0px;
    margin-top: 60px;
}



}