.container-small{
	height:250px !important;
	overflow-y:auto;
	overflow-x:hidden;
}

.container-medium{
	height:350px !important;
	overflow-y:auto;
	overflow-x:hidden;
}

.container-big{
	height:450px !important;
	overflow-y:auto;
	overflow-x:hidden;
}

@media screen and (min-width: 240px) and (max-width: 991px) {
	.container-small{
		height:auto !important;
	}

	.container-medium{
		height:auto !important;
	}

	.container-big{
		height:auto !important;
	}
}


