.iwTeaserGrid {
	margin-top: 15px;

	@media(min-width: 992px) {
		margin-top: 20px;
	}

	@media(min-width: 1200px) {
		margin-top: 35px;
	}
	
	.teaser-item {
		margin-bottom: 15px;
		
		@media(min-width: 992px) {
			margin-bottom: 0;
		}
		
		&:hover {
			cursor: pointer;
			
			.hover-underline {
				background-size: 100% 1px;
				text-decoration: none;
			}
		}
	}
	
	.teaserGrid-image {
		margin: 0 -20px 20px -20px;
		height: 150px;
		overflow: hidden;
		display: flex;
		align-items: center;
		
		@media(min-width: 768px) {
			margin: 0 0 25px 0;
			height: 200px;
		}
		
		img {
			width: 100%;
			height: auto;
		}
	}
}