/*Mobile layouts*/
@media (max-width: 991px) {
    .curly-border-left-top {
        position: fixed;
        top: 0;
        left: 0;
        width: 17%;
        height: auto;
    }
    
    .curly-border-left-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 17%;
        height: auto;
    }
    
    .curly-border-right-top {
        position: fixed;
        top: 0;
        right: 0;
        width: 17%;
        height: auto;
    }
    
    .curly-border-right-bottom {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 17%;
        height: auto;
    }

    .intro-credits {
        font-size: 10px !important;
    }

    .game-logo {
        margin-top: -25px;
    }

    .information-text {
        font-size: 13px;
    }
}

@media (max-height: 959px) {
    body {
        background-image: url(/images/website-bg-mobile-795px-height.jpg);
        background-size: cover;
    }

    .game-logo {
        margin-top: -5rem !important;
        padding-bottom: 50px;
    }

    .information-text {
        margin-top: -1rem;
    }

    .video_player {
        padding-top: 5rem !important;
    }
}

@media (max-width: 795px) {
    .jessica-bg {
        content-visibility: hidden;
    }

    .button-group {
        display: block;
        margin-top: -5px;
    }

    .btn {
        font-size: 16px !important;
    }
}

@media (max-width: 767px) {
    footer {
        font-size: 10px;
    }

    .curly-border-left-top {
        position: fixed;
        top: 0;
        left: 0;
        width: 20%;
        height: auto;
    }
    
    .curly-border-left-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 20%;
        height: auto;
    }
    
    .curly-border-right-top {
        position: fixed;
        top: 0;
        right: 0;
        width: 20%;
        height: auto;
    }
    
    .curly-border-right-bottom {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 20%;
        height: auto;
    }

    .information-text {
        font-size: 12px;
    }

    .button-group {
        display: block;
        margin-top: -5px;
    }
}

@media (max-width: 739px) {
    .information-text {
        font-size: 15px;
    }
}