/* RMJ FORCE FIX */
html, body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
}

img {
    max-width: 100% !important;
    height: auto !important;
}

.header-logo img,
.navbar-brand img,
.logo img,
.site-logo img,
.footer-logo img {
    max-width: 160px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

img[src*="without content logo"],
img[src*="Rang-Mahal-3D-logo"],
img[src*="logo"] {
    max-width: 160px !important;
    height: auto !important;
    object-fit: contain !important;
}

section img[src*="without content logo"],
.divider img,
.shape img {
    max-width: 70px !important;
}

.container,
.row,
section,
header,
footer {
    max-width: 100% !important;
}
