﻿body {
}

#main_img {
    position: relative;
    background-image: url(/png/home/rental-header02.webp);
    width: 100%;
    height: 750px;
    max-height: 450px;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
}

#banner-dialogue{
    color:white;
}

.product-image{
    background-image: url(/png/sr-600-resized.webp);
    background-size: contain;
    background-repeat:no-repeat;
    background-position-x: 50%;
    
}
#why-rent-dia {
    margin-top: 30px;
    padding: 25px;
    color: #2474BA;
}

@media screen and (max-width: 1280px) {
    #why-rent-dia {
        margin-top: 30px;
        padding: 50px;
        color: #2474BA;
    }

}