
   /* COMPONENT: Game Page - About Section */
#fullContent .about-img-wrap {
	margin: 20px 0 10px;
}
@media only screen and (max-width: 640px) {
	.about-img-wrap {
		text-align: center;
	}
}

/* COMPONENT: Game Page - Secondery Menu */
@media only screen and (max-width: 640px) {
	.seconderyMenu {
		display: none;
	}
}

/* COMPONENT: Game Page - Accordion */
#fullContent .casino-game-template section article:not(.column) {
	padding-top: 0px;
}
#fullContent .about-img-wrap figure:first-child {
	margin-right: 15px;
	display: inline-block;
	float: none;
	margin-bottom: 30px;
}
#fullContent .about-img-wrap figure:last-child {
	display: inline-block;
	float: none !important;
}
@media only screen and (max-width: 40em) {
	#fullContent h2 {
		padding-top: 0px;
		margin-top: 0px;
	}
	h2#HOW-TO-PLAY {
		padding-top: 30px;
	}
}

/* COMPONENT: Game Page - Games Repeater */
#fullContent .warpGameItem {
	width: 100%;
}
#fullContent .owl-item .item .warpGameItemNotHover:not(.game-name) {
	overflow: visible;
}
.no-touch #fullContent .warpGameItem .button {
	text-indent: -100000000%;
}
#fullContent .aligned-button {
	left: 0;
	right: 0;
	position: absolute;
	top: -30px;
	bottom: 0;
	width: 6rem;
	padding: 0px;
	margin: auto;
	display: inline-block;
    vertical-align: middle;
	box-sizing: content-box;
}
#fullContent .aligned-teaser-data {
    display: block;
    height: 40px;
    text-align: center;
    color: #fff;
}
#fullContent .game-info-text {
	display: block;
	font-size: 0.8em;
	width: 40px;
	z-index: 2;
	position: absolute;
	margin: auto;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: translateY(5rem);
	-ms-transform: translateY(5rem);
	-o-transform: translateY(5rem);
	transform: translateY(5rem);
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-size: contain;
}
.no-touch #fullContent .teaser-hover-div img{
	display:none;
}
.no-touch #fullContent .warpGameItem:hover .aligned-teaser-data .text {
	-webkit-transform: translateY(6rem);
	-ms-transform: translateY(6rem);
	-o-transform: translateY(6rem);
	transform: translateY(6rem);
	opacity: 0;
}
.no-touch #fullContent .warpGameItem:hover .button,
.no-touch #fullContent .warpGameItem:hover .game-info-text {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: .9;
}
#fullContent .owl-item .item .button {
	background-image: url("//images.images4us.com/888Casino_CGP/EN/Play%20Button-1518337007225.png");
	text-indent: -100000000%;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	left: 0;
	top: 2px;
	bottom: 12px;
	margin: auto;
	width: 50px;
	height: 50px;
	opacity: 0;
	border: 0px;
	background-size: contain;
	padding: 0px;
	min-width: auto;
	background-color: transparent;
}
#fullContent .gameInfoGame {
	color: #fff;
	display: block;
	position: relative;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	color: transparent;
	background-color: #171717;
	border-radius: 50px;
	border: 2px solid #717171;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-align: center;
}
#fullContent a.gameInfoGame {
	color: transparent;
}
#fullContent .gameInfoGame:after {
	content: "i";
	color: #717171;
	font-family: Oleo-Script-Regular, sans-serif;
	font-size: 22px;
	position: absolute;
	right: 0;
	left: 0;
	top: .4rem;
	bottom: 0;
	margin: auto;
}
#fullContent .gameInfoGame:hover:after {
	color: #fff;
}
#fullContent .warpGameItem .teaser-hover-div {
	height: auto;
	z-index: 2;
	position: absolute;
	background: transparent;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 215px;
}
@media screen and (max-width: 1024px) {
	#fullContent .owl-item .item .button {
		width: 215px;
		height: 215px;
		left: -80px;
		background-image: none;
		background-size: 20%;
		background-position: center;
	}
}
@media only screen and (max-width: 640px){
    #fullContent #RELATED {
		background:none;
		border:none;
		padding-top: 10px;
	}
}