@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/bebasneue_book-webfont.ttf') format('truetype'),
        url('../fonts/bebasneue_book-webfont.woff2') format('woff2'),
        url('../fonts/bebasneue_book-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Curtain Up Solid JNL';
    src: url('../fonts/curtainupsolidjnl.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Oxanium';
    src: url('../fonts/Oxanium-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Built Tilting';
    src: url('../fonts/built titling sb.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Exo 2';
    src: url('../fonts/Exo_2/static/Exo2-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Exo 2';
    src: url('../fonts/Exo_2/static/Exo2-SemiBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'M7Form';
    src: url('../fonts/m7/M7FORM/M7FormBasic.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'M7Form';
    src: url('../fonts/m7/M7FORM/M7FormItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'M7Form Mix';
    src: url('../fonts/m7/M7FORM/M7FormMix.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'M7Form Mix';
    src: url('../fonts/m7/M7FORM/M7FormMixItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'M7Form Wild';
    src: url('../fonts/m7/M7FORM/M7FormWild.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'M7Form Wild';
    src: url('../fonts/m7/M7FORM/M7FormWildItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}


:root {
	--themecolor: #58C4C1; /* Change this Color */
    
    /* red */
    --color1: #4ff7f1;
    --color1rgb: 79, 247, 241;
    
    /* maroon */
    --color2: #3d8f8c;
    --color2rgb: 61, 143, 140;

    /* yellow */
    --color3: #ff9a00;
    --color3rgb: 255, 154, 0;
    
    /* grey */
    --color4: #bfbfbf;
    
    /* black */
    --color5: #000000;
    
    /* white */
    --color6: #ffffff;
    
    /* default gray*/
    --color7: #f7f7f7;
}

/* xs: phone - portrait */
/* default. no media */

#header-wrap {
    display: none !important;
}

html {
  scroll-behavior: smooth;
}


.font-body {
    font-family: 'Bebas Neue', sans-serif ;
    font-weight: 600;
}

.font-oxanium {
    font-family: 'Oxanium', sans-serif !important ;
}

.content-wrap div, .content-wrap a, .content-wrap span, .content-wrap p, .content-wrap h1, .content-wrap h2, .content-wrap h3, .content-wrap h4, .content-wrap h5, .content-wrap h6 {
    font-family: 'Bebas Neue', sans-serif ;
}

.bg-m7 {
    position: relative;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/_v1_6/m7/bg/bg-m7.jpg);
    background-size: cover;
    /* background-repeat: repeat-y; */
    background-position: top center;
}

.bg-m7 .content-wrap, .bg-m7 #content {
    background: transparent !important;
}

.m7-glowing-title {
    font-family: 'M7Form Wild', sans-serif !important;
    font-size: 2.5rem;
    font-weight: 400;
    font-style: italic;
    color: #FFFFFF;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 20px #FFF79E;
    position: relative;
}

.fn-bebas {
    font-family: 'Bebas Neue', sans-serif !important;
}

.m7-subtitle {
    font-family: 'Bebas Neue', sans-serif;
    background: linear-gradient(88.3deg, #754C36 7.52%, #B68154 51.85%, #754C36 99.15%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.m7-button {
    background: url('../images/_v1_6/m7/orns/btn-m7.png') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 25px;
    color: white;
}
.m7-button:hover {
    background: url('../images/_v1_6/m7/orns/btn-m7-hover.png') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}

.tab-nav {
    border-bottom: 0;
    gap: .25rem;
}

.match {
    color: #fff;
}

.match .match-day {
    background: transparent;
}

.more-link, .tabs-bb .tab-nav li.ui-tabs-active a, .title-bottom-border h1, .title-bottom-border h2, .title-bottom-border h3, .title-bottom-border h4, .title-bottom-border h5, .title-bottom-border h6 {
    border: none !important;
    background: url('../images/_v1_6/m7/orns/new/tab-bg-active.png') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: .5rem 1rem;
    height: auto;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
}

.tabs-bb .tab-nav li.ui-tabs-active a {
    top: 0;
}

.tab-nav li {
    height: auto;
}

.tabs-bb .tab-nav li a {
    color: #fff;
    border: none !important;
    background: url('../images/_v1_6/m7/orns/new/tab-bg.png') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: .5rem 1rem;
    height: auto;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    position: relative;
}

.tabs-bb .tab-nav li a::before {
    content: "";
    width: 11px;
    height: 14px;
    top: 0;
    left: 0;
    position: absolute;
    background: url('../images/_v1_6/m7/orns/new/tab-orn-top-left.png') no-repeat;
    background-size: 100% 100%;
    background-position: top left;
    pointer-events: none;
}

.tabs-bb .tab-nav li a::after {
    content: "";
    width: 11px;
    height: 14px;
    bottom: 0;
    right: 0;
    position: absolute;
    background: url('../images/_v1_6/m7/orns/new/tab-orn-bottom-right.png') no-repeat;
    background-size: 100% 100%;
    background-position: bottom right;
}

.tabs-bb .tab-nav li.ui-tabs-active a::before {
    background: url('../images/_v1_6/m7/orns/new/active-tab-orn-top-left.png') no-repeat;
    background-size: contain;
    top: -6px;
    height: 24px;
    background-position: top left;
    pointer-events: none;

}

.tabs-bb .tab-nav li.ui-tabs-active a::after {
    background: url('../images/_v1_6/m7/orns/new/active-tab-orn-bottom-right.png') no-repeat;
    background-size: contain;
    bottom: -6px;
    height: 24px;
    background-position: bottom right;
}

.match .match-date {
    font-size: 24px;
    font-family: 'Oxanium', sans-serif;
    font-weight: 600;
}

.schedule-container .match-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0;
}
.schedule-container .match-list .match-list-item {
    position: relative;
    padding: 3px;
    /* clip-path: polygon(2% 0, 98% 0, 100% 20%, 100% 80%, 98% 100%, 2% 100%, 0 80%, 0 20%); */
    border-bottom: 2px solid rgba(136, 213, 255, 1);
}

.match-list-item-container {
    position: relative;
    padding: .5rem 2rem;
    background: transparent;
    /* clip-path: polygon(2% 0, 98% 0, 100% 20%, 100% 80%, 98% 100%, 2% 100%, 0 80%, 0 20%); */
    color: white;
    text-align: center;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    z-index: 2; 
    height: 48px;
    /* inner shadow */
    /* box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5); */
    font-weight: 600;
    padding-right: 0;
    font-family: "Exo 2", "Built Tilting", sans-serif;
}

.match-list-item-container::before {
    content: "";
    /* background: linear-gradient(90deg, rgba(0, 60, 91, 1), rgba(51, 238, 255, 1)); */
    /* clip-path: polygon(2% 0, 98% 0, 100% 20%, 100% 80%, 98% 100%, 2% 100%, 0 80%, 0 20%); */
    color: white;
    width: 100%;
    opacity: .5;
    z-index: 1; 
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}

.schedule-container .match-list .match-list-item::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(90deg,rgba(95, 74, 155, 1), rgba(47, 50, 64, 1));
    height: 3px;
    top:0px;
    z-index: -1;
    pointer-events: none;
}
.schedule-container .match-list .match-list-item::after {
    content: "";
    position: absolute;
    background: url('../images/_v1_6/m7/orns/new/shedule-left-bg.png') no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 24px;
    width: 24px;
    top: 3px;
    left: 0;
    z-index: 1; 
    pointer-events: none;
}

.match-list-item-container .match-score {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.match-list-item-container .match-score .team1-score, .match-list-item-container .match-score .team2-score {
    font-size: 32px;
    font-weight: 700;
}

.match-list-item-container .ticket {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    width: 130px;
    text-align: center;
    padding: .75rem;
    position: relative;
    /* clip-path: polygon(2% 0, 98% 0, 100% 20%, 100% 80%, 98% 100%, 2% 100%, 0 80%, 0 20%); */
    background: url('../images/_v1_6/m7/orns/new/schedule-right-bg.png') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    font-family: "M7Form", "Built Tilting", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .25rem;
    padding-right: 0;
}

.match-list-item-container .ticket.disabled {
    pointer-events: none;
    opacity: .5;
    cursor: default;
}

.match-list-item-container .ticket img {
    width: 20px;
    height: auto;
    vertical-align: middle;
}

.match.date {
    background: url('../images/_v1_6/m7/orns/new/schedule-day-bg.png');
    background-size: 100% 30%;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 0 0 0 .75rem;
}

.match-list-item-container .ticket:hover {
    opacity: .8;
}

/* (MOBILE) TEAMS STYLING */

.team-back {
    display: none;
}

    
.team-container {
    width: 100%;
    height: auto;
    background: url('../images/_v1_6/m7/orns/new/bg-team-mobile.png') no-repeat;
    background-size: 100% 100%;
    padding: 4px;
    background-position: center;
    position: relative;
}

.team-inner {
    /* background: url('../images/_v1_6/m7/orns/new/bg-team-mobile.png') no-repeat; */
    background-size: 100% 100%;
}

.team-front {
    background: none;
    background-size: 100% 100%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 1.5rem;
    gap: 1rem;
}   

.team-front img {
    object-fit: contain;
}

.team-front span, .team-front .team-name {
    font-family: "Exo 2", "Built Tilting", sans-serif !important;
    font-size: 14px;
}

.team-front .team-name  {
    font-weight: 700;
    color: #373737;

}

.team-name {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.team-inner {
    position: relative;
    width: 100%;
    height: 100%;
}


.team-front .team-logo {
    width: 50px;
    height: auto;
}

    /* .team-container {
        width: 100%;
        height: 175px;
        perspective: 1000px; 
        background: url('../images/_v1_6/m7/orns/team-bg-back.png') no-repeat;
        background-size: 100% 100%;
        padding: 8px
    }

    .team-inner {
        position: relative;
        width: 100%;
        height: 100%;
        transition: transform 0.3s;
        transform-style: preserve-3d;
    }

    .team-container:hover .team-inner {
    }

    .team-front,
    .team-back {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden; 
        border-radius: 10px;
        overflow: hidden;
    }

    .team-front {
        background: url('../images/_v1_6/m7/orns/team-bg.png') no-repeat center center;
        background-size: 100% 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

     */

    /* 

    .country-flag {
        position: absolute;
        top: 15%;
        right: 15%;
        width: 20px;
        height: 20px;
        z-index: 2;
        object-fit: contain;
    }

    .region-icon {
        position: absolute;
        left: 15%;
        bottom: 15%;
        width: 20px;
        height: 20px;
        z-index: 2;
        object-fit: contain;
    }

    .team-back {
        background: url('../images/_v1_6/m7/orns/team-bg-active.png') no-repeat center center;
        background-size: 90% 90%;
        transform: rotateY(180deg);
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 2.5rem;
    }

    .team-front .team-logo {
        width: 65px;
        height: auto;
    }

    .team-rooster {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: white;
        padding: .5rem;
        font-weight: 500;
        position: relative;
    }

    .team-rooster::before {
        content: "";
        width: 100%;
        height: 5px;
        background: url('../images/_v1_6/m7/orns/team-rooster-bottom.png') no-repeat;
        background-size: 100% 100%;
        background-position: center;
        position: absolute;
        bottom: -1px;
        left: 0;
    }

    .rooster-icon {
        width: 20px;
        height: 20px;
    } */

/* END TEAM STYLING */

.title-img {
    height: 120px;
    margin-top: 1.5rem;
    object-fit: contain;
}

.lh-1 {
    line-height: 1 !important;
}

.tns-nav {
    display: none !important;
}

.shorts-item img {
    height: 350px;
}

.coming-soon {
    font-size: 4rem !important;
}

#footer {
    display: none !important;
}

#top-bar {
    display: none !important;
}


/* sm: phone - landscape */
@media (min-width: 576px) {
}

/* md: tablet */
@media (min-width: 768px) {
}

@media (max-width: 991px) {
    .font-oxanium.fs-4 {
        font-size: 1rem !important;
    }

    .team-container::before {
        content: "";
        width: 100%;
        height: 100%;
        background: url('../images/_v1_6/m7/orns/new/bg-team-line-mobile.png') no-repeat;
        background-size: 101% 105%;
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    
    .tabs-bb .tab-nav li.ui-tabs-active a::before {
        background: url('../images/_v1_6/m7/orns/new/active-tab-orn-top-left.png') no-repeat;
        background-size: contain;
        top: -5px;
        height: 24px;
        background-position: top left;
        transform: rotate(0deg);
        width: 12px;
        left: 0px;

    }

    .tabs-bb .tab-nav li.ui-tabs-active a::after {
        background: url('../images/_v1_6/m7/orns/new/active-tab-orn-bottom-right.png') no-repeat;
        background-size: contain;
        bottom: -5px;
        height: 24px;
        background-position: bottom left;
        transform: rotate(0deg);
        width: 12px;
        right: 0px;
    }
    
    .team-inner::before {
        content: "";
        position: absolute;
        top: -12px;
        left: -12px;
        width: 50px;
        height: 50px;
        background: url('../images/_v1_6/m7/orns/new/orn-team-mobile-top.png') no-repeat;
        background-size: contain;
        background-position: top left;
        z-index: 1;
        pointer-events: none;
    }

    .team-inner::after {
        content: "";
        position: absolute;
        bottom: -8px;
        right: -8px;
        width: 50px;
        height: 50px;
        background: url('../images/_v1_6/m7/orns/new/orn-team-mobile-bottom.png') no-repeat;
        background-size: contain;
        background-position: bottom right;
        z-index: 1;
        pointer-events: none;
    }

    .team-front::after {
        content: "";
        position: absolute;
        top: 12px;
        right: 12px;
        width: 50px;
        height: 50px;
        background: url('../images/_v1_6/m7/orns/new/team-mobile/orn-team-mobile-blue.png') no-repeat;
        background-size: contain;
        background-position: top right;
        z-index: 1;
        pointer-events: none;
    }
}

.video-container::before {
    content: "";
    position: absolute;
    top: -11%;
    left: 0;
    width: 100%;
    height: 122%;
    background: url('../images/_v1_6/m7/orns/new/bg-video-border-blue.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    pointer-events: none;
}

.video-container::after {
    content: "";
    position: absolute;
    top: -6.5%;
    left: 2%;
    width: 96%;
    height: 113%;
    background: url('../images/_v1_6/m7/orns/new/bg-carousel-white.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.video-container .video-orn-top::before {
    content: "";
    position: absolute;
    width: 75px;
    height: 75px;
    background: url('../images/_v1_6/m7/orns/new/carousel-right.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 2;
    transform: rotateZ(45deg);
    top: -14%;
    left: -4%;
    pointer-events: none;
}

.video-container .video-orn-top::after {
    content: "";
    position: absolute;
    width: 75px;
    height: 75px;
    background: url('../images/_v1_6/m7/orns/new/carousel-right.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 2;
    transform: rotateZ(-45deg) rotateY(180deg);
    top: -14%;
    right: -4%;
    pointer-events: none;
}


.video-container .video-orn-bottom::before {
    content: "";
    position: absolute;
    width: 75px;
    height: 75px;
    background: url('../images/_v1_6/m7/orns/new/carousel-right.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 2;
    transform: rotateZ(-45deg) rotateX(180deg);
    bottom: -14%;
    left: -4%;
    pointer-events: none;
}
.video-container .video-orn-bottom::after {
    content: "";
    position: absolute;
    width: 75px;
    height: 75px;
    background: url('../images/_v1_6/m7/orns/new/carousel-right.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 2;
    transform: rotateZ(45deg) rotateY(180deg) rotateX(180deg);
    bottom: -14%;
    right: -4%;
}

.video-container .video-orn-center::before {
    content: "";
    position: absolute;
    width: 26%;
    height: 6%;
    background: url('../images/_v1_6/m7/orns/new/carousel-orn-bottom.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 2;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.video-container .tns-outer {
    padding: 1rem 0 !important;
}

.video-container .video-orn-center::after {
    content: "";
    position: absolute;
    width: 4%;
    height: 7%;
    background: url('../images/_v1_6/m7/orns/new/carousel-orn-bottom-2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 2;
    bottom: -9%;
    left: 50%;
    transform: translateX(-50%);
}
.video-inner {
    height: 220px;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    padding: 1rem !important;
}

.video-inner video {
  height: 225px;
  width: 400px;
  object-fit: cover;
}

.mejs__container {
  width: 100% !important;
  height: 100% !important;
}

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
    height: 100% !important;
}

.video-container {
    width: 90%;
}

.mejs__overlay.mejs__layer {
    cursor: pointer;
    height: 100% !important;
    width: 100% !important;
}

.mejs__inner {
    height: 100% !important;
    width: 100% !important; 
}

iframe {
    width: 100% !important;
    height: 100% !important;
}

/* lg: desktop */
@media (min-width: 992px) {


    .tabs-bb .tab-nav li a {
        padding: 1rem 1rem;
    }
    
    .my-lg-7 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .title-img {
        margin-top: 0;
        height: 250px;
        object-fit: contain;
    }


    .tab-nav {
        border-bottom: 0;
        gap: 1rem;
    }

    .shorts-item img {
        height: 500px;
    }

    .m7-glowing-title {
        font-size: 4rem;
    }
    .more-link, .tabs-bb .tab-nav li.ui-tabs-active a, .title-bottom-border h1, .title-bottom-border h2, .title-bottom-border h3, .title-bottom-border h4, .title-bottom-border h5, .title-bottom-border h6 {
        padding: .75rem 0;
        height: auto;
        font-weight: 600;
        font-size: 30px;
        line-height: 1;
    }
    
    .tabs-bb .tab-nav li a {
        width: 225px;
        color: #fff;
        border: none !important;
        padding: .65rem 0;
        height: auto;
        font-weight: 600;
        font-size: 30px;
        line-height: 1;
    }

    .carousel-container {
        width: 670px;
    }

    /* TEAM STYLING */

    .team-front::before {
        display: none;
        pointer-events: none;
    }

    .team-front::after {
        display: none;
    }
    
    .team-container {
        width: 100%;
        height: 260px;
        perspective: 1000px; 
        background: none;
        background-size: 100% 100%;
        padding: 8px;
    }

    .team-inner {
        position: relative;
        width: 100%;
        height: 100%;
        transition: transform 0.3s;
        transform-style: preserve-3d;
    }

    .team-container:hover .team-inner {
        /* transform: rotateY(180deg); */
    }

    .team-front,
    .team-back {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden; 
        border-radius: 10px;
        overflow: hidden;
    }

    .team-front {
        /* background: url('../images/_v1_6/m7/orns/team-bg.png') no-repeat center center; */
        background: url('../images/_v1_6/m7/orns/new/bg-team.webp') no-repeat center center;
        background-size: 100% 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px .5rem;
        /* position: relative; */
    }

    /* .team-inner::before {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        width: 50px;
        height: 50px;
        background: url('../images/_v1_6/m7/orns/team-orn-top-right.png') no-repeat;
        background-size: 100% 100%;
        background-position: center;
        z-index: 1;
    }

    .team-inner::after {
        content: "";
        position: absolute;
        bottom: 15px;
        left: 15px;
        width: 50px;
        height: 50px;
        background: url('../images/_v1_6/m7/orns/team-orn-bottom-left.png') no-repeat;
        background-size: 100% 100%;
        background-position: center;
        z-index: 1;
    }

    .team-front::before {
        content: "";
        position: absolute;
        top: 15%;
        left: 15%;
        width: 36%;
        height: 6%;
        background: url('../images/_v1_6/m7/orns/new/team-orn-top-right.png') no-repeat;
        background-size: 100% 100%;
        background-position: center;
        z-index: 1;
    }

    .team-front::after {
        content: "";
        position: absolute;
        bottom: 15%;
        right: 15%;
        width: 36%;
        height: 6%;
        background: url('../images/_v1_6/m7/orns/new/team-orn-bottom-left.png') no-repeat;
        background-size: 100% 100%;
        background-position: center;
        z-index: 1;
    } */

    .country-flag {
        position: absolute;
        top: 15%;
        right: 15%;
        width: 20px;
        height: 20px;
        z-index: 2;
        object-fit: contain;
    }

    .region-icon {
        position: absolute;
        left: 15%;
        bottom: 15%;
        width: 20px;
        height: 20px;
        z-index: 2;
        object-fit: contain;
    }

    .team-back {
        background: url('../images/_v1_6/m7/orns/team-bg-active.png') no-repeat center center;
        background-size: 90% 90%;
        transform: rotateY(180deg);
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 1rem;
        /* gap: 1rem; */
    }

    .team-front .team-logo {
        width: 125px;
        height: auto;
    }

    .team-rooster {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: white;
        padding: .5rem;
        font-weight: 500;
        position: relative;
    }

    .team-rooster::before {
        content: "";
        width: 100%;
        height: 5px;
        background: url('../images/_v1_6/m7/orns/team-rooster-bottom.png') no-repeat;
        background-size: 100% 100%;
        background-position: center;
        position: absolute;
        bottom: -1px;
        left: 0;
        pointer-events: none;
    }

    .rooster-icon {
        width: 20px;
        height: 20px;
    }
    
    .tabs-bb .tab-nav li a::before {
        width: 26px;
        height: 25px;
        top: 0;
        left: 0;
        background-size: 100% 100%;
        pointer-events: none;
    }

    .tabs-bb .tab-nav li a::after {
        width: 27px;
        height: 26px;
        bottom: 0;
        right: 0;
        background-size: 100% 100%;
    }

    .tabs-bb .tab-nav li.ui-tabs-active a::before {
        top: -15px;
        height: 40px;
        pointer-events: none;
    }

    .tabs-bb .tab-nav li.ui-tabs-active a::after {
        bottom: -15px;
        height: 40px;
    }

    /* END TEAM STYLING */
    
    .video-inner {
        height: 550px;
        width: 100%;
        aspect-ratio: 16 / 9;
        margin: 0 auto;
        padding: 2rem !important;
    }

    .video-inner video {
        height: 550px;
        width: 100%;
        object-fit: cover;
    }

    .video-container .video-orn-top::before {
        width: 75px;
        height: 75px;
        top: -6%;
        left: 3%;
        pointer-events: none;
    }

    .video-container .video-orn-top::after {
        width: 75px;
        height: 75px;
        top: -6%;
        right: 3%;
    }


    .video-container .video-orn-bottom::before {
        width: 75px;
        height: 75px;
        bottom: -6%;
        left: 3%;
        pointer-events: none;
    }
    .video-container .video-orn-bottom::after {
        width: 75px;
        height: 75px;
        bottom: -6%;
        right: 3%;
        pointer-events: none;
    }
}

/* xl: wide */
@media (min-width: 1200px) {
    .coming-soon {
        font-size: 8rem !important;
    }
}

/* super wide */
@media (min-width: 1440px) {
    
    .team-container {
        width: 300px;
        height: 300px;
    }
}