
/* Gutter Ads */
.adslot {
    display:flex; 
    align-items:center;
    justify-content: center;
    background-color: #20364f;
}
  /*
  .adslot::before {
    content: "Advertisement here";
  }
  */
/* .adslot-horizontal {
    height: 90px;
} */
  
.adslot-728x90 {
    width:728px; 
    height:90px; 
}
.adslot-970x90 {
    width:970px;
    height:90px;
}
.adslot-300x250 {
    width:300px;
    height:250px;
}
.adslot-320x50 {
    width:320px;
    height: 50px;
}
.adslot-320x100 {
    width:320px;
    height: 100px;
}
.adslot-160x600 {
    width:160px;
    height:600px;
}
.adslot-300x600 {
    width:300px;
    height:600px;
}
.adslot-970x250 {
    width:970px;
    height:250px;
}
.adslot-728x250 {
    width:728px;
    height:250px;
}
  
.gutter-left {
    left: 8px;
    top: 50px;
    position: fixed;
}
.gutter-right {
    right: 8px;
    top: 50px;
    position: fixed;
}