/*
	Author:  	Chris Brickner
	Contact: 	cbrickner@pragmassist.com
	Website: 	https://www.pragmassist.com
	
	Version: 	1.0
	Copyright: 	(c) - 2020 pragmassist.com
	
	Icons from PixelMixer - http://pixel-mixer.com/basic_set/
*/

.words {
	padding: 0;
}
@media screen and (max-width: 799px) {
	.image-container {
		height: 200px;
	}
}
@media screen and (min-width: 800px) {
	.image-container {
		height: 250px;
	}
}
@media screen and (min-width: 1000px) {
	.image-container {
		height: 300px;
	}
}
@media screen and (min-width: 1200px) {
	.image-container {
		height: 325px;
	}
}
