.google-maps {
	width: 100%;
	height: 100%;
	min-height: 20rem;
	top: 0;
	left: 0;
	overflow: hidden;
	position: relative;

	&-wrap {
		width: 100%;
		height: 100%;
		min-height: 250px;
	}

	@include sm-screen {

		position: relative;
	}

	.clb-blank-note {
    	min-width: 70%;
		
		@include centered;
	}
}

// Responsive height

.elementor-widget-ohio_google_maps {

	&,
	.elementor-widget-container {
		height: 100%;
	}
}

.gm-style {

	img {
		max-width: none !important;
	}
}