﻿.adBlackWrapper {
    z-index: 1100;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.70);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.adBlackWrapperInner {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.adBlackWrapperContent {
    display: inline-block;
    width: 100%;
    max-width: 500px;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
}

    .adBlackWrapperContent img {
        width: 100%;
        display: none;
    }


#myProgress {
    width: 100%;
    max-width: 500px;
    height: 1px;
    position: relative;
    margin: auto;
    /*background-color: black;*/
}

#myBar {
    background-color: #4CAF50;
    width: 10px;
    height: 1px;
    position: absolute;
}


@media only screen and (max-width: 599px) {

    .adBlackWrapperContent {
        max-width: 300px;
    }
}

    @media only screen and (max-width: 640px) and (orientation:landscape) {

    .adBlackWrapperContent {
        max-width: 300px;
}
}
