img.optimized.lazyloaded {
    /* test */
    /* background-color: violet!important; */
    
    /* prod */
    height: auto !important;
    padding-top: unset !important;
}

img.optimized-external {
    max-width:100%;height: auto;
    object-fit: cover;
    width: auto;
}

div.optimized-wraper {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
.game-page  #game-page-labels .game-labels,
.param-card.image .game-labels,
.game-unit-search .mobile .game-labels,
.game-tile .game-labels {
    display: flex;
    position: absolute;
    top: 0; left: 0;
    z-index: 2;
}

.game-page  #game-page-labels .game-label,
.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: uppercase;
    padding: 6px 6px 3px 6px;
    position: relative;
    border-radius: 12px 0 12px 0;
}

.game-page  #game-page-labels .game-label {
    border-radius: 0 0 6px 0;
}

.game-page  #game-page-labels .game-new,
.param-card.image .game-new,
.game-unit-search .mobile .game-labels .game-new,
.game-tile .game-new {
    background-color:#F18C04; 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;
} */

.game-page  #game-page-labels .game-label span,
.param-card.image .game-label span,
.game-unit-search .mobile .game-labels span,
.game-tile .game-label span {
    position: relative;
    z-index: 9;
}

@media screen and (max-width: 767px) { /* mobile view */
    .game-page  #game-page-labels .game-label,
    .param-card.image .game-label,
    .game-unit-search .mobile .game-label,
    .game-tile .game-label {
        font-size: 1.1rem;
        border-radius: 8px 0 8px 0;
    }

    .game-unit-search .mobile .game-labels {
        display: none;
    }

    .game-unit-search .mobile .game-label {
        padding: 3px 0px 1px 6px;
    }
}


/*************************************/

.game-page  #game-page-labels .game-win,
.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;
    left: 0; bottom: 0;
    background-color: rgba(38,38,38,0.75);
    color: #fff;
    padding: 5px 6px 3px 6px;
    z-index: 2;
    border-radius: 0 12px 0 0;
}

.game-unit-search .mobile .game-labels .game-win {
    right: 0;
    left: unset;
    border-radius: 12px 12px 0 0;
}

.game-page  #game-page-labels .game-win {
    bottom: 1px;
}

.game-page  #game-page-labels .game-win span,
.param-card.image .game-win span,
.game-unit-search .mobile .game-labels span,
.game-tile .game-win span {
    position: relative;
    z-index: 9;
}

.game-page  #game-page-labels {
    position: absolute;
    display: none;
}

/**** mobile view Game Unit ****/

@media screen and (max-width: 767px) { /* mobile view */
    .game-page  #game-page-labels .game-win,
    .param-card.image .game-win,
    .game-unit-search .mobile .game-labels .game-win,
    .game-tile .game-win {
        font-size: 1.6rem;
        line-height: 125%;
    }
    .game-page  #game-page-labels {
        display: initial;
    }
}

@media screen and (max-width: 420px) { /* mobile view */
    .game-page  #game-page-labels .game-win,
    .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 6px 2px 6px;
    }
}

div.game-tile {
    /*background-color: #fff;*/
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    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-tile a {
    display: block;
    width: 94%;
    margin: 20px 3% 8px 3%;
    font-size: 1.7rem;
    line-height: 115%;
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
}

.game-tile a:not(.play-demo) {
    text-transform: uppercase;
}

.games-list h2 {
    display: table;
    color: #f9f9f9;
}
.games-list h2:after {
    content: "\F105";
    font-family: "FontAwesome";
    font-weight: 400;
    margin: 0px 0px 0px 15px;
    font-size: 21px;
    line-height: 21px;
    position: relative;
    top: -1px;
    color: #fff;
}

.games-list a.skeleton,
.game-tile.skeleton a:not(.play-demo) {
    border-radius: 7px;
    background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
    background-size: 600px;
    animation: shine-lines 1.6s infinite linear;
    color: transparent;
}

@keyframes shine-lines {
    0% {
      background-position: -100px;
    }
    40%, 100% {
      background-position: 140px;
    }
  }
  @keyframes shine-avatar {
    0% {
      background-position: -32px;
    }
    40%, 100% {
      background-position: 208px;
    }
  }

.game-tile a:hover {
    text-decoration: none;
}

@media screen and (max-width: 840px) {
	.game-tile a	{font-size:1.6rem; line-height:19px;}
}

@media screen and (max-width: 767px) { /* mobile view */
	.game-tile a	{font-size:1.5rem; line-height:18px;}
    .games-list h2          {font-size:140%;}
    .games-list h2:after    {font-size:4vw; line-height:4vw; top:-0.1vw; margin:0px 0px 0px 2.4vw;}
}
@media screen and (max-width: 640px) {
	.game-tile a	{font-size:1.2rem; line-height:17px;margin: 10px 3% 8px 3%;}
}


/******** game up ********/
.game-tile .game-up {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
    background-color: rgba(0,0,0,0.75);
    text-align: 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-tile .game-up a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 6% 11px 6%;
    font-size: 1.5rem;
    line-height: 120%;
    font-weight: 500;
    box-sizing: border-box;
}

.game-tile .game-up a:hover {
    color: #fff;
    text-decoration: underline;
}*/

.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 {
    max-width: 90%;
    height: 57px;
    margin: 0px auto 28px auto;
    font-size: 2.4rem;
    padding: 0px 35px;
}
.site-container-de-DE .game-tile .game-up button {
    font-size: 2.3rem;
    padding: 0px 28px;
}
.game-tile .game-up button picture {
    width: 100%;
}

@media screen and (max-width: 840px) {
    .game-tile .game-up button  {height:5vw; padding-left:4vw; padding-right:4vw; font-size:2.4vw;margin: 0px auto 15px auto;}
    .site-container-de-DE .game-tile .game-up button {
        padding-left:2vw;
        padding-right:2vw;
        font-size:1.9vw;
    }
}

@media screen and (max-width: 1023px) {
    .site-container-es .game-tile .game-up button {
        padding-left: 2vw;
        padding-right: 2vw;
        font-size: 2.2vw;
    }
}

/***********************/
.game-tile div.play-demo {
    color: #fff;
    padding-bottom: 6px;
}

.game-tile div.play-demo a {
    color: #fff;
    padding: 0 !important;
}

.game-tile div.play-demo a:hover {
    color: #ffcc33;
}

/***** 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;
    }
}

