/*Top Ad Banner*/
.custom-top-banner {
    width: 100%;
    display: none;
    overflow: hidden;
}
.custom-top-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .custom-top-banner img {
    height: 25px;
  }
}
/*Top Ad Banner*/