.ad-inventory-interstitial-wrapper
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10000;
}
.ad-inventory-interstitial-wrapper .ad-inventory-overlay-container
{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    z-index: 20000;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);

}   

.ad-inventory-interstitial-wrapper .ad-inventory-overlay-close
{
    position: absolute;
    top: 32px;
    right: 32px;
    font-size: 12px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 8px 16px;
    letter-spacing: 1.8px;
    font-weight: 600;
    border: 1px solid #FFFFFF;
    transition: color 0.5s ease;
    transition: background-color 0.5s ease;
    transition: border 0.5s ease;
    z-index: 20000;
        outline: none !important;


}
.ad-inventory-interstitial-wrapper .ad-inventory-overlay-close:hover
{
   background-color: #fff;
   color: #000;
}

/* STICKY */

.ad-inventory-sticky-bottom-wrapper
{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 500;
    background-color: #fff;
}


.ad-inventory-sticky-bottom-wrapper .ad-inventory-overlay-container
{
    position: absolute;
    left: calc(50vw - 160px);
    bottom: 0;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);

}   

.ad-inventory-sticky-bottom-wrapper .ad-inventory-overlay-close
{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 8px;
    text-transform: uppercase;
    color: #000;
    background-color: #fff;
    padding: 2px 4px;
    letter-spacing: 1.2px;
    font-weight: 600;
    border: 1px solid #000;
    transition: color 0.5s ease;
    transition: background-color 0.5s ease;
    transition: border 0.5s ease;
    z-index: 20000;
    outline: none !important;

}


@media screen and (min-width: 1140px)
{
    
    .ad-inventory-sticky-bottom-wrapper
    {
         background-color: transparent !important;
    
    }
    .ad-inventory-sticky-bottom-wrapper
    {
        position: fixed;
        bottom: 0;
        left: calc(50vw - 364px);
        width: 774px;
        height: 90px;
        z-index: 500;
    }
    
    .ad-inventory-sticky-bottom-wrapper .ad-inventory-overlay-container
    {
        position: absolute;
        left: 0;
        bottom: 0;
        
    }
    
    .ad-inventory-sticky-bottom-wrapper .ad-inventory-overlay-close
    {
        right: 0;
        top: 0;
        
    }


}

.ad-inventory-sticky-bottom-wrapper .ad-inventory-overlay-close:hover
{
   background-color: #000;
   color: #fff;
}

.ad-inventory-unit
{
    display: flex;
}

.ad-inventory-interstitial-wrapper .ad-inventory-unit
{
      display: block !important;
}



/* BIG DISPLAYS FIX */

@media screen and (min-width: 2400px)
{
    .ad-inventory-interstitial-wrapper .ad-inventory-overlay-container
    {
        zoom: .75;
    }
}
@media screen and (min-width: 3500px)
{
   .ad-inventory-interstitial-wrapper .ad-inventory-overlay-container
    {
        zoom: .5;
    }
}

@media screen and (min-width: 5000px)
{
    .ad-inventory-interstitial-wrapper .ad-inventory-overlay-container
    {
        zoom: .3333;
    }
}