.game-slider-block {
    display: table;
    width: 100%;
    float: none;
	display: none;
}

.swiper-container {
	width: 100%;
	padding-bottom: 40px;
	overflow-x: hidden;	
}

.swiper-slide {
	background-position: center;
	background-size: cover;
	width: 280px;
	height: auto;
}

.swiper-slide {
	transform: translate3d(0px, 0px, -350px) rotateX(0deg) rotateY(0deg) !important;
	opacity: .65;
	cursor: not-allowed;
}

.swiper-wrapper > a {
    display: block;
}

.swiper-slide img {
    width: 100%;
}

.swiper-slide-prev, 
.swiper-slide-next {
	
}

.swiper-slide-active {
	
}

.swiper-slide-prev, 
.swiper-slide-active, 
.swiper-slide-next {
	position: relative;
	transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) !important;
	opacity: 1;
	cursor: pointer;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 0;
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
    background-image: none !important;
}

.swiper-button-next, .swiper-button-prev {
	width: 30px;
	height: 30px;
	margin-top: -30px;
	background-size: 30px 30px;
}

:root {
	--swiper-navigation-size: 30px;
}

@media only screen and (max-width: 1199px) {
	.swiper-slide {
		width: 230px;
	}
}

@media only screen and (max-width: 991px) {
	.swiper-slide {
		width: 170px;
	}
}

@media only screen and (max-width: 767px) {
	.swiper-slide {
		width: 23.5%;
	}
}

@media only screen and (max-width: 600px) {
	.swiper-slide {
		width: 25%;
	}
}

@media only screen and (max-width: 480px) {
	.swiper-slide {
		width: 50%;
	}
	
	.swiper-slide-next, 
	.swiper-slide-prev {
		cursor: not-allowed;
		opacity: .65;
	}
	
	.swiper-slide-next {
		position: relative;
		left: -15%;
		transform: translate3d(0px,0px,-600px) rotateX(0deg) rotateY(0deg) !important;
	}	
	
	.swiper-slide-prev {
		position: relative;
		right: -15%;
		transform: translate3d(0px,0px,-600px) rotateX(0deg) rotateY(0deg) !important;
	}	
}

@media only screen and (max-width: 480px) {
	.swiper-slide {
		width: 55%;
	}
}
