
.herobannerimage {
    position: relative;
    bottom:0px;
    margin-bottom: 20px;
}

.herobannerimage .max-width-1200px {
        max-width: 1600px;
    }

.img-right {
    position: relative;
    vertical-align: baseline;
}

    .img-right img {
        float: none;
    }


.hero-wrapper-left {
    z-index: 10;
    display: inline-block;
    position: absolute;
    width: 66.66667%;
    vertical-align: baseline;
    margin-top: 26px;
}

.hero-title {
    color: #FFF;
    font-family: RobotoLight;
    font-size: 3.5em;
    padding: 70px 10px 18px 0;
    text-transform: uppercase;
    display: block;
    line-height: 108%;
    width: 100%;
    text-size-adjust: 100%;
    max-width: 800px;
    vertical-align: baseline;
}

.hero-title:lang(ja) { font-family: "NotoLight", "Noto Sans CJK JP", RobotoLight, Arial,Helvetica,sans-serif;}

.banner-description {
    color: #eeeeee;
    font-family: RobotoLight;
    font-size: 1.5em;
    z-index: 10;
    display: block;
    /* width: 100%; */
    margin-bottom: 26px;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 125%;
    max-width: 540px;
    vertical-align: baseline;
}

.banner-description:lang(ja) { font-family: "NotoLight", "Noto Sans CJK JP", RobotoLight, Arial,Helvetica,sans-serif;}

.herobannerimage .cta > span {
    font-family: RobotoNormal,Arial,Helvetica,sans-serif;
    line-height: 18px;
    vertical-align: baseline;
}

.herobannerimage .cta > span:lang(ja) { font-family: "NotoNormal", "Noto Sans CJK JP", RobotoNormal, Arial,Helvetica,sans-serif;}

/*iPhone 5 only*/
@media screen and (device-aspect-ratio: 40/71) {
    
    .banner-description {
       margin-bottom: 7px;
    }
    
}
@media all and (max-width: 480px) {

    .herobannerimage .less-text .hero-title {       
      padding-top: 10px;
    }

    .hero-title {
        font-size: 1.6em;
        line-height: 118%;
        padding: 0px 10px 6px 0px;
    }

    .hero-wrapper-left {
        margin-left: 10px;
        width: 95%;
        text-align: center;
    }

    .banner-description {
        font-size: 1em;
        line-height: 120%;
    }
     
    .herobannerimage .black-bg-button {
        background-color: #337ab7; 
    }
    .herobannerimage .black-bg-button > span {
        color: #fff !important; 
    }
   .herobannerimage {
        margin-left: -30px;
        padding-left: 15px;
    }
}

@media all and (min-width: 480px) and (max-width: 667px) {
    .hero-title {
        font-size: 2.3em;
        padding: 10px 10px 10px 0px;
        line-height: 110%;
    }

    .hero-wrapper-left {
        margin-left: 20px;
        width: 70%;
    }

    .banner-description {
        font-size: 1.13em;
        line-height: 125%;
    }
}

@media all and (min-width: 481px) and (max-width: 980px) {   
    .hero-title {
        font-size: 2.4em;
        padding: 0px 10px 10px 0px;
        line-height: 110%;
    }

    .hero-wrapper-left {
        margin-left: 20px;
        max-width: 980px;
    }

    .banner-description {
        font-size: 1.13em;
        line-height: 125%;
    }
    .herobannerimage {
            margin-left: -30px;
            padding-left: 15px;
        }
}

@media all and (min-width: 980px) and (max-width: 1050px) {
    .herobannerimage .less-text .hero-title {       
      padding-top: 60px;
    }

    .hero-title {
        font-size: 2.25em;
        padding: 38px 10px 14px 0px;
        line-height: 112%;
    }

    .hero-wrapper-left {
        margin-left: 20px;
        width: 50%;
    }

    .banner-description {
        font-size: 1.13em;
        line-height: 120%;
    }
}

@media only screen and (min-width: 1051px) and (max-width: 1280px) {
    .hero-wrapper-left {
    padding-left: 35px;
}
}
@media only screen and (min-width: 1051px) and (max-width: 1350px){
    .hero-title {
        padding-top: 50px;
        font-size: 3em;
    }
    .banner-description {
        font-size: 1.3em;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1599px){
    .hero-wrapper-left {
        padding-left: 55px; 
    }
}
 
@media only screen and (min-width: 1600px) {
    .hero-wrapper-left {
        padding-left: 95px;
    } 
    .herobannerimage {
        margin: 0 -100px;
    }
    .herobannerimage .less-text .hero-title {
       width: 620px;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1599px){
    .herobannerimage {
        margin: 0 -50px;
    }
}
@media only screen and (min-width: 981px) and (max-width: 1279px){
    .herobannerimage {
        margin: 0 -10px;
    }
} 

@media screen and (min-width: 980px) {
    .breadcrumb-demc + .slbs2 .herobannerimage {
        margin-bottom: 45px;
		top: 0px;
    }
	
	.breadcrumb-demc + .slbs2 .herobannerimage ~ .titlesubtitle > .title-subtitle{
        padding-top: 0px;
    }
}
