.bd-placeholder-img {
	
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
	width:40px;
	height:40px;
	border-radius: 20px;
    display: none;
}

body{
	background:#eee
}

.col-pixel-width-24 { flex: 0 0 24px; }

.map iframe {
    width: 100%;
    height: 400px;
}

.overflow-x-scroll{
		
}

@media(max-width:450px){
	.overflow-x-scroll{
		overflow-x:scroll
	}
}