body,html {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    background: #000
}

#mainContainer {
    z-index: 900;
    position: fixed
}

#adContainer {
    width: 100%;
    height: 100%;
    background: #000
}

#div_iframe_game {
    width: 100%
}

#iframe_game {
    width: 100%;
    height: 100%
}

#game_banner {
    width: 100%;
    justify-content: center;
    display: flex;
    position: fixed;
    background: #fff
}

#div_afc_Content {
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 999;
    background: #3d88d6;
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (orientation: portrait) {
    #game-info {
        font-family:Roboto-Medium;
        font-size: 17px;
        position: relative;
        display: block;
        z-index: 999;
        color: #ccc;
        padding: 2rem;
        top: 30px;
        margin: 0 auto;
        text-align: center
    }
}

@media screen and (orientation: landscape) {
    #game-info {
        display:none
    }
}

#button_afc_Content {
    margin: 0 auto 20px;
    position: relative;
    background: #666;
    font-size: 1em;
    display: block;
    width: 40%;
    color: #fff;
    border: .125rem solid #fff;
    border-radius: .5rem
}

#afc_play {
    font-family: Roboto-Medium;
    font-size: 24px;
    position: relative;
    display: block;
    z-index: 9
}

#afc_progress {
    width: 100%;
    height: 100%;
    border-radius: .5rem;
    position: absolute;
    left: 0;
    top: 0;
    background: #009a44
}

#afc_section {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    text-align: center;
    display: block
}

#div_afc_adContainer {
    overflow: hidden;
    background: #fff;
    display: block
}

.img_tap_game {
    opacity: .1;
    overflow: hidden;
    animation-name: breath;
    animation-duration: 1200ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-name: breath;
    -webkit-animation-duration: 1200ms;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite
}

@keyframes breath {
    from {
        opacity: .1
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .1
    }
}

@-webkit-keyframes breath {
    from {
        opacity: .1
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .1
    }
}
