.page-template-template-oito-erros .banner-top{display:none;}
    .game-container {
            position: relative;
            display: block;
            height: 1280px;
            width: 1280px;
            margin: 0 auto;
        }
        /* .game-image {
            width: 100%;
            height: auto;
            display: block;

        } */
        .game-image {
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            left: 0;
        }
        #error-image{
            display: none;
        }
        .marker {
            position: absolute;
            width: 30px;
            height:30px;
            border-radius: 50%;
            border: 2px solid white;
        }
        .correct-marker {
            position: absolute;
            /* width: 40px;
            height: 40px; */
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: green;
            border: 2px solid white;
        }
        /* .incorrect-marker {
            position: absolute;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background-color: red;
            border: 2px solid white;
        } */
        .incorrect-marker {
            position: absolute;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: red;
            border: 2px solid white;
        }
        .info {
            margin: 10px;
            font-size: 20px;
        }
        #modal1 .magnify{width: 100%;height: 100%;}