.mobile-locations-wrapper {
	background-color: rgb(1,55,101);
	color: white;
	padding: 20px 2.5px;
	float: left;
	width: 100%;
	box-sizing: border-box;
}

.mobile-locations-wrapper .mobile-locations-heading {
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
}

.mobile-locations-wrapper .mobile-location {
	width: 25%;
	float: left;
	padding-left: 2.5px;
	padding-right: 2.5px;
	box-sizing: border-box;
}

.mobile-locations-wrapper .mobile-location a {
	color: white;
	display: block;
	background-color: rgb(1,45,80);
	padding: 10px;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis;
}

@media screen and (max-width: 680px) {
	.mobile-locations-wrapper .mobile-location {
		width: calc(100% / 3);
	}
}

@media screen and (max-width: 550px) {
	.mobile-locations-wrapper .mobile-location {
		width: 50%;
	}
}
