h1 {
    font-size: 1.75rem
}

.game .intro {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

#moreDesc {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.modal-frame {
    display: block;
    width: 100%;
    height: 360px
}

.embed-game {
   position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    border: 0;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center
}

.embed-game .embed-game-item,
.embed-game iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center
}

#wrap {
    display: flex
}

#wrap .game {
    flex: 1;
    min-width: 0
}

#wrap .skyscraper {
    display: none
}

@media (min-width:992px) {
    #wrap .skyscraper {
        margin-left: 15px;
        flex: 0 160px;
        display: initial;
        position: sticky;
        top: 105px
    }
}

@media (min-width:1200px) {
    #wrap .skyscraper {
        flex: 0 300px
    }
}

@media (orientation:landscape),
(max-height:799px) {
    #wrap .skyscraper {
        top: 15px
    }
}

.center-vh {
    display: flex;
    align-items: center;
    justify-content: center
}

.fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.bw-img {
    filter: blur(2px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.sm-img {
    width: 242px;
    height: 175px;
    z-index: 2;
    border-radius: 1em;
    box-shadow: 0 0 10px #000
}

.btn-group a,
.btn-group button {
    border-bottom: none
}

.btn-group button:first-child {
    border-bottom-left-radius: 0
}

.btn-group a:last-child,
.btn-group button:last-child {
    border-bottom-right-radius: 0
}

.button {
    z-index: 2;
    width: 100px;
    height: 100px;
    background-image: url(play-download-btn.png);
    background-size: 200px 200px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .8);
    border-radius: 50%;
    animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1)
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

.button:hover {
    animation: none
}

.button.play {
    background-position: 0 0
}

.button.play:hover {
    background-position: -100px 0
}

.button.download {
    background-position: 0 -100px
}

.button.download:hover {
    background-position: -100px -100px
}

#gameFrame {
    animation-duration: 0.75s
}

#gameFrame.fadeOut {
    animation-name: fadeOut
}

#gameFrame.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.maximize {
    position: fixed !important;
    z-index: 1000;
    top: 1% !important;
    left: 1% !important;
    bottom: 1% !important;
    right: 1% !important;
    width: 98% !important;
    height: 98% !important
}

.endMaximizeBtn {
    transition-duration: 0.5s;
    position: fixed;
    top: 1%;
    right: 1%;
    z-index: 1001;
    cursor: pointer;
    color: var(--white)
}

.endMaximizeBtn:hover {
    color: #000;
    transform: rotate(90deg)
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, .75)
}



.card-slide-inner {
    text-align: center
}

.card-body {
    font-size: .8rem
}

.cs-carousel .tns-nav {
    padding-top: 0
}

span.name {
    font-size: .9rem
}

.star-rating>i {
    font-size: 1.5rem !important
}

.fa-plusmin {
    margin-top: -12px !important;
    margin-left: -8px !important;
    color: #ffb15c
}

#favAnim {
    position: absolute;
    z-index: 9999;
    color: #ffb15c;
    display: none
}

#gameModal .modal-dialog {
    max-width: 98%
}

@media (min-width:700px) {
    #gameModal .modal-dialog {
        max-width: 686px !important
    }
}