.param-card.image .game-labels,
.game-unit-search .mobile .game-labels,
.game-tile .game-labels {
    display: flex;
    position: absolute;
    bottom: 0; left: 0;
    z-index: 1;
}

.param-card.image .game-label,
.game-unit-search .mobile .game-label,
.game-tile .game-label {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 115%;
    text-transform: capitalize;
    padding: 5px 0px 3px 8px;
    position: relative;
}

.param-card.image .game-new,
.game-unit-search .mobile .game-labels .game-new,
.game-tile .game-new {
    background-color:#e72637; color: #fff;
}
.param-card.image .game-popular,
.game-unit-search .mobile .game-labels .game-popular,
.game-tile .game-popular {
    background-color:#000; color: #fff;
}
.param-card.image .game-daily-drop,
.game-unit-search .mobile .game-labels .game-daily-drop,
.game-tile .game-daily-drop {
    background-color:#37474F; color: #fff;
}
.param-card.image .game-exclusive,
.game-unit-search .mobile .game-labels .game-exclusive,
.game-tile .game-exclusive {
    background-color:#C4B783; color: #000;
}

.param-card.image .game-label:after,
.game-unit-search .mobile .game-label:after,
.game-tile .game-label:after {
    content: "";
    display: block;
    width: 20px; height: 100%;
    position: absolute;
    bottom: 0; left: 100%;
    z-index: 1;
    /*border-radius: 0px 5px 0px 0px;*/
    -webkit-transform: skew(30deg, 0deg);
    -moz-transform: skew(30deg, 0deg);
    -ms-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}

.param-card.image .game-new:after,
.game-unit-search .mobile .game-labels .game-new:after,
.game-tile .game-new:after {
    background-color:#e72637; color: #fff;
}
.param-card.image .game-popular:after,
.game-unit-search .mobile .game-labels .game-popular:after,
.game-tile .game-popular:after {
    background-color:#000; color: #fff;
}
.param-card.image .game-daily-drop:after,
.game-unit-search .mobile .game-labels .game-daily-drop:after,
.game-tile .game-daily-drop:after {
    background-color:#37474F; color: #fff;
}
.param-card.image .game-exclusive:after,
.game-unit-search .mobile .game-labels .game-exclusive:after,
.game-tile .game-exclusive:after {
    background-color:#C4B783; color: #000;
}

.param-card.image .game-label span,
.game-unit-search .mobile .game-labels span,
.game-tile .game-label span {
    position: relative;
    z-index: 1;
}

.param-card.image .game-labels .game-label:not(:first-child) span,
.game-unit-search .mobile .game-labels .game-label:not(:first-child) span,
.game-tile .game-labels .game-label:not(:first-child) span {
    padding-left: 15px;
}

@media screen and (max-width: 767px) { /* mobile view */
    .param-card.image .game-label,
    .game-unit-search .mobile .game-label,
    .game-tile .game-label {
        font-size: 1.1rem;
    }
    
    .param-card.image .game-label:after,
    .game-unit-search .mobile .game-label:after,
    .game-tile .game-label:after {
        width: 16px;
    }

    .param-card.image .game-labels .game-label:not(:first-child) span,
    .game-unit-search .mobile .game-label:not(:first-child) span,
    .game-tile .game-labels .game-label:not(:first-child) span {
        padding-left: 10px;
    }

    .game-unit-search .mobile .game-labels {
        margin-left: 42%;
    }

    .game-unit-search .mobile .game-label {
        padding: 4px 0px 1px 8px;
    }
}


/*************************************/

.param-card.image .game-win,
.game-unit-search .mobile .game-labels .game-win,
.game-tile .game-win {
    display: table;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 115%;
    position: absolute;
    top: 0; left: 0;
    background-color: #f09d03;
    color: #000;
    padding: 5px 0px 3px 6px;
}

.game-unit-search .mobile .game-win {
    display: table;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 115%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f09d03;
    color: #000;
    padding: 3px 4px 1px 4px;
    z-index: 1;
}

.game-unit-search .mobile .game-win:after {
    content: "";
    display: block;
    width: 20px;
    height: 97%;
    position: absolute;
    top: 0;
    left: 69%;
    background-color: #f09d03;
    color: #000;
    -webkit-transform: skew(30deg, 0deg);
    -moz-transform: skew(30deg, 0deg);
    -ms-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    z-index: -1;
}

.param-card.image .game-win:after,
.game-unit-search .mobile .game-labels .game-win:after,
.game-tile .game-win:after {
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0; left: 100%;
    background-color: #f09d03;
    color: #000;
    /*border-radius: 0px 0px 5px 0px;*/
    -webkit-transform: skew(-30deg, 0deg);
    -moz-transform: skew(-30deg, 0deg);
    -ms-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

.param-card.image .game-win span,
.game-unit-search .mobile .game-labels span,
.game-tile .game-win span {
    position: relative;
    z-index: 1;
}


/**** mobile view Game Unit ****/

@media screen and (max-width: 767px) { /* mobile view */
    .param-card.image .game-win,
    .game-unit-search .mobile .game-labels .game-win,
    .game-tile .game-win {
        font-size: 1.6rem;
        line-height: 125%;
    }
}

@media screen and (max-width: 420px) { /* mobile view */
    .param-card.image .game-win,
    .game-unit-search .mobile .game-labels .game-win,
    .game-tile .game-win {
        font-size: 1.2rem;
		line-height: 125%;
		padding: 2px 0px 2px 6px;
    }
}

div.game-tile {
    /*background-color: #fff;*/
    width: 100%;
    height: 100%;
    border: #8ab4cd 1px solid;
    overflow: hidden;
    border-radius: 0;
    cursor: pointer;
    box-sizing: border-box;
}

/* div.game-tile:hover {
    box-shadow: 0px 0px 10px #777;
} */

.game-tile .img-wrap {
    overflow: hidden;
    position: relative;
    padding-top: 100%;
	height: 0;
	box-sizing:content-box;
}

.game-tile img:not(button img) {
    width: 100%;
    height: auto;
    display: block;
	position: absolute;
	top:0; right:0; bottom:0; left:0;
}


/******** game up ********/
.game-tile .game-up {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
    background-color: rgba(51,51,51,0.85);
    text-align: center;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.game-tile .img-wrap:hover .game-up {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/** play now **/
.game-tile .game-up button {
    width:auto;
    max-width:80%;
    height: 58px;
    margin: 0px auto;
    padding: 0 30px 0 30px;
    font-size: 3rem;
}

.site-container-de-DE .game-tile .game-up button {
    font-size: 1.5rem;
}

@media screen and (max-width: 1580px) and (min-width: 1421px) { /* 5 items small box */
    .game-tile .game-up button {height:40px; font-size:2.4rem; padding: 0 25px 0 25px;}
}

@media screen and (max-width: 1280px) and (min-width: 1061px) { /* 4 items small box */
    .game-tile .game-up button {height:40px; font-size:2.4rem; padding: 0 25px 0 25px;}
}

@media screen and (max-width: 950px) and (min-width: 768px) { /* 3 items small box */
    .game-tile .game-up button {height:40px; font-size:2.4rem; padding: 0 25px 0 25px;}
}

@media screen and (max-width: 767px) and (min-width: 641px) { /* 3 items small box mobile */
    .game-tile .game-up button {height:35px; font-size:2.1rem; padding: 0 20px 0 20px;}
}

@media screen and (max-width: 640px) { /* 2 items mobile */
    .game-tile .game-up button {height:40px; font-size:2.4rem; padding: 0 25px 0 25px;}
}

@media screen and (max-width: 500px) { /* 2 items mobile vw */
    .game-tile .game-up button {height:9vw; font-size:5vw; padding:0 4vw 0 4vw;}
    .site-container-es .game-tile .game-up button {height:8vw; font-size:4vw; padding:0 3vw;}
}
/***/

.game-tile .game-up a {
    display: block;
    width: 92%;
    text-align: center;
    padding: 5px 0 10px 0;
    margin: 0 4% 0 4%;
    font-size: 1.5rem;
    line-height: 120%;
    font-weight: 500;
    color: #fff;
    text-decoration: underline;
    overflow: hidden;
    box-sizing: border-box;
}

.game-tile .game-up a:hover {
    color: #fff;
    text-decoration: none;
}

.game-tile .game-up a.game-name {
    position: absolute;
    bottom: 0;
}

@media screen and (max-width: 767px) { /* mobile view */
    .game-tile .game-up button {}
	.game-tile a:not(.play-demo)	{font-size:1.6rem; line-height:19px;}
}
@media screen and (max-width: 640px) {
	.game-tile a:not(.play-demo)	{font-size:1.4rem; line-height:19px;}
}

/***********************/
.game-tile div.play-demo {
    color: #fff;
}

/***** animation *****/
div.game-tile {
    opacity: 0.1;
    animation: reveal 0.3s forwards;
    -webkit-animation: reveal 0.3s forwards;
}

@keyframes reveal {
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes reveal {
    100% {
        opacity: 1;
    }
}

.editor-box.twitter-box {
    display: table;
    margin: 0 auto 1em auto;
    max-width: 80%;
    min-height: 250px;
    min-width: 80%;
}

@media screen and (max-width: 767px) and (orientation: portrait) { /* mobile view */	
    .editor-box.twitter-box {
        max-width: 90%;
    }
}

.editor-box.facebook-box {
    display: table;
    margin: 0 auto 2em auto;
    max-width: 100%;
    min-height: 250px;
}

.editor-box.facebook-box .fb-post {
    overflow-y: hidden;
    overflow-x: auto;
    max-width: 92vw;
}

@media screen and (max-width: 767px) and (orientation: portrait) { /* mobile view */	
    .editor-box.facebook-box {
        max-width: 90%;
    }
}

.fr-video,
p.youtube-container,
.editor-box.youtube-box {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    display: block;
    margin-bottom: 2em;
}

.fr-video iframe,
p.youtube-container iframe, 
.editor-box.youtube-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
  
.editor-inline-title {
    font-weight: bold;
    color: #15b9ff
}

.editor-box.instagram-box {
	min-width: 100px;
	min-height: 400px;
	text-align: center;
}

.editor-box.instagram-box > div {
	display: inline-block;
}
.tbl-game-info,
    .tbl-winning {
        border-left: solid 2px #7A7A7A;
        border-top: solid 2px #7A7A7A;
        color: #ffffff;
        width: 100%;
        border-collapse: collapse;
    border-spacing: 0;
    }

        .tbl-game-info td,
        .tbl-winning td,
        .tbl-winning th {
            padding: 8px 16px;
            border-right: solid 2px #7A7A7A;
            border-bottom: solid 2px #7A7A7A;
        }

        .tbl-winning th {
            font-weight: normal;
            color: #ffcc33;
            background-color: #4D4D4D;
        }

        .tbl-game-info tr:nth-child(odd),
        .tbl-winning tr:nth-child(odd) {
            background-color: #222222;
        }

        .tbl-winning td:nth-child(2) {
            text-align: center;
        }

        .tbl-game-info td {
            text-align: left;
        }

            .tbl-game-info td:nth-child(odd) {
                color: #ffcc33;
            }

            /****************** GRID ************************/
.col-8,
.col-6,
.col-4,
.col-3,
.col-2 {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

    .col-8 img,
    .col-6 img,
    .col-4 img,
    .col-3 img,
    .col-2 img {
        max-width: 100%;
    }

    .col-2 > .col {
        width: 48%;
    }

    .col-2 .col-2 > .col {
        width: 46%;
    }

    .col-3 > .col {
        width: 30%;
    }

    .col-4 > .col {
        width: 22%;
    }

    .col-4 > .col-fill-1 {
        margin-right:26%;
    }

    .col-4 > .col-sprad-3 {
        width: 74%;
    }

    .col-6 > .col {
        width: 14.67%;
    }

    .col-6 > .col-sprad-5 {
        width: 81.33%;
    }

    .col-8 > .col {
        width: 11%;
    }

    .col-4 > .col-sprad-6 {
        width: 74%;
    }

    .col-8 > .col {
        width: 11%;
    }

@media only screen and (max-width: 767px) {
    .col-2 > .col {
        width: 100%;
    }

    .col-2 .col-2 > .col {
        width: 46%;
    }

    .col-3 > .col {
        width: 100%;
    }

    .col-4 > .col {
        width: 48%;
        margin-bottom:10px;
    }

    .col-4 > .col-fill-1 {
        width: 100%;
        margin-right: 0%;
    }

    .col-6 > .col {
        width: 28%;
    }

    .col-6 > .col-sprad-5 {
        width: 68%;
    }

    .col-2 {
        flex-flow: column;
    }

        .col-2 .col-2 {
            flex-flow: wrap;
        }

    .game-providers .col-fill-1 img {
        width:48%;
    }
}

@media only screen and (max-width: 414px) {
    .col-6 > .col {
        width: 100%;
    }

    .col-6 > .col-sprad-5 {
        width: 100%;
    }
}

    /****************** /GRID ************************/

    .games-seo .game-hover,
    .games-seo .son-game {
        position: relative;
    }

    .games-seo .game-hover .game-actions,
    .games-seo .son-game .game-actions {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        top: 0; left: 0;
        bottom: 0; right: 0;
        background-color: rgba(54,54,54,0.8);
        align-items: center;
        z-index: 3;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    .games-seo .game-hover:hover .game-actions,
    .games-seo .son-game:hover .game-actions {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .games-seo h2 {
        margin-top: 1em;
    }

    .games-seo .mt-0 {
        margin-top: 0.2em;
    }

    .games-seo .game-hover {
        margin-top: 20px;
    }

    .games-seo .game-hover > .game-actions div {
        position: absolute;
        bottom: 0;
        padding: 5px 6% 11px;
        width: 100%;
    }

    .games-seo .col h3 {
        margin-top: 0.5em;
    }

    @media screen and (max-width: 767px) { /* mobile view */
        .games-seo .son-game img {
            margin-bottom: 1em;
        }
    }
    
#game-page h1 {
    text-transform: unset;
}

#game-page .area-wrapper {
    width: 95%;
    max-width: 1310px;
    margin: auto;
}

#game-page .recommended .area-wrapper {
	width: 100%;
}

#game-page div.tabs-section-wrap.recommended {
	padding-top: 40px;
	color: #1aa6e1;
}

#game-page div.tabs-section-wrap.recommended h2 {
	color: #1ba6e1;
}

@media screen and (max-width: 768px) { /* mobile view */
	#game-page div.tabs-section-wrap.recommended {
		padding-top: 26px;
	}
}

#game-page .game-img .game-img-rect {
	display: none;
}

#game-page .game-img .game-img-sq {
	max-width: 300px;
}

@media screen and (max-width: 768px) { 
	#game-page .game-img .game-img-sq {
		max-width: 220px;
	}
}

@media screen and (max-width: 767px) { 
	#game-page .game-img .game-img-sq {
		display: none;
	}
}

#game-page .param-cards-group {
	display: grid;
	grid-template-columns: min-content auto;
	align-content: center;
	column-gap: 5%;
}

@media screen and (max-width: 768px) { /* mobile view */
	#game-page .param-cards-group {
		column-gap: 2%;
	}
}

@media screen and (max-width: 767px) { /* mobile view */
	#game-page .param-cards-group {
		display: grid;
    	grid-template-columns: 1fr;
	}
}

/*#game-page .game-up {
	width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(54,54,54,0.8);
    align-items: center;
    z-index: 3;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

#game-page .game-unit .img-wrap:hover .game-up,
#game-page .param-card.image:hover .game-up {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}*/

#game-page .param-card {
	display: grid;
	grid-template-columns: 55% 45%;
	align-content: center;
	padding: 15px 0;
	border-bottom: solid 2px #607178;
}

@media screen and (max-width: 768px) { /* mobile view */
	#game-page .param-card {
		padding: 10px 0;
		grid-template-columns: auto max-content;
	}
}

@media screen and (max-width: 767px) { /* mobile view */
	#game-page .param-card {
		grid-template-columns: 1fr 1fr;
	}
}

#game-page .param-card:nth-last-child(2) {
	border-bottom-style: none;
}

@media screen and (max-width: 767px) { /* mobile view */
	#game-page .param-card:nth-last-child(2) {
		border-bottom-style: solid;
	}
}

#game-page .param-cards-group.other .param-card {
	border-bottom-style: solid;
}

#game-page .param-card:last-child {
	border-bottom-style: none;
}

#game-page .param-card.image .icon-panel {
	width: 100%;
}

#game-page #rating img {
	width: 185px; height: auto; display: block;
}

#game-page #rating {
    padding: 5px 16px 4px 22px;
    background-color: #186ba0;
    display: flex;
    justify-content: space-between;
    width: 100%; min-height: 69px;
	box-sizing: border-box;
}

#game-page #rating #stars-wrap {
	align-self: center;
}

#game-page #rating .rating-num {
    display: flex;
    flex-direction: column;
    align-items: center;
	color: #fff;
	align-self: center;
}

#game-page #rating .rating-num strong {
	font-size: 3rem; line-height: 3rem; padding-top: 5px;
}

#game-page #rating .rating-num span {
	font-size: 1.3rem; line-height: 115%; padding-top: 2px;
}

#game-page .param-cards-group button.play {
    font-size: 2.8rem;
    height: 55px;
	margin: 20px auto;
}

@media screen and (max-width: 767px) { /* mobile view */
	#game-page .param-cards-group .button-play {
		grid-row-start: 2;
		grid-row-end: 3;
	}
	#game-page .param-cards-group .game-disclaimer {
		padding-top: 20px;
	}
}

#game-page .param-card.image .icon-panel ul {
	margin: 0;
	background-color: #fff;
	padding: 0;
}

#game-page .param-card.image .icon-panel ul li {
	list-style: none;
	margin: 0;
	padding: 2px 6px;
	color: #000;
}

#game-page .param-card-body {
    display: flex;
    align-items: center;
	font-size: 1.8rem;
}

#game-page .param-card-body strong {
	font-weight: 400;
}

#game-page .param-card-head {
	color: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 500;
}

#game-page .param-card-head img {
	margin-right: 15px;
}

@media screen and (max-width: 1200px) { /* mobile view */
	#game-page .param-card-body		{font-size:1.5rem;}
	#game-page .param-card-head		{font-size:1.5rem;}
}

@media screen and (max-width: 768px) { /* mobile view */
	#game-page .param-card-head img {
		margin-right: 10px;
		max-width: 30px;
	}
}

#game-page .param-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 0px;
	column-gap: 6%;
	align-content: start;
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
	#game-page .param-cards	{display:block;}
	#game-page .param-card:nth-last-child(2)	{border-bottom-style:solid !important;}
}

@media screen and (max-width: 768px) { /* mobile view */
	#game-page .param-cards {
		column-gap: 3%;
	}
}

@media screen and (max-width: 767px) { /* mobile view */
	#game-page .param-cards {
		display: block;
	}
}

#game-page .param-cards-group.other {
	max-width: 738px;
	margin: 0 auto;
}

#game-page .param-cards-group.other .param-cards {
	grid-template-columns: auto;
	column-gap: 0;
}

#game-page .param-card.image {
	position: relative;
	border-bottom-style: none!important;
	padding: 0!important;
	display: block;
}

div.tabs-section-wrap.recommended {
	padding-top: 20px;
	margin-bottom: 10px;
}

.recommended h2 {
	margin-bottom: 0.4em;
}

.recommended .tab-section-pannel ul.categories {
	justify-content: space-between;
	margin: 0px -3px 6px -3px;
}

.recommended .tab-section-pannel ul.categories li {
	width: calc((100% - 24px) / 4);
	max-width: 323px;
	margin: 0px 3px 0px 3px;
}

@media screen and (max-width: 1060px) and (min-width: 1021px) { /* 4 items small box */
    .recommended .game-tile .game-up button {height:40px; font-size:2.4rem; padding: 0 25px 0 25px;}
}

@media screen and (max-width: 767px) and (min-width: 641px) { /* fix small from main */
    .recommended .game-tile .game-up button {height:58px; font-size:3rem; padding: 0 30px 0 30px;}
}

@media screen and (max-width: 1020px) {
	.recommended .tab-section-pannel ul.categories li {
		width: calc((100% - 18px) / 3);
		max-width: none;
	}

	.recommended .tab-section-pannel ul.categories li:last-child {
		display: none;
	}
}

@media screen and (max-width: 767px) { /* mobile view */
	.recommended .tab-section-pannel ul.categories li {
		width: calc(50% - 6px);
		max-width: none;
	}

	div.tabs-section-wrap.recommended {
		padding-top: 20px;
	}

	.recommended .tab-section-pannel ul.categories li:last-child {
		display: list-item;
	}
}

#game-pannel div.page-seperator {
    width: 100%;
    margin: 30px auto 5px auto;
}

#game-page .games-seo .mt-0 {
	margin-top: 1em;
}

.site-container-de-DE #game-page .param-card.param-card-jackpots,
.site-container-de #game-page .param-card.param-card-jackpots {
	display: none;
}

/** game seo carousel **/
#game-carousel				{width:100%; text-align:center;}
#game-page .images-title	{width:95%; max-width:1310px; margin: 0 auto 20px auto;display: none;}
#game-carousel h2			{color:#fff; font-size:3.6rem; line-height:115%; font-weight:900; display:inline;}
#game-carousel #images.gallery {
	display: grid;
    grid-auto-flow: column;
	grid-column-gap: 2%;
	width:100%;
	max-width:1310px;
	justify-content: center;
}
#game-carousel #images img {
	height:auto;
	display:inline-block;
    vertical-align: bottom;
    max-height: 220px;
}

@media screen and (max-width: 767px) { /* mobile view */
	#game-carousel				{overflow-x: auto;}
	#game-carousel #images.gallery		{max-width: width unset;; display: inline-block;white-space: nowrap;}
	#game-page .images-title	{margin-bottom:2.6vw;}
	#game-carousel h2			{font-size:145%;}
	#game-carousel #images img	{max-width: 80%; margin-right:3%;max-height: unset}
}

#game-page .game-disclaimer {
	text-align: center;
	font-size: 80%;
	line-height: 1.2em;
}

#game-page .param-cards-group .game-disclaimer {
	align-self: center;
}

#game-page .game-content-wrapper {
	margin-bottom: 40px;
	padding-top: 40px;
}

#game-page .game-content-wrapper .col-2-flex > div > p, 
#game-page .game-content-wrapper .col-3-flex > div > p, 
#game-page .game-content-wrapper .col-4-flex > div > p {
    flex-grow: unset;
}

#game-page .game-content-wrapper .col-2-flex > div img, 
#game-page .game-content-wrapper .col-3-flex > div img, 
#game-page .game-content-wrapper .col-4-flex > div img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

#game-page button.cms-but {
    font-size: 170%;
    padding: 12px 30px;
	height: auto;
	margin: 30px auto;
}

#game-page button.cms-but {
    font-size: 170%;
    padding: 12px 30px;
	height: auto;
	margin: 30px auto;
}

#game-page .cms-section-block button.cms-but {
	margin: 0px auto 30px auto;
}

#game-page .game-content-wrapper ul li {
	list-style: none; /* Remove default bullets */
}
  
#game-page .game-content-wrapper ul li::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #1ba6e1; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	font-size: 150%;
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
	position: absolute;
}

@media screen and (max-width: 767px) { /* mobile view */
	#game-page button.cms-but {
		padding: 6px 30px;
	}
}

/************ cmc table *****************/

#game-page .game-content-wrapper table {
	width: 100%;
	max-width: 1000px;
	color: #fff;
	border-spacing: 0px;
    border-collapse: separate;
	margin: 0 auto 1em auto;
	border-top: solid 1px rgba(255,255,255,0.5);
}

#game-page .game-content-wrapper table p {
	margin: 0;
}

#game-page .game-content-wrapper table.following {
	margin-top: 0;
	border-top: none 0;
}

#game-page .game-content-wrapper table tr.painted {background-color:#196a9f}

#game-page .game-content-wrapper table td,
#game-page .game-content-wrapper table th {
	border-bottom: solid 1px rgba(255,255,255,0.5);
	text-align: center;
    width: 50%;
	padding: 10px 0;
}

#game-page .game-content-wrapper table th {
	border-bottom: solid 1px rgba(255,255,255,1);
}

#game-page .game-content-wrapper table th:first-child {
	border-right: solid 1px rgba(255,255,255,1);
}

#game-page .game-content-wrapper table td:first-child {
	border-right: solid 1px rgba(255,255,255,0.5);
}

#game-page .game-content-wrapper div.section-block .col-4-flex {
	padding-top: 20px;
}

#game-page .game-content-wrapper h2,
#game-page .game-content-wrapper h3,
#game-page .game-content-wrapper h4 {
	color: #1ba6e1;
}

#game-page div.section-block,
#game-page div.cms-section-block {
    margin-bottom: 40px;
}

#game-page div.cms-section-block .col-2-flex > *,
#game-page div.cms-section-block .col-3-flex > *,
#game-page div.cms-section-block .col-4-flex > * {
	margin-bottom:30px;
}

@media screen and (max-width: 767px) { /* mobile view */
	#game-page .game-content-wrapper div.section-block .col-4-flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		padding-top: 0;
	}

	#game-page .game-content-wrapper div.section-block .col-4-flex > * {
		width: 47%;
	}

	#game-page div.cms-section-block .col-2-flex > *,
	#game-page div.cms-section-block .col-3-flex > *,
	#game-page div.cms-section-block .col-4-flex > * {
		margin-top: 20px;
		margin-bottom: 0px;
	}
}

#game-page div.cms-section-block .col-2-text > *,
#game-page div.cms-section-block .col-3-text > *,
#game-page div.cms-section-block .col-4-text > * {
	display: table;
}

/*************** pros & cons block ***************************/ 
#game-page .game-content-wrapper .game-content-body .pros-cons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 6%;
}

@media screen and (max-width: 767px) { /* mobile view */
	#game-page .game-content-wrapper .game-content-body .pros-cons {
		display: block;
	}
	#game-page .game-content-wrapper .game-content-body .pros-cons .cons {
		margin-top: 13px;
	}
}

#game-page .game-content-wrapper .game-content-body .pros-cons UL {
	padding: 0;
	margin: 0;
}

#game-page .game-content-wrapper .game-content-body .pros-cons UL LI::before {
	content:none;
}

#game-page .game-content-wrapper .game-content-body .pros-cons .pros UL LI {
	background: url('/img/icons/Like.png') no-repeat left 2px;
	padding: 5px 10px 5px 25px;
	list-style: none;
	margin: 0;
	vertical-align: middle;
}

#game-page .game-content-wrapper .game-content-body .pros-cons .cons > div,
#game-page .game-content-wrapper .game-content-body .pros-cons .pros > div {
	font-weight: 700;
	margin-bottom: 5px;
}

#game-page .game-content-wrapper .game-content-body .pros-cons .cons UL LI {
	background: url('/img/icons/Dislike.png') no-repeat left 7px;
	padding: 5px 10px 5px 25px;
	list-style: none;
	margin: 0;
	vertical-align: middle;
}

@media screen and (max-width: 767px) { /* mobile view */
	#game-page .game-content-wrapper .game-content-body .pros-cons .pros UL LI,
	#game-page .game-content-wrapper .game-content-body .pros-cons .cons UL LI{
		background-size: 15px;
		padding: 8px 10px 8px 25px;
	}

	#game-page .game-content-wrapper .game-content-body .pros-cons .cons UL LI {
		background-position: left 11px;
	}

	#game-page .game-content-wrapper .game-content-body .pros-cons .pros UL LI {
		background-position: left 7px;
	}
}

#game-page .game-content-wrapper .tip-box {
	background-color: #3D3C3C;
	border: solid 1px #186B9E ;
	padding: 1em 1.4em;
  }
  
  #game-page .game-content-wrapper .tip-box .tip-box-caption {
	font-style: italic;
	font-weight: bold;
  }
  
  #game-page .game-content-wrapper .tip-box > div > p {
	margin: 0 0 1em 0;
  }
  
  #game-page .game-content-wrapper .tip-box > div > p:last-child {
	margin-bottom: 0;
  }
