#heroLanding { text-align: right; position: relative; margin-bottom: -200px; margin-top: 0em;}
#heroLanding .scaleUp{
      -webkit-transform: scale(1.2,1.2) rotateZ(0.001deg) translate(2%,2%) skewX(0);    -ms-transform: scale(1.2,1.2) rotateZ(0.001deg) translate(2%,2%) skewX(0);     
      transform: scale(1.2,1.2) rotateZ(0.001deg) translate(2%,2%) skewX(0);
}
#heroLanding .heroImgWrap { margin:0 -131px; overflow: hidden;
  background-size: cover; background-position: 50% 50%; position: relative;}
#heroLanding .heroImg { width: 100%; min-width: 700px; text-align: right; display: inline-block; position: relative; float: right; transition: 30s; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; margin: auto;}
#heroLanding .content { clear: both; position: relative; top: -200px; }
#heroLanding .titleWrap {
    width: 100%;
    height: 200px;
    position: relative;
}
#heroLanding .heroTitle { margin: 0; text-align: center; font-weight: 300; font-size: 60px; position: absolute; width: 100%; bottom: 1em; padding: 0 16px;}
#heroLanding .arrowBar { position: relative; display: table; }
#heroLanding .section { height: 15px; display: inline-block;    /* float: left; */ display: table-cell; width: 50%; }
#heroLanding .section1 {    /* height: 15px; */ }
#heroLanding .section2 { height: 0; width: 0; border: 15px solid; border-top: 15px solid transparent !important; border-bottom: 0; }
#heroLanding .section3 { }
#heroLanding .desc { padding: 4.5em 179px 5em 179px; text-align: center; margin: 0 -131px;}
#heroLanding .descWrap { max-width: 725px; text-align: center; font-size: 20px; font-weight: 400; display: inline-block; line-height: 2em;}
@media (max-width:1366px) {
    #heroLanding .heroImgWrap { margin:0; }
    #heroLanding .desc {margin: 0;}
}
@media (max-width:767px) {
    #heroLanding {
    margin: 0 -15px -200px;
 }
    #heroLanding .heroImgWrap { 
  height: 300px;}
    #heroLanding .heroImg {display:none}
    #heroLanding .heroTitle { font-size:40px ; /* line-height: 5em; */ bottom: 2em;}
    #heroLanding .desc{
    padding: 4.7em 2em;
}
    #heroLanding .descWrap{
    line-height: 24px;
    font-size: 18px;
}
}
@media (max-width:450px) {
    #heroLanding .desc{
    /* padding: 2em 3em; */
}
    #heroLanding .descWrap{
    font-size: 18px;
}
}