.slotgames-body {
    font-family: 'Noto Sans KR', sans-serif;
    background-color: #000;
    background-image: url("../images/blackver-gamepage-background.png");
    margin: 0;
    width: 100%;
    padding-top: 150px;
    height: auto;
    background-repeat: no-repeat;
    background-attachment: relative;
    background-position: center top;
    position: relative;
}

/** TAB GAMES **/
.slotgames-content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}

.slotgames-div {
    max-width: 530px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slotgames-title {
    width: 100%;
}

/* Home Button*/
.home-div {
    max-width: 1400px;
    position: relative;
    text-align: right;
    margin: auto;
    padding-right: 27px;
}

.home-icon {
    color: #efc223;
    font-size: 50px;
    cursor: pointer;
}

/* Style the tab content */
.sbotabcontent {
    width: 100%;
    display: none;
    padding: 6px;
    border-top: none;
}

/** GAME COLUMNS **/
.sbogames-section {
    width: 100%;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 550px;
    overflow-y: auto;
    margin-bottom: 25px;
    border: 8px solid #5a5a5a;
}

.sbogames-container {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

/* Clear floats after the columns */
.row-sbogames:after {
    content: "";
    display: table;
    clear: both;
}

/* Create five equal columns that floats next to each other */
.column-sbogames {
    float: left;
    width: 20%;
    height: auto;
    text-align: center;
    padding-top: 8px;
    border-bottom: 8px solid #5a5a5a;
    border-right: 8px solid #5a5a5a;
    position: relative;
}

/*.slotgames-img {
    width: 100%;
    max-width: 185px;
    cursor: pointer;
}*/
.zoom-hover {
    overflow: hidden;
    max-height: 200px;
    max-width: 219px;
    margin: auto;
}

.slotgames-img {
    width: 100%;
    max-width: 212px;
    height: 150px;
    cursor: pointer;
    transition: transform .3s ease;
    /* Animation */
}

.slotgames-hover-img {
    width: 100%;
    max-width: 219px;
    cursor: pointer;
}

.game-title-slotpage {
    color: #efc223;
    font-weight: bold;
    position: relative;
    display: block;
    margin: auto;
    font-size: 14px;
}

#onhover {
    display: none;
}

#changeonhover:hover span[id="initial"] {
    display: block;
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

#changeonhover:hover span[id="onhover"] {
    display: block;
    margin: auto;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    padding: 8px;
}

/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
@media screen and (min-width: 0px) and (max-width:1400px) {
    #changeonhover:hover span[id="onhover"] {
        padding: 9px 0 0 0;
    }
}