
.sidebarBanner{
    padding:10px 0 20px 0;
}
.smallBanner{
  width: 300px;
  height: 250px;
  overflow: hidden;
}
.smallBanner img{
    width: 100%;
}
.largeBanner {
  height: 200vh;
}
.largeBanner div {
  position: sticky;
  top: 0px;
}
.smallerSidebanner {
  position: sticky;
  top: 60px;
}
/* .onelargeBanner {
}
.seclargeBanner {
} */
/* Responsive Design */
@media screen and (min-width: 576px) and (max-width: 1280px) {
  .largeBanner {
    height: fit-content;
  }
}