@charset "UTF-8";

/*
 Basics 
 */
 

.map-- .wrapper{
 padding-bottom: 100%
}

@media ( min-width: 768px ){
	
 .map-- .wrapper{
  height: 500px;
  padding-bottom: 0
 }
 .page-home .map-- .wrapper{
    height: 310px;
    padding-bottom: 0
 }
 
}




 