
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
{
    .banner {
        position: absolute !important;
        background-color: transparent !important;
    }

    .main-info-container {
        min-width: 0 !important;
        width: 85% !important;
    }

    .card {
        max-width: 45%;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .bp-logo, .roccat-logo, .purse-logo {
        height: 105px !important;
        width: 25% !important;
        background-size: contain !important;
    }

    .content-row.sponsors {
        padding-bottom: 40px !important;
    }

    .footer-info {
        width: 97% !important;
        padding-bottom: 50px !important;
    }

    .social-accounts {
        width: 47% !important;
    }

    .content-row.teams {
        padding-top: 20px;
    }

    .teams {
        margin: 30px 0 0 !important;
    }

    .disclaimer {
        height: auto !important;
        padding: 15px 20%;
        line-height: 12px !important;

        position: static !important;
        width: auto !important
    }
}


@media only screen
and (max-device-width: 767px)
{

    /* top info */

    .banner {
        background-color: rgba(22, 5, 2, 0.9);
        align-items: center;
        position: absolute !important;
    }

    .fb-logo {
        display: none;
    }

    .nav { display: none }

    .mobile-menu {
        height: 100%;
        background-color: #7F3426;
        width: 100%;
        position: absolute;
        z-index: 1000;
        top: 60px;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        font-size: 18px;
        font-weight: bold;
    }

    .mobile-menu a {
        color: #FFFFFF !important;
    }

    .mobile-nav {
        font-size: 18px;
        padding: 25px 50px;
    }

    .mobile-nav.overview {
        border-bottom: 1px solid rgba(0, 0, 0, 1);
        margin-top: 40px;
    }

    .mobile-nav.brackets {
        border-bottom: 1px solid rgba(0, 0, 0, 1);
    }

    .menu-lines {
        display: flex !important;
        flex-direction: column;
        height: 27px;
        justify-content: space-between;
        margin-right: 10px;
    }

    .menu-line {
        height: 5px;
        width: 40px;
        border-radius: 2px;
        background-color: #FFF;
    }

    .headline-text {
        width: 310px !important;
        height: 43px !important;
        background-size: 310px !important;
        margin: auto !important;
    }

    .bits-badge {
        display: none;
    }


    .bits-badge.mobile {
        display: block !important;
        background-size: contain;
        background-repeat: no-repeat;
        height: 150px;
        width: 150px;
        margin: auto;
    }

    .headline-info {
        margin: 50px auto  0 !important;
    }

    .headline-date {
        font-size: 9.6px !important;
    }

    .headline-description {
        font-size: 12px !important;
    }

    .bottom-info {
        top: 195px !important;
        height: 170px !important;
    }

    .action-buttons {
        flex-direction: column;
        width: auto !important;
    }

    .or {
        margin: 5px;
    }

    /* main-info */

    .main-info-container {
        min-width: 0 !important;
        width: 90% !important;
    }

    .sponsor-list {
        flex-direction: column;
    }

    .card {
        width: 100% !important;
        max-width: 364px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .content-row.teams {
        order: 1;
    }

    .content-row.organiser {
        order: 2;
    }

    .organiser-info-left {
        display: none !important;
    }

    .organiser-info-right {
        margin: 0 !important;
        height: auto !important;
        width: auto !important;
    }

    .fb-logo-mobile {
        background: url(./images/bitsII/IMG_logo_Firstblood_Corner.png) no-repeat right;
        width: 300px;
        height: 26px !important;
    }

    .organiser-info {
        flex-direction: column;
    }
    
    .site-link.mobile {
        visibility: visible !important;
        margin-top: 30px;
    }

    .teams {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .footer-info {
        flex-direction: column;
        width: 94% !important;
        padding-bottom: 50px !important;
    }

    .social-accounts {
        margin-left: 0 !important;
        margin-top: 18px;
        width: 100% !important;
    }

    .disclaimer {
        height: auto !important;
        padding: 15px 20px;
        line-height: 12px !important;
        position: static !important;
        width: auto !important
    }

    .gleam-modal {
        padding: 15px 15px !important;
    }

    iframe, #loading-text {
        width: 320px !important;
    }

    .teams-header {
        flex-direction: column;
        height: 105px;
    }

    .teams-header-content {
        width: auto !important;
    }

    .twitch-embed-container {
        top: 230px;
        width: 100%;
        display: flex;
        justify-content: center;
        height: 258px;
    }

    .registration_closed {
        margin-top: 135px !important;
        font-size: 13px;
    }

}



