.modal-content {
    position: relative;
    border-radius: 10px;
    outline: 0;
        background-color: black;
}



/* 1367<x<1920 */
@media screen and (min-width: 1921px) and (max-width: 5000px) {
.f150 {font-size: 150px}
.f30 {font-size: 30px}
.f80 {font-size: 80px}
.explainmaintitle {font-size: 50px;text-align: center;}
.f40 {font-size: 70px; text-align: center;}
}



/* 1367<x<1920 */
@media screen and (min-width: 1367px) and (max-width: 1920px) {
.f150 {font-size: 105px}
.f30 {font-size: 30px}
.f80 {font-size: 80px}
.explainmaintitle {font-size: 45px;text-align: center;}
.f40 {font-size: 40px; text-align: center;}
}

/* 1200<x<1366 */
@media screen and (min-width: 1200px) and (max-width: 1366px) {
.f150 {font-size: 95px}
.explainmaintitle {font-size: 35px;text-align: center;}
.f40 {font-size: 35px;  text-align: center;}
.f30 {font-size: 30px}
.f80 {font-size: 80px}
}

/* 992<x<1199 */
@media screen and (min-width: 992px) and (max-width: 1199px) {
.centeralign {text-align: center;font-size: 18px;}
.leftalign {text-align: left;font-size: 18px;}
.f40 {font-size: 30px;  text-align: center;}
.f150 {font-size: 75px}
.explainmaintitle {font-size: 35px;text-align: center;}
.f30 {font-size: 25px}
.f80 {font-size: 70px}
}

@media screen and (max-width: 991px) {
.line1 {display: none;}
.centeralign {text-align: center;font-size: 18px;}
.f150 {font-size: 50px}
.f40 {font-size: 20px; text-align: center;}
.explainmaintitle {font-size: 20px;text-align: center;}
.f30 {font-size: 16px}
.f80 {font-size: 40px}

.titletitr{
    font-size: 35px;
    text-align: center;
}



.workpic {

    font-size: 18px;

}


.redwrap {
    position: absolute;
    width: 100%;
    left: 0;
    background: #800303;
    box-sizing: content-box;
    height: 25px;
    overflow: hidden;
    text-shadow: 0px 0px 0px;
    line-height: 23px;}
.tickerv-wrap {
    position: absolute;
    width: 100%;
    right: 0;
    background: #00000061;
    box-sizing: content-box;
    height: 25px;
    overflow: hidden;
    text-shadow: 0px 0px 0px;
    margin-top: 25px;
}

  .tickerv-wrap ul li {
    font-size:14px;
    line-height: 26px
  }




}


/* 768<x<991 
@media screen and (min-width: 768px) and (max-width: 991px) {

}

/* x<767 
@media screen and (max-width: 767px) {

}