.details-popup .col-right{
	display: none;
}
.details-popup > img{
	display: none;
}
@media (max-width: 767px) {
	.details-popup .col-right{
		display: block;
	}
	.details-popup > img{
		display: block;
	}
	.fixed-popup{
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 102;
	}
	.overlay{
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #000;
		opacity: 0.7;
		z-index: 101;
		display: none;
	}
	.map-canvas .details-popup{
		position: fixed !important;
		bottom: 0 !important;
		left: 0 !important;
		right: 0 !important;
		top: auto !important;
		margin: 0 !important;
		width: auto !important;
	}
	.parking-aside{
		left: 0;
		top: 51px;
		width: 100%;
	}
}