.search-submitter .icon-search:before {
    color: black;
}

.iframe-buttons {
    /* display: none; */
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
}

.iframe-buttons button{
    margin-bottom: 10px;
}

.game-closer, .game-reloader{
    position: static;
}

.only-mobile {
    display: none;
}

.only-pc{
    display: block;
}

@media only screen and (max-width: 768px) {
    .only-mobile {
        display: block;
    }

    .only-pc {
        display: none;
    }
}