.banner-container {
    position: relative;
    width: 100%;
    height: 600px; /* Adjust the height as needed */
    overflow: hidden;
}

.logo-show {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: auto;
}


/* Small Mobile */
@media (max-width: 320px) {

}

/* Mobile */
@media (max-width: 480px) {

}

/* Large Mobile */
@media (max-width: 576px) {

}

/* Tablet */
@media (max-width: 768px) {

}

/* Small Laptop */
@media (max-width: 992px) {

}

/* Desktop */
@media (max-width: 1200px) {

}

/* Large Desktop */
@media (max-width: 1400px) {

}