body.site-takeover {
  background-repeat: no-repeat;
  background-position: center top;
}

ins > img:last-child {
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
  top: -999em !important;
  left: -999em !important;
}

.ad-feed.ad-970x450,
.ad-feed.ad-970x250 {
  max-width: 970px;
  margin: 0 auto;
}

.ad-feed.ad-970x450 .ad-inner,
.ad-feed.ad-970x250 .ad-inner {
  position: relative;
  width: 100%;
  padding-bottom: 46.392%;
}

.ad-feed.ad-970x250 .ad-inner {
    padding-bottom: 25.774%;
}
.ad-inner iframe,
.ad-wrap .ad-inner ins {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} 

.site-takeover footer.content-info .container {
  padding: 1em;
}

.feature-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.cb-ad:before {
  display: none;
  margin-bottom: .5em;
}

.cb-ad.prime {
  margin: 1em 0 1em;
}

.cb-site-takeover ins.tablet, .cb-site-takeover ins:nth-child(2) {
  margin: 0 auto;
}

.cb-site-takeover ins.tablet, .cb-site-takeover ins:nth-child(2) a img {
  display: block;
  margin: 0 auto;
  height: auto;
  width: 100%;
}

@media screen and (max-width: 768px) {

  body.fixed.site-takeover .navbar.navbar-fixed-top {
      top: 75px;
  }
}

@media screen and (max-width: 480px) {

  .cb-site-takeover ins.tablet, .cb-site-takeover ins:nth-child(2) a img {
    height: 50px;
    width: auto;
  }
}

body.site-takeover .main .mobile-share.show {
    bottom: 64px;
}

.ad-wrap a.ins, .ad-wrap ins {
  display: block;
  overflow: visible;
  position: relative;
  margin: 0 auto;
  height: auto;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

.ad-wrap iframe {
    overflow: hidden;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ad-300x250 iframe {
  position: relative;
  top: auto;
  left: auto;
  width: 300px;
  height: 250px;
}
  
@media screen and (min-width: 800px) {
  .cb-ad:before {
    display: block;
  }
	.feature-group {
      	
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
    	}
    	.feature-group .cb-ad.prime{
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        width: 100%;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;        	
      }
      .feature-group .feature {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 60%;
        -ms-flex: 0 1 60%;
        flex: 0 1 60%;
      }
      .feature-group .sub-feature {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-flex: 0 1 40%;
        -ms-flex: 0 1 40%;
        flex: 0 1 40%;
      }
   }
   
@media screen and (max-width: 799px) {
	.feature-group {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 1040px) {
      
    .cb-article-list .ad-feed {
      padding: 1em;
    }
    
    .cb-article-list .ad-feed > iframe {
      width: calc( 100% - 2em );
      left: 1em;
      right: 1em;
    }
  body.fixed.site-takeover .cb-ad.prime {
      width: calc(100%);
      margin-left: auto;
      margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .cb-sb .ad-300x250 {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    padding: 1em 0;
    border-top: 1px solid #ddd9d0;
    border-bottom: 1px solid #ddd9d0;
  }
  
  
  
  .cb-sb .ad-300x250 iframe,
  .cb-sb .ad-300x250 ins {
    display: block;
    width: 300px;
    height: 250px;
    top: auto;
    left: auto;
    position: relative;
    margin: 0 auto;
  }
  .cb-sb .ad-300x250,
  .cb-ad.prime,
  .ad-feed.ad-970x450,
  .ad-feed.ad-970x250 {
    display: block !important;
  }
  
	.feature-group .cb-ad.prime{
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .feature-group .sub-feature {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}


