
.img-responsive-left {
  	width: 100% !important;
  	max-width: 500px !important;
  	height: auto !important;
  	float: left !important;
  	margin-right: 20px !important;
  	margin-bottom: 20px !important;
}

.img-responsive-right {
    	width: 100% !important;
    	max-width: 500px !important;
    	height: auto !important;
    	float: right !important;
    	margin-left: 20px !important;
    	margin-bottom: 20px !important;
}

.people-possible {
	font-weight: bold;
	font-size: 45px;
	width: 370px;
	padding-bottom: 30px;
	color: #212529;
	display: inline-block
}

.people-possible:after {
    content: '';
    background: url(/img/ribbon.png) no-repeat center bottom;
    background-size: 100% 16px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 400px;
}

#stores_select {
	height: 44px;
}

@media (max-width: 768px) {

	.people-possible {
		font-size: 30px;
		width: 260px;
		padding-bottom: 25px;
	}

	.people-possible:after {
	    width: 280px;
	}
}

.dynamic-data {
	display: inline-block;
	width: 100%;
}

