.T3608 .wrapper {
	position: relative;
}

.T3608 .bigimg {
	width: 68vw;
	height: 53vw;
	position:  relative;
}

.T3608 .bigimg picture, .T3608 .bigimg picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.T3608 .bigimg picture img {
	object-fit: cover;
}

.T3608 .textwrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(0,-50%);
	width: 43%;
	max-width: 600px;
	background-color: #FFF;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}

.T3608 .textwrapper .inner {
	padding: 30px 25px;
}

.T3608 .textwrapper .image img {
	width: 100%;
	height: auto;
}

.T3608 .video { height: 300px; }


.T3608 .textwrapper .headline { margin: 0 0 25px 0; }
.T3608 .textwrapper .headline a { text-decoration: none; }
.T3608 .textwrapper .text p { margin: 0 0 15px 0; }

.T3608 .textwrapper .link:after { display: block; content: ""; clear: both; }
.T3608 .textwrapper .link a { text-decoration: none; font-size: 18px; display: inline-block; float: right; }@media all and (min-width: 1024px) and (max-width: 1279px) {

	.T3608 .textwrapper .inner { padding: 25px 20px; }
	.T3608 .textwrapper .headline { margin: 0 0 15px 0; }
	.T3608 .textwrapper .textstyle { font-size: 17px; }

	.T3608 .textwrapper .text p { margin: 0 0 15px 0; }
	.T3608 .textwrapper .link a { font-size: 17px; }

	.T3608 .video { height: 280px; }
}

@media all and (min-width: 768px) and (max-width:1023px) {
	.T3608 .textwrapper .inner { padding: 20px 15px; }
	.T3608 .textwrapper .headline { margin: 0 0 12px 0; }
	.T3608 .textwrapper .textstyle { font-size: 15px; }
	.T3608 .textwrapper .text p { margin: 0 0 12px 0; }
	.T3608 .textwrapper .link a { font-size: 16px; }

	.T3608 .video { height: 250px; }
}

@media all and (min-width: 568px) and (max-width: 767px) {

	.T3608 .bigimg {
		width: auto;
		height: 77vw;
	}

	.T3608 .textwrapper {
		position: static;
		top: auto;
		left: auto;
		transform: none;
		margin: -50px 20px 0 20px;
		width: auto;
		max-width: none;
	}
	.T3608 .textwrapper .inner { padding: 20px 15px; }
	.T3608 .textwrapper .headline { margin: 0 0 15px 0; }
	.T3608 .textwrapper .text p { margin: 0 0 12px 0; }
	.T3608 .textwrapper .link a { font-size: 16px; }

	.T3608 .video { height: 200px; }
}

@media all and (max-width: 567px) {
	.T3608 .bigimg {
		width: auto;
		height: 77vw;
	}

	.T3608 .textwrapper {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		margin: -50px 20px 0 20px;
		width: auto;
		max-width: none;
	}
	.T3608 .textwrapper .inner { padding: 15px 10px; }
	.T3608 .textwrapper .headline { margin: 0 0 10px 0; }
	.T3608 .textwrapper .text p { margin: 0 0 8px 0; }
	.T3608 .textwrapper .link a { font-size: 15px; }
	.T3608 .video { height: 180px; }
}

