/*  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){

}

.layout-main-content-box .info-intro-box{
   display:none;
}

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

.info-google-map-box{
   padding-left:0px;
}