.p-teaser {
    position: relative;
    display: block;
    width: 468px;
    max-width: calc(100% - 30px);
    margin: 20px auto 60px;
}
.p-teaser img {
    width: 100%;
    height: auto;
    display: block;
}

@media(max-width: 767px) {
	.responsive-table {
		overflow: auto;
		margin: 0 -20px;
	}
	.responsive-table table {
		min-width: 700px;
		margin: 0 20px;
	}
}