#vehicle-iframe {
    width: 100%;
    min-width: 300px;
    max-width: 100%;
    
    height: 80vh; /* Make the iframe fill 80% of the viewport height */
    min-height: 600px; /* Set a minimum height */
    max-height: 1300px; /* Set a maximum height */
    
    border: none; /* Optional: remove the border */
}

.iframe-container .content-wrapper {
    margin-bottom: 0px;
    height: 1200px;
}
