/* Add here all your CSS customizations */
@media (min-width:991px){
	.stopper {
	position:absolute; 
	background-color: #FFFFFF;
	height:100px;
	width:100%;
	bottom:0;
}
}

@media (min-width:768px) and (max-width:990px){
	.stopper {
	position:absolute; 
	background-color: #FFFFFF;
	height:110px;
	width:100%;
	bottom:0;
}
}

@media (min-width:562px) and (max-width:767px){
	.stopper {
	position:absolute; 
	background-color: #FFFFFF;
	height:170px;
	width:100%;
	bottom:0;
}
}

@media (min-width:318px) and (max-width:561px){
	.stopper {
	position:absolute; 
	background-color: #FFFFFF;
	height:170px;
	width:100%;
	bottom:0px;
}
}

@media (max-width:317px){
	.stopper {
	position:absolute; 
	background-color: #FFFFFF;
	height:220px;
	width:100%;
	bottom:0px;
}
}

@media (max-width:575px){
	.medic {
	width: 60%;
    margin: 0 auto;
	padding: 20px;
}
}

@media (min-width:576px){
	.medic {
	height: 160px;
}
}

.feedIdundefined {
	display: none !important;
}