﻿.bannerHome {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* 🔥 acts like background-image */
.bannerImg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* content over banner */
.ban-grid {
    position: relative;
    z-index: 2;
}

.rate-box {
    background: rgba(255, 255, 255, 0.85);
    padding: 10px;
    margin-bottom: 10px;
}
