.rent_car_iframe_container {
    width: 95%;
    min-height: 90vh;
    position: relative;
    margin: 2vh auto;
    max-width: 980px;
}

@media screen and (orientation: landscape) and (max-width: 1280px) {
    .rent_car_iframe_container {
        margin: 5vh auto;
    }
}