* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.tdc_desktop_wrapper {
    position: fixed;
    height: 400px !important;
    width: 600px !important;
    top: 50% !important;
    left: 50% !important;
    z-index: 2147483647;
    transform: translate(-50%, -50%);
    bottom: initial;
    right: initial;
    display: none;
    background: red;
    opacity: 0;

}

.tdc_desktop_wrapper .tdc_desktop_image_container {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    display: none;
    bottom: initial;
    right: initial;
    background: url(images/bg.jpg) no-repeat;
    background-size: cover;
    display: none;
    opacity: 0;
 
}








.closeBtn {
    width: 32px !important;
    height: 32px !important;
    position: absolute;
    top: -1% !important;
    right: -1% !important;
    cursor: pointer;
    display: none;
    opacity: 0;
}


    
@media (max-width: 1820px) {
    .tdc_desktop_wrapper {
       position: fixed;
    height: 400px !important;
    width: 600px !important;
    top: 50% !important;
    left: 50% !important;
    z-index: 2147483647;
    transform: translate(-50%, -50%);
    bottom: initial;
    right: initial;
    display: none;
    background: red;
    opacity: 0;

    }
    
    .tdc_desktop_wrapper .tdc_desktop_image_container {
        position: absolute;
        width: 100% !important;
        height: 100% !important;
        top: 0 !important;
        left: 0 !important;
        display: none;
        bottom: initial;
        right: initial;
        background: url(images/bg.jpg) no-repeat;
        background-size: cover;
        display: none;
        opacity: 0;
     
    }
    
    
    
    
    .closeBtn {
        width: 28px !important;
        height: 28px !important;
        position: absolute;
        top: -1% !important;
        right: -1% !important;
        cursor: pointer;
         display: none;
        opacity: 0;
    
    }
    

}
@media (max-width: 448px) {
    .tdc_desktop_wrapper {
        position: fixed;
    height: 480px !important;
    width: 320px !important;
    top: 50% !important;
    left: 50% !important;
    z-index: 2147483647;
    transform: translate(-50%, -50%);
    bottom: initial;
    right: initial;
    display: none;
    background: red;
    opacity: 0;
   
    }
    
    .tdc_desktop_wrapper .tdc_desktop_image_container {
        position: absolute;
        width: 100% !important;
        height: 100% !important;
        top: 0 !important;
        left: 0 !important;
        display: none;
        bottom: initial;
        right: initial;
        background: url(images/mobile.jpg) no-repeat;
        background-size: cover;
        display: none;
        opacity: 0;
     
    }
    
    
    
    .closeBtn {
        width: 22px !important;
        height: 22px !important;
        position: absolute;
        top: -1% !important;
        right: -1% !important;
        cursor: pointer;
         display: none;
        opacity: 0;
    
    }


}


