.T3569 {
	position: relative;
	width: 100%;
	height: 61.56vw;
	max-height: 860px;
	overflow: hidden;
}

.T3569 .background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

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

.T3569 .background picture img { object-fit: cover; }

.T3569.blur .background img {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
	transform: scale(1.1);
}

.T3569 .maxwidth { height: 100%; }
.T3569 .infobox {
	position: relative;
	width: 920px;
	height: 100%;
	padding: 80px 0;
}

.T3569 .infobox:after { display: block; content: ""; clear: left; }

.T3569 .infobox .image {
	display: block;
	position: relative;
	width: 600px;
	height: 100%;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

.T3569 .infobox picture img { object-fit: cover; }

.T3569 .infobox .image .arrowbox {
	top: auto !important;
	bottom: 100px !important;
	z-index: 10;
}

.T3569 .infobox .image .mask {
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(-8deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.05) 100%);
	background: -webkit-linear-gradient(-8deg, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.05) 100%);
	background: linear-gradient(-8deg, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.05) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}

.T3569 .infobox .text {
	width: 	320px;
	height: 100%;
	float: left;
	background-color: rgba(0,0,0,0.45);
	color: #FFF;
	padding: 70px 20px 20px 25px;
}

.T3569 .infobox .text a { color: #FFF; }

@media all and (min-width: 1024px) and (max-width: 1279px) {

	.T3569 .infobox { width: 750px; padding: 70px 0; }

	.T3569 .infobox .image {
		width: 450px;
		
	}

	.T3569 .infobox .image .arrowbox { bottom: 90px !important; }

	.T3569 .infobox .text {
		width: 	300px;
		padding: 60px 18px 28px 22px;
	}


	


}

@media all and (min-width: 768px) and (max-width:1023px) {

	.T3569 .infobox { width: auto; display: flex;  padding: 50px 0; }

	.T3569 .infobox .image {
		width: 320px;
		float: none;
	}

	.T3569 .infobox .image .arrowbox { bottom: 90px !important; }

	.T3569 .infobox .text {
		width: 	auto;
		float: none;
		flex: 1;
		padding: 50px 15px 23px 21px;
	}


	

}

@media all and (min-width: 568px) and (max-width: 767px) {
	.T3569 .infobox { width: auto; display: flex;  padding: 40px 0; }

	.T3569 .infobox .image {
		width: 250px;
		float: none;
	}

	.T3569 .infobox .image .arrowbox { bottom: 90px !important; }

	.T3569 .infobox .text {
		width: 	auto;
		float: none;
		flex: 1;
		padding: 30px 10px 15px 15px;
	}


	
}

@media all and (max-width: 567px) {
	.T3569 { height: auto; background-size: cover; }
	.T3569 .infobox { 
		position: relative;
		top: auto;
		left: auto;
		margin: 20px 15px;
		width: auto;
		padding: 25px 0;
	}


	.T3569 .infobox .image {
		width: 100%;
		height: 50vw;
		float: none;
		background-size: cover;
	}

	.T3569 .infobox .image .arrowbox { bottom: 20px !important; }

	.T3569 .infobox .text {
		float: none;
		width: 	auto;
		height: auto;
		padding: 30px 10px 15px 15px;
	}


	
}

