/*
 * YogaMap CSS
 * Copyright 2016, Linnik Yura | liMasscode
 * Last Update: 18.10.2016
 */
 
.yogamap div:first-child {
	left:0;
	top:0;
}
.yogamap .gm-style {
	position:absolute !important;
	top:0 !important;
	left:0 !important;
	width:100% !important;
	height:100% !important;
}
 
 /*This rull for decorate infowindow of marker */
.yogamap { 
	text-align:center;
	
}
.yogamap h2{
display: none
}

.gm-style-iw img {
	max-width:100%;
}