.category-direct {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    display: inline-block;
    -webkit-text-decoration-skip: objects;
}
.gameItem {
    background-color: #fff;
    box-shadow: 0 0 6px 0 #cecece;
    width: 100%;
}
.gameItem {
    text-align: center;
    padding: 0;
    height: 250px;
    width: 250px;
    margin-bottom: 20px;
    cursor: pointer;
}
.gameItem img {
    height: 200px;
    width: 250px;
    object-fit: contain;
}
.gameItem img:hover{
	box-shadow: 0 12px 20px -8px #000!important;
	transition: .3s linear;
}
.gameItem h3 {
    width: 100%;
    font-size: 12px;
    margin-top: 10px;
    color: black;
}
/*@media (max-width: 992px) {
    .gameItem{
        height: 220px;
    }
    .gameItem img {
        width: 100%;
        height: 175px;
        object-fit: contain;
    }
	.col-xs-6 {
	position: relative;
    min-height: 1px;	
	float: left;
    width: 50%;
	padding: 0 2px!important;
	}
}