@media only screen and (max-width: 767px) {

.home-cover-image-desktop{

    display: none;
}
      
.home-cover-image-mobile{

  position: relative;
  margin: 0;
  opacity: 0.9;
  //-o-object-fit: cover;
  //object-fit: cover;
  //height: 40vh;
    //height: 400px;
    height: auto;
    display: block;
    
}
    
    
.mobile-hide{
    
    display: none;
        
    }
    
.mobile-font-size{
        font-size: 16px;
    }
    
    
 /* nav bar custom */   
.search{
    padding-left: 0px;
} 
    
    .Horizontal-Vertical-Align{
        padding-top: 14px;
    }
    
    
 .model_wrap iframe{
    height: 65vh;
    width: 100%;
}   

.content-title-font{
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 18px;

    
}    
    
.paragraph-style2{
      display: inline-block;
  word-break: break-word;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 1em;
  margin-right: 1em;
  font-size: 16px;

    
}
    
.top-height-adjust{
    height:40px;
}
    
.mobile-margin-title {
        margin-top: 20px;
}  
    
.content-box-margin1{
    margin-bottom: 30px;
    
}    
    
    
.warrenty-photo , .newcar-deal-photo {

    height: 108vw;
}

.footer-list-item-mobile{
        margin-top: 20px;
 }
    
  .custom-font-style-2 {
  font-family: "Styrene A Web", "Helvetica Neue", Sans-Serif;
 
  font-size: 24px;
  font-style: normal;
  color:#98777b;
  font-weight: bold;
  letter-spacing: 2px;
}
    
    
    
    
 
    
    
}



