.Evoque_google_map_v1{
  width:100%;
  float:left;
  padding:0 !important;
  height:500px !important;
}
.Evoque_google_map_v1 .map-container{
  display:block;
  height:100%;
}
.Evoque_google_map_v1 .map-inner{
  position:relative;
  overflow:hidden;
  height:100%;
}
.Evoque_google_map_v1 iframe{
  width:100% !important;
  height:500px !important;
}
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){
.Evoque_google_map_v1{
    height:100% !important;
  }
.Evoque_google_map_v1 iframe{
    height:350px !important;
  }
/**********************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
.Evoque_google_map_v1{
    height:100% !important;
  }
.Evoque_google_map_v1 iframe{
    height:350px !important;
  }

}
/*************************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
.Evoque_google_map_v1{
    height:100% !important;
  }
.Evoque_google_map_v1 iframe{
    height:250px !important;
  }
}
/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){

}
/*******************************************/