#send-your-vehicle-on-a-whole-new-journey .block-top { 
    background-size: auto 50px;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    background-image: url(/files/block_backgrounds/paper-texture-white.png);
}


#send-your-vehicle-on-a-whole-new-journey .block-bottom { 
    background-size: auto 50px;
    width: 101%;
    height: 50px;
    position: absolute;
    bottom: 0;
    background-image: url(/files/block_backgrounds/paper-texture-white.png);
    transform: rotate(180deg);
}

#send-your-vehicle-on-a-whole-new-journey  .half-left.image-fixed-size {
    background-position: right;
}