/*  break points styles  */
@media only screen and (max-width : 2200px){

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px){

}
 
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){

}
 
/* Small Devices, Tablets */
@media only screen and (max-width : 768px){

}
 
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){
      .info-google-map-box{
           padding-left:0px;
           padding-right:0px;
      }
}
 
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){

}

.info-box img{
    height: auto;
    max-width: 100%;
}


.info-contact-intro-box {
    display: none;
}

.info-default-intro-box  {
    display: none;
}