html {
    /*background-image: linear-gradient(150deg,rgba(47,171,201,.99) 0%,rgba(109,173,163,.99) 7%,rgba(255,179,73,.99) 17%,rgba(100,173,168,.99) 42%,rgba(243,179,81,.97) 75%,rgba(202,38,56,.99) 90%,rgba(47,171,201,.99) 100%);*/
    background-image: linear-gradient(150deg,
    rgba(247,81,28,.99) 0%,
    rgba(247,77,27,.99) 7%,
    rgba(255,179,73,.99) 17%,
    rgba(36,118,0,.99) 42%,
    rgba(243,179,81,.97) 75%,
    rgba(202,38,56,.99) 90%,
    rgba(96,217,25,.99) 100%);
    min-height: 100vh;
}
body {
    background: none;
}
img {
    max-width: 100%;
}
.container {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1854px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.logo-thumb img, .logo-image img {
    width: auto !important;
}
@keyframes pulse {
    0% {
        transform: scale(1.0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1.0);
    }
}
.play-desktop-game {
    display: block;
    width: 332px;
    height: 332px;
    border-radius: var(---default-radius);
    overflow: hidden;
    box-shadow: 0 6px 10px rgba(0,0,0,.4);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1111;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.play-desktop-game:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: var(---default-radius);
}
.crazygamescom .play-desktop-game {
    top: calc(50% - 22.5px);
}
body.playing .play-desktop-game {
    display: none;
}
.play-desktop-center {
    position: absolute;
    text-align: center;
    transform: translate(0,-50%);
    width: 100%;
    top: 50%;
    z-index: 2;
}
.play-desktop-center i {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #fff;
    line-height: 50px;
    border-radius: 50px;
    color: var(--main-color);
    text-align: center;
    font-size: 26px;
    box-shadow: 0 2px 15px rgba(111,111,111,.5);
    box-sizing: border-box;
    padding-left: 5px;
    animation: pulse 2s ease 0s infinite;
}
.play-desktop-center span {
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-size: 24px;
    margin-top: 0;
    font-weight: bold;
}
.game-container {
    width: 100%;
}
.game-container .related-games {
    width: calc(100% - 800px);
}
.game-container .related-games .grid-container {
    margin: 0;
    justify-content: start;
}
.game-container .related-games .game-logo-related, .game-container .related-games .thumb {
    margin-bottom: 0;
}
.container .game-container .game-details h1 {
    font-size: 16px;
    line-height: 1.5 !important;
}
.game-details-content {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.pagination-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    margin: 0;
}
.pagination li {
    list-style: none;
}
.pagination li a {
    display: inline-block;
    padding: 5px 7px;
    border-radius: 5px;
    background: #333333;
    margin: 3px 2px;
    min-width: 30px;
    text-align: center;
    box-sizing: border-box;
}
.pagination li.disabled a {
    background: #ddd;
    color: #333333;
}
.pagination li a:hover {
    text-decoration: none;
}
.play-mobile-game {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.play-mobile-game img {
    display: none;
}
.d-flex {
    display: flex;
}
.align-items-center {
    align-items: center;
}
.justify-content-end {
    justify-content: end;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-start {
    justify-content: start;
}
#footer {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.sidebar-search .grid-container {
    margin: 0 !important;
    grid-gap: 15px;
    padding-top: 5px !important;
}
.game-container .game-details, .game-container .fullscreen .game-details {
    background: #f9f9f9;
}
#game-fullscreen {
    color: var(--main-bg-color);
    top: 3px;
    position: relative;
}
#game-fullscreen:hover {
    color: var(--main-color);
    cursor: pointer;
}
#game-instructions {
    color: var(--main-bg-color);
    top: 3px;
    position: relative;
    margin-right: 8px;
}
#game-instructions:hover {
    color: var(--main-color);
    cursor: pointer;
}
.rating i {
    font-size: 24px;
}
.game-container .game-iframe-container {
    position: relative;
    background: #121212;
}
.crazygamescom .game-container .game-iframe-container {
    height: calc(100% - 20px);
}
.game-container .main-game-content {
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}
.mobile-1 .game-container .game-iframe {
    width: auto !important;
    min-width: 44%;
    transform: translateX(-50%);
    left: 50% !important;
}
.game-container .fullscreen .game-iframe-container {
    padding-bottom: 0 !important;
    background: #121212;
}
.opacity-0 {
    opacity: 0 !important;
}
.thumb-container {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.thumb-category-image {
    width: 90px;
    height: 90px;
    border-radius: 5px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.thumb-category {
    grid-column: auto / span 1;
}
.thumb-category .thumb-container {
    display: flex;
    align-items: center;
    padding-top: 10px;
    box-sizing: border-box;
    flex-direction: column;
}
.thumb-category-name {
    flex-grow: 1;
    font-size: 12px;
    line-height: 13px;
}
.grid-thumb {

}
.grid-3x3, .grid-w-triple {
    min-height: 0;
    height: 0;
    padding-bottom: 100%;
}
.crazygamescom .game-container .main-game-content {
    height: 620px;
    overflow: hidden;
}
.crazygamescom .game-container .fullscreen .game-iframe-container {
    height: calc(100% - 20px)!important;
}
.panel-guide {
    display: none;
    position: absolute;
    width: 400px;
    max-height: 400px;
    background-color: #2d343f;
    bottom: 10px;
    right: 10px;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    z-index: 99999;
    pointer-events: initial;
}
.panel-guide .quit {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 1px 8px 4px;
    border-radius: 15px;
    background-color: #9ea1a5;
    cursor: pointer;
}
.panel-guide .title {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 20px;
    font-weight: 700;
}
.panel-guide .content {
    margin-top: 30px;
    overflow-y: auto;
    max-height: 360px;
}
.text-container .breadcrumbs li {
    line-height: 22px;
}
.text-container .breadcrumbs li:after {
    content: "\e808";
    top: 50%;
    right: 1px;
    color: #333333;
    transform: translate(0, -50%);
}
.text-container a, .game-container .game-details h1 {
    color: var(--main-bg-color);
}
.text-container h1 {
    margin-top: 0;
}
.text-container p:last-child {
    margin-bottom: 0;
}
.footer-link {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 8px 10px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.footer-link a {
    font-weight: normal;
    font-size: 13px;
    color: var(--main-bg-color);
}
.tags_cloud {
    display: grid;
    column-gap: 10px;
    row-gap: 15px;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto;
}
.tags_cloud a {
    font-size: 13px;
    font-weight: normal;
}
.game-other-thumbs {
    width: auto;
}
.game-other-thumbs .logo-thumb, .game-other-thumbs .game-thumb, .game-other-thumbs .thumb-category {
    margin: 0;
}
.centered-container {
    width: 1270px;
}
.ribbon-inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.star_icon {
    width: 16px;
    height: 16px;
    background-image: url(/assets/img/star_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.landing-content {
    font-size: 13px;
    line-height: 1.2;
}
.landing-content p {
    margin-top: 0;
    margin-bottom: 10px;
}
.landing-content ul li {
    line-height: 1.5;
    margin: 5px 0;
}
.landing-content h3 a {
    margin: 0;
    font-weight: bold;
}
.loading {
    border-radius: var(---default-radius);
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: wave;
    animation-timing-function: linear;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: wave;
    -webkit-animation-timing-function: linear;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: wave;
    -moz-animation-timing-function: linear;
    background: #dddddd;
    background-image: -webkit-gradient(linear,  left center,  right center,  from(#dddddd),  color-stop(.2,  #f5f5f5),  color-stop(.4,  #e5e5e5),  to(#dddddd));
    background-image: -webkit-linear-gradient(left,  #dddddd 0%,  #f5f5f5 20%,  #e5e5e5 40%,  #dddddd 100%);
    background-image: -moz-gradient(linear,  left center,  right center,  from(#dddddd),  color-stop(.2,  #f5f5f5),  color-stop(.4,  #e5e5e5),  to(#dddddd));
    background-image: -moz-linear-gradient(left,  #dddddd 0%,  #f5f5f5 20%, #e5e5e5 40%, #dddddd 100%);
    background-repeat: no-repeat;
    background-size: 800px 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
@-webkit-keyframes wave {
    0% {background-position: -468px 0;}
    100% {background-position: 468px 0;}
}

@-moz-keyframes wave {
    0% {background-position: -468px 0;}
    100% {background-position: 468px 0;}
}
.search-input input {
    font-size: 18px;
}
.search-input-icon {
    top: 50%;
    transform: translateY(-50%);
}
#search-popular-played-title, #search-recently-played-title {
    margin: 12px 0 10px 0;
    font-size: 18px;
}
.mobile-logo {
    z-index: 999999999;
}
.scroll-top {
    left: auto;
    right: 55px;
    margin-left: 0;
}
.thumb-mo {
    grid-column: auto / span 3 !important;
    grid-row: auto / span 2 !important;
}
body.playhop .game-container .main-game-content {
    width: 100%;
}
body.playhop .game-container .related-games {
    width: 100%;
    margin-top: 15px;
}
body.playhop .footer-link {
    background: #0c0c0c;
}
body.playhop .thumb-category .thumb-container {
    background: #cde0ca;
}
body.playhop.play .footer-link {
    display: none;
}
body.playhop.play .grid-container .thumb-category {
    display: none;
}
body.playhop.play .text-container {
    background: #313131;
    color: #ffffff;
}
body.playhop .thumb .ribbon {
    display: none;
}
body.friv .text-container {
    border-radius: 50px 0 50px 0 !important;
    overflow: hidden;
}
body.friv .game-container .game-details,
body.friv .game-container .main-game-content {
    border-radius: 0 !important;
}
body.friv .thumb:after, body.friv .thumb-container, body.friv .logo-thumb, body.friv .scroll-top,
body.friv .loading,
body.friv .game-thumb-small,
body.friv .play-desktop-game,
body.friv .play-desktop-game:after,
body.friv .play-mobile-game,
body.friv .play-mobile-game:after,
body.friv .search-close-icon,
body.friv .pagination li a
{
    border-radius: 25% 0 25% 0 !important;
    overflow: hidden;
}
body.friv .search-input input, body.friv .game-text .game-categories a {
    border-radius: 10px 0 10px 0 !important;
    overflow: hidden;
}
body.friv .footer-link a {
    color: #FFFFFF;
}
body.friv .text-container a, body.friv .game-container .game-details h1 {
    color: #FFFFFF;
}
body.friv .game-text .game-categories a {
    color: #77ffff !important;
    border: 1px solid #77ffff;
}
body.friv .game-text .game-categories a:hover {
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
}
body.friv .text-container {
    background: #1471de;
    color: #FFFFFF;
}
body.friv .text-container * {
    color: #FFFFFF !important;
}
body.friv .thumb-category .thumb-category-name {
    color: #000000;
}
body.friv .thumb-category .thumb-container {
    background: #dfb6ff;
}
body.friv .game-container .main-game-content {
    float: left;
}
body.friv .game-container .related-games {
    float: right;
}
body.friv .game-container .related-games .grid-container {
    justify-content: end;
}
body.friv .game-container .game-details, body.friv .game-container .fullscreen .game-details {
    background: #000000;
}
body.friv .thumb .ribbon,
body.play.friv .footer-link,
body.play.friv .breadcrumbs,
body.play.friv .grid-container .thumb-category {
    display: none !important;
}
body.play.friv .text-container {
    background: #201d8f;
}
body.friv .thumb-category .thumb-container .thumb-category-image {
    display: none;
}
body.friv .thumb-category .thumb-container .thumb-category-name {
    height: 50px;
}
body.friv .grid-container .thumb-category {
    height: 50px;
    min-height: 50px;
}
body.friv .thumb-category .thumb-container {
    padding-top: 0;
    line-height: 50px;
}
body.friv .grid-thumb, body.friv .logo-thumb {
    border-radius: 25% 0 25% 0 !important;
    overflow: hidden;
}
.w-auto {
    width: auto;
}
.d-inline-block {
    display: inline-block;
}
.thumb-mo.thumb-ad {
    width: calc(100% + 20px);
    left: -10px;
}
/* Header */
#wrapper > #header ~ div {
    padding-top: 60px;
}
@media screen and (max-width: 600px) {
    .play.playing #wrapper > #header {
        display: none;
    }
    .play.playing #wrapper > #header ~ div {
        padding-top: 0;
    }
}

.nav {
    background: #fc0;
    overflow: hidden;
    position: fixed;
    text-align: center;
    width: 100%;
    height: auto;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    z-index: 99999
}

.nav,.nav a {
    color: #035193
}

.menu-ul {
    margin: 0 20px;
    margin-left: 0;
    height: 45px;
    overflow: hidden;
    font-size: 0;
}

.menu-ul .menu-home {
    border: 0;
    margin-left: -36px;
    vertical-align: top
}

.menu-home img {
    margin-top: 3px
}

.menu-ul .menu-home a {
    height: 100%
}

.menu-ul li {
    display: inline-block;
    border: 0;
    border-left: solid 1px #fff2bd;
    border-right: solid 1px #c39d03;
    text-align: center;
    height: 100%;
}
.menu-ul li:last-child {
    border-bottom: solid 1px #fff2bd
}

.menu-ul li:last-child a {
    border-right: solid 1px #fff2bd
}

.menu-ul li a {
    display: block;
    border: 0;
    padding: 0 15px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase
}

.menu-ul li a:hover,.menu-ul li a.active,.menu-tos li a:hover,.menu-tos li a:active {
    background: #f06e00;
    color: #fff;
    text-decoration: none;
    transition: .1s
}

.menu-ul li a span {
    display: inline-block;
    height: 25px;
    margin-left: 5px;
    margin-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer
}

.menu-ul li i {
    display: inline-block;
    height: 40px;
    margin: 0 auto;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    top: 1px;
    background-image: url(/assets/img/icon/sprites_v2.png?v2);
}

.menu-ul li i.new {
    width: 59px;
    background-position: 0 0
}

.menu-ul li i.best {
    width: 51px;
    background-position: -60px 0
}

.menu-ul li i.featur {
    width: 43px;
    background-position: -159px 0
}

.menu-ul li i.recent {
    width: 37px;
    background-position: -203px 0
}

.menu-ul li i.cate {
    width: 43px;
    background-position: -114px 0
}

.menu-ul li i.search {
    width: 41px;
    background-position: -244px 0
}

.menu-ul li i.videos {
    width: 36px;
    background-position: -306px -20px
}

.menu-ul li i.i-login {
    width: 36px;
    background-position: -247px 0
}

.menu-ul li .i-avatar {
    border-radius: 6px;
    background: #ffba00
}

.menu-ul .menu-search {
    height: 44px;
    vertical-align: top;
    border-left-width: 0
}

.menu-search>span {
    display: inline-block;
    width: 51px;
    height: 33px;
    background: #ffba00;
    border-radius: 13px;
    text-align: center;
    margin: 6px 12px 0;
    transition: .1s;
    cursor: pointer
}

.menu-search>span:hover {
    background: #f06e00
}

.menu-search>span:active {
    transform: scale(0.90);
    background: #ec6c00
}

.menu-ul .menu-search i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -286px -41px;
    margin-top: 6px
}

.menu-tos {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%
}

.menu-tos li {
    font-size: 12px;
    text-align: center
}

.menu-tos li a {
    display: inline-block;
    text-transform: uppercase;
    padding: 4px 8px;
    background: #ffa900;
    margin: 3px 0;
    border-radius: 10px
}

.menu-tos li span {
    word-break: break-word
}

.menu-copy {
    display: none
}
@media screen and (max-width: 1500px) and (min-width:1290px) {
    .menu-ul li a {
        border:0;
        padding: 0 13px
    }
}
@media screen and (max-width: 1290px), screen and (min-width: 1500px) {
    .menu-ul {
        margin:0 20px;
        margin-left: 0;
        height: 45px;
        overflow: hidden
    }

    .menu-ul .menu-home {
        border: 0;
        margin-left: 0
    }
}
@media screen and (max-width: 1290px) {
    .nav {
        text-align:left
    }
}
@media screen and (max-width: 750px) {
    .menu-ul .menu-search {
        /*display:none*/
    }

    .nav .menu-ul .menu-home a {
        border-right: solid 1px #c39d03
    }
}
@media screen and (max-width: 658px) {
    .menu-top {
        display:block
    }
}
/* Header */
@media screen and (max-width: 1920px) {
    .tags_cloud {
        grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
    }
}
@media screen and (max-width: 1600px) {
    .tags_cloud {
        grid-template-columns: auto auto auto auto auto auto auto auto;
    }
}
@media screen and (min-width: 1300px) {
    .game-container .main-game-content {
        width: 920px;
    }
    .game-container .related-games {
        width: calc(100% - 930px);
    }
}
@media screen and (max-width: 1100px) {
    body.friv .game-container .related-games .grid-container {
        justify-content: center;
    }
}
@media screen and (max-width: 1300px) {
    .tags_cloud {
        grid-template-columns: auto auto auto auto auto auto;
    }
}
@media screen and (min-width: 992px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-block {
        display: block !important;
    }
}
@media screen and (max-width: 991px) {
    .tags_cloud {
        grid-template-columns: auto auto auto auto auto;
    }
}
@media screen and (max-width: 768px) {
    .tags_cloud {
        grid-template-columns: auto auto auto auto;
    }
}
@media screen and (max-width: 599px) {
    body.friv .game-container .related-games .grid-container {
        justify-content: start;
    }
}
@media screen and (max-width: 640px) {
    .tags_cloud {
        grid-template-columns: auto auto auto;
    }
}
@media screen and (max-width: 480px) {
    .grid-container-content {
        grid-template-columns: auto;
    }
}
@media screen and (max-width: 348px) {
    .tags_cloud {
        grid-template-columns: auto auto;
    }
}
@media screen and (max-width: 300px) {
    .tags_cloud {
        grid-template-columns: auto;
    }
}
@media screen and (max-width: 1100px) {
    .game-container .main-game-content {
        float: none;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }
    .game-container .related-games {
        width: 100% !important;
    }
    .game-other-thumbs {
        width: 100%;
        margin: 20px 0;
    }
}
@media screen and (max-width: 768px) {
    .d-sm-none {
        display: none;
    }
}
@media screen and (max-width: 600px), screen and (max-height: 600px) and (orientation: landscape) {
    .game-container .main-game-content {
        overflow: visible;
    }
    .play-desktop-game {
        display: none;
    }
    .game_not_available {
        display: none;
    }
    .container .game-container .game-details h1 {
        font-size: 20px;
    }
    #footer {
        flex-direction: column;
    }
    .sidebar-search .grid-container {
        grid-gap: 12px;
    }
    .game-container .game-details {
        background: none;
        width: calc(100% - 115px);
    }
    .centered-container, .game-container {
        width: 100%;
        /*max-width: 342px;*/
        box-sizing: border-box;
    }
    .play-mobile-game {
        box-sizing: border-box;
        display: block;
        /*max-width: 332px;*/
        max-height: 332px;
        width: calc(100% - 10px);
        height: 0;
        padding-bottom: 100%;
        margin: 12px auto 10px auto;
    }
    .play-mobile-center span {
        font-size: 20px;
    }
    .game-container .related-games {
        width: 100%;
    }
    :not(:root):fullscreen .crazygamescom:after,
    body.playing .crazygamescom:after {
        content: '';
        width: 100%;
        bottom: 0;
        height: 45px;
        background: #000;
        position: absolute;
        left: 0;
        z-index: 222222;
    }
    :not(:root):fullscreen .game-container .game-iframe,
    body.playing .game-container .game-iframe {
        height: calc(100% - 53px) !important;
        display: block;
    }
    body.playing .mobile-logo {
        display: block !important;
    }
    :not(:root):fullscreen .game-details,
    body.playing .game-details {
        width: 100%;
        bottom: 0;
        z-index: 999999;
        background: #f9f9f9;
        position: fixed;
        left: 0;
        top: inherit;
        right: inherit;
        height: auto;
        border-radius: 0;
        padding: 0;
        display: block;
    }
    :not(:root):fullscreen .game-container .game-details h1,
    body.playing .game-container .game-details h1 {
        color: #333333 !important;
        font-size: 16px;
    }
    :not(:root):fullscreen .game-container .game-details img,
    body.playing .game-container .game-details img {
        height: 33px;
        display: block;
        padding: 10px;
        margin: 0;
    }
    :not(:root):fullscreen .game-container .panel-guide .content,
    body.playing .game-container .panel-guide .content {
        font-size: 13px;
    }
    :not(:root):fullscreen .game-container .panel-guide .title,
    body.playing .game-container .panel-guide .title {
        font-size: 16px;
        left: 10px;
    }
    :not(:root):fullscreen .game-container .panel-guide,
    body.playing .game-container .panel-guide {
        position: fixed;
        bottom: 63px;
        width: 300px;
        padding: 10px;
    }
    :not(:root):fullscreen .game-container .game-details .rating #game-instructions,
    body.playing .game-container .game-details .rating #game-instructions {
        top: 0;
    }
    :not(:root):fullscreen .game-container .game-details .rating #game-fullscreen,
    body.playing .game-container .game-details .rating #game-fullscreen {
        display: none;
    }
    :not(:root):fullscreen .game-container .game-details .rating,
    body.playing .game-container .game-details .rating {
        display: block;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    .game-container .game-iframe-container {
        background: none;
    }
    body.playing .game-container .game-iframe-container, .game-container .game-iframe {
        background: #222222;
    }
    body.playing .game-container .game-iframe-container {
        position: fixed !important;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 11;
    }
    body.playing .crazygamescom .game-container .game-iframe {
        height: calc(100% - 8px) !important;
    }
    body.playing .game-container .game-iframe {
        min-width: 100%;
    }
    .game-other-thumbs {
        margin: 15px 0;
    }
    .mobile-w-100 {
        width: 100% !important;
        max-width: 250px;
        float: none !important;
        display: block;
        margin: 0 auto 15px auto !important;
    }
    .landing-content h1 {
        font-size: 16px;
    }
    .landing-content h2 {
        font-size: 15px;
    }
    .landing-content h3, .landing-content h4 {
        font-size: 14px;
    }
}
@media screen and (max-height: 480px), screen and (max-height: 480px) and (orientation: portrait){
    .centered-container, .game-container {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .play-mobile-game {
        border-radius: var(---default-radius);
        padding-bottom: 40%;
        max-width: 100%;
        max-height: 100%;
        width: 90%;
        float: none;
    }
    body.playing .game-container .game-iframe-container {
        --minHeight: 100dvh;
        --height: 100dvh;

        --width: 100vw;
        background: #fff !important;
        left: 0 !important;
        min-height: var(--minHeight, 100vh);
        position: fixed !important;
        top: 0 !important;
        z-index: 99 !important;

        height: var(--height, 100%);
        width: var(--width, 100%);
    }
    .game-container .game-details {
        background: none;
        height: 100px;
        padding: 0;
        margin: 0;
        width: calc(100% - 115px);
    }
    .container .game-container .game-details h1 {
        color: #FFFFFF !important;
    }
    body.playing .game-container .game-details {
        display: none !important;
    }
    body.playing .game-container .game-iframe {
        height: 100% !important;
    }
    .game-container .related-games .grid-container {
        justify-content: center;
        margin: 10px 10px 15px;
        grid-gap: 17px;
    }
    .game-container .related-games .grid-container > * {
        display: none !important;
        margin: 0 !important;
    }
    .game-container .related-games .grid-container > *:nth-child(1)
    {
        display: block !important;
    }
}
.text-white {
    color: #FFFFFF;
}
@media screen and (max-width: 370px), screen and (max-height: 600px) and (orientation: landscape) {
    .container {
        padding: 0;
    }
    .grid-container {
        margin: 10px 0;
        grid-gap: 10px;
        grid-template-columns: repeat(auto-fill, 90px);
    }
    .grid-thumb {
        min-height: 90px;
    }
    .logo-thumb {
        width: 90px;
        height: 90px;
    }
    .grid-3x3, .grid-w-triple {
        min-height: 0;
    }
}
