.ad-detection {
    align-items: center;
    background: #F62451;
    color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100000;
}

.body-ad-detection {
    position: fixed;
}


.ad-detection-container {
    display: flex;
    margin: 20px auto;
    max-width: 90%;
    width: 800px;
}

.ad-detection-container-icon {
    font-size: 50pt;
}

.ad-detection-container-text {
    padding: 0 20px;
}

.ad-detection-container--no-icon .ad-detection {
    display: inline-block;
}

.ad-detection-container--no-icon .ad-detection h1 {
    font-size: 20px;
    font-weight: bold;
}

.ad-detection-container--no-icon .ad-detection-container-icon {
    display: none;
}
