
.sidebarBanner{
    padding:10px 0 20px 0;
}
.smallBanner{
  width: 300px;
  height: 250px;
  overflow: hidden;
}
.smallBanner img{
    width: 100%;
}
.largeBanner{
 position: sticky;
 top: 60px;
}