/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 850px) {
    .a-section-1 .align-equal.row .large-3{
        flex-basis: 24%;
        max-width: 24%;
    }

    .a-section-1 .align-equal.row .large-2{
        flex-basis: 19%;
        max-width: 19%;
    }

    .c-pd{
        padding-bottom: 24px !important;
    }


}

@media screen and (max-width: 850px){
	.game-cat > .col-inner{
		padding: 15px 15px 0 15px;
	}

    .md-pb-0{
        padding-bottom: 0 !important;
    }
}
@media screen and (max-width: 550px){
	.game-cat > .col-inner .img{
		width: 60% !important;
    	margin: 0 auto;
        margin-bottom: 10px !important;
	}
}