.loan_main_vid {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 0;
}

.loan_main_vid img,
.loan_main_vid video,
.loan_main_vid iframe {
    max-width: 100%;
    height: auto;
    display: block;
}

.loan_main_vid iframe {
    width: 100%;
    aspect-ratio: 16/9;
    max-height: 450px;
}

.desk_imview,
.mob_imview {
    padding: 0;
    margin: 0;
}

For the .image-container> div {
    padding: 0 !important;
}
