.container {
	margin: 0 auto;
	max-width: 100%;
	padding: 0 15px;
	@include mq("phone-wide", "only") { max-width: 460px !important; }
	@include mq("phablet", "only") { max-width: 500px !important; }
	@include mq("tablet-small", "only") { max-width: 650px !important; }
	@include mq("tablet", "only") { max-width: 720px !important; }
	@include mq("tablet-wide", "only") { max-width: 920px !important; }
	@include mq("desktop", "only") { max-width: 970px !important; }
	@include mq("desktop-wide", "only") { max-width: 1170px !important; }
}

.container-fluid {
	width: 100% !important;
	margin: 0 auto !important;
	padding: 0 15px !important;
}

.modal-content .container { max-width: 100% !important; }

.img-fluid {
	max-width: 100%;
	height: auto;
}

.form-control {
	display: block;
	width: 100%;
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	line-height: 1.25;
	color: #55595c;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}
