/* Add custom CSS styles below */ 
body {
    background-color: #000000;
}


@media(max-width:767px)
 {

#app > div.app-inner.flex.flex-col.min-h-full > div.craffo-components-hero-image.relative.h-screen.overflow-hidden > div.absolute.inset-0 > img {    object-fit: contain;
}

}


#app > div.app-inner.flex.flex-col.min-h-full > section.py-8.s-block.s-block--fixed-banner.wide-placeholder > div {max-width: max-content;}

footer.kayan-footer p, footer.kayan-footer a {
    font-size: 1.1rem;
}

footer.kayan-footer h5{
    font-size: 1.2rem;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: #000000;
}