/**
 * @file
 * Styles for DFP ad transitions.
 */
 
.sticky-top {
    position: sticky !important;
    top: 0 !important;
    z-index: 500 !important;
  }