.embeded_wrapper {
	background-image: url( '../images/embeded_bg/maps_default.png' );
	background-size: cover;
	position: relative;
	height: 400px;
	width: 100%;
}
.embeded_wrapper .embeded_trigger:before {
	content: ' ';
	font-family: 'Verdana';
	position: absolute;
	z-index: -1;
	font-size: 120px;
	color: rgba( 255, 255, 255, .2 );
	width: 100%;
	height: 120px;
	line-height: 120px;
	text-align: center;
	top: -webkit-calc( 50% - 60px );
	top: calc( 50% - 60px );
	left: -webkit-calc( 50% - 60px );
	left: calc( 50% - 60px );
}
.embeded_wrapper .embeded_trigger {
	padding: 60px 30px;
	
	
	
	position: absolute;
	bottom: 0;
	z-index: 9;
	/* background-color: rgba( 0, 0, 0, .2 );  */ 
	color: #000;
}
.embeded_wrapper .embeded_layer {
	position: relative;
	display: none;
	height: inherit;
	width: inherit;
	margin: auto;
}
.embeded_wrapper .embeded_layer iframe {
	border: 0px none transparent;
	height: inherit;
	width: inherit;
}



.map_model {
  height: 300px;
  width: 100%;
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
  
}
