﻿/* HEADER / BANNER - INDEX */
#banner-detail {
    background: url('/images/banner/banner-detail-1920.jpg');
    background-repeat: no-repeat;
    -ms-background-repeat: no-repeat;
    background-size: cover;
    -ms-background-size: cover;
    background-position: 0 50%;
    -ms-background-position: 0 50%;
    position: relative;
}

    #banner-detail .banner-contents {
        padding: 6em 0;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
    }

        #banner-detail .banner-contents .banner-contents-title {
            font-size: 2.5em;
            font-weight: 900;
            color: #fff;
            text-align: center;
            letter-spacing: 2px;
        }

@media only screen and (max-width: 680px) {
    #banner-detail .banner-contents {
        padding: 25px 0 125px 0;
    }

        #banner-detail .banner-contents .banner-contents-title {
            font-size: 2.4em;
        }

        #banner-detail .banner-contents .banner-contents-subtext {
            font-size: 1.0em;
        }
}
