.google-map {
        background: $white;
        height: rem-calc(600);
        position: relative;
        top: 0;
        width: 100%;
        margin-bottom:rem-calc(20);
	.gmap{
		height: 100%;
	        width: 100%;
		@include border-radius( rem-calc(4));
	}
}
