/*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-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;
    }
}

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