﻿#ModalAdWrapper {
    position: fixed;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .4);
}

#CenterDfpAd, #CenterDfpAdMB {
    position: relative;
    top: 50%;
    left: 50%;
    width: fit-content;
    transform: translate(-50%, -50%);
}

#CenterDfpAd {
    min-width: 580px;
    min-height: 400px;
}

#CenterDfpAdMB {
    min-width: 300px;
    min-height: 250px;
}

.modalAd__closeBtn {
    position: absolute;
    top: -8px;
    right: 0;
    transform: translateY(-100%);
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}
