
.banner-with-content{
    position: relative;
    overflow: hidden;
}

.banner-with-content .lazy img{
    position: relative;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.banner-with-content .content{
    padding: 110px 0 calc(110px - 30px) 0;
    /*
    max-width: calc(100% - 110px);
    */
    position: relative;
    margin: 0 auto;
}@media screen and (max-width: 640px) {
    .banner-with-content .content{
        padding: 80px 0 calc(80px - 30px) 0;
        /*
        max-width: calc(100% - 80px);
        */
    }
}