   /*20170309v1*/


    .detail-title {
        color: #f00;
    }
    
    #best header {
        background: url(https://asset.msi.com/event/desktop/2017/SPB_best200series/images/spb_banner.jpg) 0 60% no-repeat !important;
        background-size: 100% !important;
    }
    #best .wrapper{
      background-image:none;
      background-color: #000;
    }
    
    .silentstorm_textTi3 h3 {
        font-size: 1.8vw;
        color: #fff;
        padding-top: 20%;
    }
    
    .silentstorm_bgTi3 {
        background-image: url(https://asset.msi.com/event/desktop/2017/SPB_best200series/images/silentstorm-TI3.jpg);
        background-size: 75%;
        background-position: center 100%;
        background-repeat: no-repeat;
        padding-bottom: 28%;
    }
    
    @media (max-width: 767px) {
        .silentstormTi3_bg {
            padding-bottom: 36%;
        }
        .silentstorm_textTi3 h3 {
            padding-top: 0;
        }
    }
    
    .gaming_graphicsBg {
        background: url(https://asset.msi.com/event/desktop/2017/SPB_best200series/images/gaming_graphics_bg.jpg) 0 20% no-repeat;
        background-size: 100%;
    }
    
    .gaming_graphics_img {
      margin-top: 20px;
        padding-left: 2%;
    }
    
    @media (min-width: 1180px) {
        .vrboost {
            padding: 3% 1.8% 0 1.8%;
            margin-left: 15%;
        }

        
    }
    
    .GameBoostBg {
        background: url(https://asset.msi.com/event/desktop/2017/SPB_best200series/images/game_boost-ti.jpg) center 90% no-repeat;
    background-size: 85%;
        padding-bottom: 45%;
    }
    
    @media (min-width: 992px) and (max-width: 1200px) {
        .GameBoostBg {
            background: url(https://asset.msi.com/event/desktop/2017/SPB_best200series/images/game_boost-ti.jpg) 0 50% no-repeat;
            background-size: 100%;
            padding-bottom: 45%;
        }
        #best header {
            background-position: 0 50% !important;
            }
    }
    
    @media (min-width: 768px) and (max-width: 991px) {
        .GameBoostBg {
            background: url(https://asset.msi.com/event/desktop/2017/SPB_best200series/images/game_boost-ti.jpg) 0 85% no-repeat;
            background-size: 100%;
            padding-bottom: 45%;
        }
         #best header {
            background-position: 0 40% !important;
        }
    }
    
    @media (max-width: 767px) {
        .GameBoostBg {
            background: url(https://asset.msi.com/event/desktop/2017/SPB_best200series/images/game_boost-ti.jpg) 0 90% no-repeat;
            background-size: 100%;
            padding-bottom: 45%;
        }
         #best header {
            background-position: 0 20% !important;
        }
    }
    
    @media (max-width: 480px) {
        .GameBoostBg {
            background: url(https://asset.msi.com/event/desktop/2017/SPB_best200series/images/game_boost-ti.jpg) 0 100% no-repeat;
            background-size: 100%;
            padding-bottom: 45%;
        }
          #best header {
            background-position: 0 25% !important;
        }
    }

    .VerticalVGAImg{
      margin-top: 50px;
    }
    .on {
        outline: none;
        background: rgba(255, 0, 4, 1) !important;
        color: #000000 !important;
    }
    
    .banner_spb {
        position: relative;
        padding-bottom: 40%;
    }
    
    .banner_spb img:first-of-type {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 auto;
    }
    
    .banner_spb img:last-of-type {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 auto;
        animation-name: opacity-eye;
        animation-duration: 4s;
        animation-delay: 1s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in;
    }    
    @keyframes opacity-eye {
        0% {
            opacity: .8;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: .8;
        }
    }
    
    .intel_content {
        padding-top: 3%;
    }
    
    .intelLogo {
        padding: 15px 0px;
    }
    #best .box5 .filter .btn-0-1,
    #best .box5 .filter .btn-0-2,
    #best .box5 .filter .btn-0-3{
        width:auto;
        padding:5px 20px;
    }

#best .owl-buttons {
    display: block !important;
}
#best .owl-buttons {
    position: absolute;
    width: 100%;
    top: 45%;
}
#best .owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: none;
    filter: Alpha(Opacity=50);
    opacity: 1;
}

#best .owl-prev{
    position: absolute;
    left: -8%;
}

#best .owl-next{
    position: absolute;
    right: -5%;
}