@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,400,300,700');
body {
    background: #000;
}

.InnerGIGABYTEContent .title {
    font-size: 2em;
    line-height: 1.3em;
    color: #0088ff;
    font-family: 'Oswald', sans-serif, Microsoft JhengHei;
    font-family: 'Oswald', !important;
}

.InnerGIGABYTEContent .text {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.3em;
    margin-top: 1em;
    margin-bottom: 1em;
    color: #ddd;
    font-family: 'Roboto Condensed', sans-serif, Microsoft JhengHei;
    font-family: 'Roboto Condensed', !important;
}

.InnerGIGABYTEContent .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.InnerGIGABYTEContent .frame {
    max-width: 930px;
    margin: 0 auto;
    margin-top: 8%;
}

.InnerGIGABYTEContent img {
    margin: 0 auto;
}

@media screen and (max-width: 1366px) {
    .InnerGIGABYTEContent .frame {
        max-width: 90%;
        margin: 0 auto;
    }
}