#wrapper:has(#Content.taspatimakas) #game-overlay-close {
    cursor: pointer;
}

#wrapper:has(#Content.taspatimakas) #game-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100000;
    background-color: rgba(255, 255, 255, 0.9);
}

#wrapper:has(#Content.taspatimakas) #game-overlay iframe {
    position: fixed;
    width: 95%;
    height: 95%;
    top: 2.5%;
    left: 2.5%;
    z-index: 100000;
    background-color: #000;
}

#wrapper:has(#Content.taspatimakas) #game-overlay #close-game-overlay {
    position: absolute;
    top: 2.5%;
    right: 2.5%;
    z-index: 9999999;
    height: 32px;
    background-color: #f16e07;
    text-align: center;
    line-height: 34px;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    width: 32px;
    transform: translate3d(50%, -50%, 0);
}
#wrapper:has(#Content.taspatimakas) .nav-item {
    background-size: cover;
    font-size: initial;
}

#wrapper:has(#Content.taspatimakas) .content-bg-yellow {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#wrapper:has(#Content.taspatimakas) .hover:hover {
    border: 4px solid orange;
    border-radius: 5px;
}

#wrapper:has(#Content.taspatimakas) .mobile {
    display: none;
}

#wrapper:has(#Content.taspatimakas) .desktop {
    display: block;
}

@media screen and (max-width: 992px) {
    #wrapper:has(#Content.taspatimakas) .mobile {
        display: block !important;
    }
    #wrapper:has(#Content.taspatimakas) .desktop {
        display: none !important;
    }
}

@font-face {
    font-family: monstroSolid;
    src: url('MonstroSolid.otf');
}

#wrapper:has(#Content.taspatimakas) .videop {
    position: absolute;
}
#wrapper:has(#Content.taspatimakas) .ap-navbar-yellow {
    background-color: white !important;
}