body {
    background-color: #000;
    width: 100%;
    overflow-x: hidden !important;
    font-family: 'DINPro-Regular';
}

#msiheader {
    text-align: center;
    background: #000;
}

#best {
    font-family: 'DINPro-Regular';
    color: #FFFFFF;
    width: 100%;
}

#best .box3 p {
    line-height: 2em
}

@media only screen and (max-width: 1024px) {

    /*#best header {
        background: url(https://asset.msi.com/event/mb/2017/best200series/images/banner.jpg)top no-repeat;
    }*/
    #best h1 {
        font-size: 3em;
    }
    #best h2 {
        font-size: 2.4em;
    }
    #best h3 {
        font-size: 2em;
    }
    #best .form-modbox .col-xs-12 {
        min-height: 74px;
    }
    #best .form-modbox {
        margin: 10px;
        min-height: 278px;
    }
}

@media only screen and (max-width: 768px) {

    /*#best header {
        background: url(https://asset.msi.com/event/mb/2017/best200series/images/banner.jpg)top no-repeat;
    }*/
    #best .hd-p {
        margin-top: 0px;
    }
    #best h1 {
        font-size: 3em;
    }
    #best h2 {
        font-size: 2.4em;
    }
    #best h3 {
        font-size: 2em;
    }
    #best h4 {
        font-size: 1.5em;
    }
    #best p {
        font-size: 1.5em;
    }
    #best span {
        display: block;
        text-align: right;
    }
    #best .owl-buttons {
        display: none;
    }
    .section-has-detail-expanded .section-detail {
        font-size: 18px;
    }
    #best .s-form button,
    #best .d-form button {
        margin-left: 10px;
        margin-bottom: 10px;
    }
    #best .form-modbox .col-xs-12 {
        min-height: 74px;
    }
    #best .form-modbox {
        margin: 10px;
        min-height: 278px;
    }
}

@media only screen and (max-width: 480px) {

   /* #best header {
        background: url(../images/banner.jpg)top no-repeat;
    }*/
    #best .hd-p {
        margin-top: 0px;
    }
    #best h1 {
        font-size: 2em;
    }
    #best h2 {
        font-size: 1.6em;
    }
    #best h3 {
        font-size: 1.6em;
    }
    #best h4 {
        font-size: 1.25em;
        margin-top: -6px;
    }
    #best p {
        font-size: 1.5em;
    }
    #best span {
        display: block;
        text-align: right;
    }
    #best .owl-buttons {
        display: none;
    }
    .section-has-detail-expanded .section-detail {
        font-size: 18px;
    }
    #best .s-form button,
    #best .d-form button {
        margin-left: 10px;
        margin-bottom: 10px;
    }
    #best .box3 .btn:nth-child(even) {
        margin-left: 0px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 375px) {
    #Media .min-menu ul li {
        display: inline-block;
        max-width: 100%;
        width: 35%;
        margin: 0;
        padding: 14px;
        cursor: pointer;
        border: #444 solid 1px;
    }
    #Media .min-menu ul .four {
        padding: 14px 25px;
    }
    #best .box3 p {
        line-height: normal;
    }
}