/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

body {
    margin: 0;
    padding: 0;
    position: relative;
    background: transparent;
    letter-spacing: .4;
    overflow: hidden;
    background: unset;
}

.mb-match-top {
    text-align: center;
    margin-top: 30px;
}

.mb-match-bg{
    width: 100%;
    margin: auto;
    position: relative;
}
img{
    width: 100%;
}

.mb-iframe-section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.match_schedule {
    height: 35px;
    width: 235px;
    position: absolute;
    left: 50%;
    margin-left: -118px;
    z-index: 10;
    /* color: #fff; */
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    font-family: Tahoma;
    bottom: 10px;
}

.match_schedule2 {
    height: 38px;
    width: 130px;
    position: absolute;
    left: 41%;
    top: 10px;
    z-index: 10;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    font-family: Tahoma;
    text-align: center;
}


.team1logo {
    height: 110px;
    width: 110px;
    position: absolute;
    left: 70px;
    bottom: 135px;
    z-index: 18;
    
    background-size: contain;
}

.team2logo {
    height: 110px;
    width: 110px;
    position: absolute;
    right: 70px;
    bottom: 135px;
    z-index: 18;
    background-size: contain;
}
.match_venue {
    height: 35px;
    width: 300px;
    position: absolute;
    left: 32%;
    top: 18%;
    z-index: 10;
    color: #000;
    font-weight: bold;
    line-height: 35px;
    font-family: Tahoma;
    text-align: center;
}

.team1name {
    height: 35px;
    width: 143px;
    position: absolute;
    left: 35px;
    top: 12px;
    z-index: 10;
    font-weight: bold;
    line-height: 31px;
    font-family: Tahoma;
    text-align: right;
}

.team2name {
    height: 33px;
    width: 161px;
    position: absolute;
    right: 25px;
    top: 12px;
    z-index: 10;
    font-weight: bold;
    line-height: 31px;
    font-family: Tahoma;
    text-align: left;
}





@media only screen and (min-width : 768px) {
    .match_venue{
        left: 40%;
        font-size: 16px;
        width: unset;
        line-height: 41px;
    }
    .team1name{
        left: 20px;
        width: unset;
        line-height: 2.5;
        top: 10px;
        height: unset;
    }
    .team2name{
        right: 20px;
        width: unset;
        line-height: 2.5;
        top: 10px;
        height: unset;
    }
    .match_schedule2{
        left: 43.5%;
        width: unset;
        height: 32px;
        line-height: 33px;
        top: 10px;
    }
    .team1logo, .team2logo {
        bottom: 100px;
    }
}


@media only screen and (max-width : 767px) {
    .match_venue{
        left: 50%;
        font-size: 14px;
        line-height: 2;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    .team1name{
        left: 20px;
        width: unset;
        line-height: 2.5;
        top: 10px;
        height: unset;
    }
    .team2name{
        right: 50px;
        width: unset;
        line-height: 2.5;
        top: 10px;
        height: unset;
    }
    .match_schedule2{
        left: 50%;
        width: unset;
        height: 32px;
        line-height: 2;
        -webkit-transform: translateX(-68%);
            -ms-transform: translateX(-68%);
                transform: translateX(-68%);
    }
    .team1logo, .team2logo {
        bottom: 91px;
    }
    .match_schedule {
        bottom: 15px;
    }  
}

@media only screen and (max-width : 680px){

    .match_venue{
        left: 50%;
        top: 45px;
        font-size: 14px;
        line-height: 2;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    .team1name{
        left: 7%;
        width: unset;
        line-height: 2.5;
        top: 8px;
        height: unset;
    }
    .team2name{
        right: 45px;
        width: unset;
        line-height: 2.5;
        top: 8px;
        height: unset;
    }
    .match_schedule2{
        left: 50%;
        width: unset;
        height: 32px;
        line-height: 1.5;
        -webkit-transform: translateX(-59%);
            -ms-transform: translateX(-59%);
                transform: translateX(-59%);
    }
    .team1logo, .team2logo {
        bottom: 76px;
    }
    .match_schedule {
        bottom: 5px;
    }  

}

@media only screen and (max-width : 575px) {
    .match_venue{
        left: 50%;
        font-size: 14px;
        line-height: 1;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    .team1name{
        left: 13px;
        width: unset;
        line-height: 2.5;
        top: 3px;
        height: unset;
    }
    .team2name{
        right: 35px;
        width: unset;
        line-height: 2.5;
        top: 3px;
        height: unset;
    }
    .match_schedule2{
        left: 50%;
        width: unset;
        height: 32px;
        line-height: 1;
        -webkit-transform: translateX(-68%);
            -ms-transform: translateX(-68%);
                transform: translateX(-68%);
    }
    .team1logo, .team2logo {
        bottom: 76px;
        width: 70px;
        height: 70px;
    }
    .match_schedule {
        bottom: 5px;
    }  

}

@media only screen and (max-width : 550px) {
    .match_venue{
        left: 50%;
        font-size: 14px;
        line-height: 1;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    .team1name{
        left: 7%;
        width: unset;
        line-height: 2.5;
        top: 3px;
        height: unset;
    }
    .team2name{
        right: 7%;
        width: unset;
        line-height: 2.5;
        top: 3px;
        height: unset;
    }
    .match_schedule2{
        left: 50%;
        width: unset;
        height: 32px;
        line-height: 1;
        -webkit-transform: translateX(-68%);
            -ms-transform: translateX(-68%);
                transform: translateX(-68%);
    }
    .team1logo, .team2logo {
        bottom: 76px;
        width: 70px;
        height: 70px;
    }
    .match_schedule {
        bottom: 0;
    }  

}



@media only screen and (max-width : 520px){
    .match_venue {
        left: 50%;
        font-size: 14px;
        line-height: 1;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}

@media only screen and (max-width : 500px) {
    .match_venue {
        left: 50%;
        font-size: 14px;
        line-height: 1;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}



@media only screen and (max-width : 480px){
    .match_venue {
        top: 38px;
        left: 50%;
        font-size: 14px;
        line-height: 1;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    .match_schedule2 {
        left: 50%;
        -webkit-transform: translateX(-55%);
            -ms-transform: translateX(-55%);
                transform: translateX(-55%);
        top: 8px;
    }
    .team1name,.team2name{
        line-height: 1.5;
        top: 7px;
    }
    .team1name{
        left: 7.5%;
    }
    .team12name{
        right: 2%;
    }

    .team1logo, .team2logo {
      bottom: 55px;
    }
    .team1logo{
        left: 28px;
    }
    .team2logo {
      right: 28px;
    }
    .match_schedule {
    bottom: 0;
    }  
}
@media only screen and (max-width : 455px) {
    .match_venue {
        top: 36px;
        left: 50%;
        font-size: 14px;
        line-height: 1;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    .match_schedule2 {
        left: 50%;
        -webkit-transform: translateX(-55%);
            -ms-transform: translateX(-55%);
                transform: translateX(-55%);
        top: 7px;

    }
    .team1name,.team2name{
        line-height: 1.5;
        top: 7px;
    }
    .team1name{
        left: 7.5%;
    }
    .team12name{
        right: 2%;
    }
    .team1logo, .team2logo {
      bottom: 55px;
    }
    .team1logo{
        left: 28px;
    }
    .team2logo {
      right: 28px;
    }
    .match_schedule {
    bottom: -2px;
    }  
}

@media only screen and (max-width : 430px) {
    .match_venue {
        top: 36px;
        left: 50%;
        font-size: 10px;
        line-height: 1;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    .match_schedule2 {
        left: 50%;
        -webkit-transform: translateX(-55%);
            -ms-transform: translateX(-55%);
                transform: translateX(-55%);
        top: 5px;
    }
    .team1name,.team2name{
        line-height: 1.5;
        top: 7px;
    }
    .team1name{
        left: 7.5%;
    }
    .team12name{
        right: 2%;
    }
    .team1logo, .team2logo {
      bottom: 55px;
    }
    .team1logo{
        left: 28px;
    }
    .team2logo {
      right: 28px;
    }
    .match_schedule {
    bottom: -2px;
    }  
}


@media only screen and (max-width : 420px) {
    .match_venue{
        width: 100%;
        left: 0;
        height: 15px;
        top: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset;
    }
    .team1name{
        top: 2px;
        left: 2%;
        height: 28px;
        width: 140px;
        font-size: 12px;
        font-weight: bold;
        line-height: 24px;
        text-align: center;
    }
    .team2name{
        top: 2px;
        right: 1%;
        width: 140px;
        height: 28px;
        font-size: 12px;
        font-weight: bold;
        line-height: 24px;
        text-align: center;
    }
    .match_schedule2{
        width: unset;
        font-size: 15px;
        line-height: 20px;
        left: 50%;
        -webkit-transform: translateX(-58%);
            -ms-transform: translateX(-58%);
                transform: translateX(-58%);
    }
    .team1logo{
        top: 60px;
        left: 28px;
    }  
    .team2logo{
        top: 60px;
        right: 28px;
    }
    .match_schedule {
        height: 32px;
        bottom: 0;
    }  
}
@media only screen and (max-width : 415px) {

    .match_venue{
        top: 35px;
    }
    .team1name{
        font-size: 10px;
        left: 2%;
    }
    .team2name{
        font-size: 10px;
        right: 2%;
    }
    .match_schedule {
        height: 31px;
      }
    .match_schedule2 {
        left: 50%;
     -webkit-transform: translateX(-57%);
         -ms-transform: translateX(-57%);
             transform: translateX(-57%);
     line-height: 20px;
    }
}

@media only screen and (max-width : 395px) {

    .match_venue{
        top: 33px;
    }
    .team1name{
        font-size: 10px;
        left: 0;
    }
    .team2name{
        font-size: 10px;
        right: 0;
    }
    .match_schedule {
        height: 31px;
      }
    .match_schedule2 {
        left: 50%;
     -webkit-transform: translateX(-57%);
         -ms-transform: translateX(-57%);
             transform: translateX(-57%);
     line-height: 20px;
    }
}
@media only screen and (max-width : 390px) {
    .match_venue{
        top: 32px;
    }
    .team1name{
        font-size: 10px;
        left: 0;
    }
    .team2name{
        font-size: 10px;
        right: 0;
    }
    .match_schedule2 {
        left: 50%;
        -webkit-transform: translateX(-55%);
            -ms-transform: translateX(-55%);
                transform: translateX(-55%);
        line-height: 20px;
    }
    .match_schedule {
        bottom: 2px;
      }
}

@media only screen and (max-width : 380px) {
    .match_venue{
        top: 31px;
    }
    .team1name{
        font-size: 10px;
        left: 0;
    }
    .team2name{
        font-size: 10px;
        right: 12px;
    }
    .match_schedule2 {
        left: 50%;
        -webkit-transform: translateX(-55%);
            -ms-transform: translateX(-55%);
                transform: translateX(-55%);
        line-height: 20px;
    }
    .match_schedule {
        bottom: 0;
        font-size: 12px;
      }
}

@media only screen and (max-width : 370px) {
    .match_venue{
        top: 27px;
    }
    .team1name{
        font-size: 10px;
        left: 0;
    }
    .team2name{
        font-size: 10px;
        right: 15px;
    }
    .match_schedule2 {
        left: 50%;
        -webkit-transform: translateX(-55%);
            -ms-transform: translateX(-55%);
                transform: translateX(-55%);
        line-height: 20px;
    }
    .match_schedule {
        bottom: 0px;
      }
}

