* {
  box-sizing: border-box;
}
body {
	background-color: black;       
}
.container {
	background-image: url("/Images/mainbg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed; 
    opacity: 0.8;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}
.glow {
	color: white;
	font-size: 11px;
}
.column {
	text-align: center;
	float: left;
	width: 16.5%;
	padding: 10px;
	border: 2px solid white;
	border-collapse: collapse;
	height: 200px;
	margin: 1px;
}
.column img {
	width: 100%;
	max-width: 145px;
	height: 136px;
	cursor: pointer;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}
.zoom {
	transition: transform .1s;
	margin: 0 auto;
}
.zoom:hover {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2); 
}
/* RESPONSIVE LAYOUT */
/* PLAYTECH SLOT */
@media screen and (min-width: 320px) and (max-width: 668px) {
	.tab {
	display: none;
	}
}
@media screen and (max-width: 420px) {
	.column {
		width: 50%;
		margin: 0;
	}
	.tab button {
		width: 50%;
	}
}
@media screen and (min-width: 421px) and (max-width: 700px) {
	.column {
		width: 33%;
		margin: 0;
	}
	.tab button {
		width: 25%;
	}
}

@media screen and (min-width: 421px) and (max-width: 559px) {
	.tab button {
		width: 25%;
	}
}

@media screen and (min-width: 701px) and (max-width: 1215px) {
	.tab button {
		width: 14.28%;
	}
}

@media screen and (min-width: 701px) and (max-width: 1209px) {
	.column {
		width: 20%;
		margin: 0;
  }	
}
@media only screen and (max-width: 500px) {
	.categorytitle {
		font-size: 40px;
	}
}