*{
    margin: 0;
    padding: 0;
}
.adx_wrapper img {
    width: initial !important;
}
.adx_wrapper{
    width: 300px;
    height: 250px;
    left: 0px;
    top: 0px;
    position: relative;
    /* background: url(images/preview.png) no-repeat; */
    background-size: 100% 100%;
    cursor: pointer;
    overflow: hidden;
}
.adx_bg{
      width: 300px;
    height: 250px;
    right: 0px;
    top: 0px;
       background: url(//creatives.adxbird.com/2026/january/dhalai/300250/v2/images/bg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
        display: none;
    opacity: 0;
   
}
.adx_bg2{
      width: 300px;
    height: 250px;
    right: 0px;
    top: 0px;
    background: url(//creatives.adxbird.com/2026/january/dhalai/300250/v2/images/light.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    display: none;
    opacity: 0;

}
.adx_left{
    width: 50%;
    height: 100%;
    top: 0%;
    left: 0%;
    position: absolute;
    
}
.adx_right{
    width: 50%;
    height: 100%;
    top: 0%;
    right: 0%;
    position: absolute;
}
.adx_mgi_logo {
    width: auto;
    height: 15px;
    left: 10px;
    top: 8px;
    position: absolute;

}
.adx_brand_logo {
    width: auto;
    height: 74px;
    left: 98px;
    top: 15px;
    position: absolute;
        display: none;
    opacity: 0;
}

.adx_text {
    width: auto;
    height: 15.6px;
    top: 88px;
    left: 98px;
    position: absolute;
        display: none;
    opacity: 0;

}
.adx_pack {
    width: auto;
    height: 115px;
    top: 107px;
    left: 114px;
    position: absolute;
        display: none;
    opacity: 0;
}
.adx_logo{
    width: 20px !important;
    height: 20px !important;
    right: 0;
    top: 0;
    position: absolute;
  }
.float2{
    animation-name: float2;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite
  
}
@keyframes float2 {
    0% {
        transform:  translateY(0);
    }
    50% {
        transform:  translateY(-20px);
    }
    100% {
        transform:  translateY(0);
    }
}

