.T4784 {
	min-height: 800px;
	max-height: 1000px;
	position: relative;		
}

.T4784 picture, .T4784 picture img {
	width: 100%;
	height: 100%;
}

.T4784 picture img { object-fit: cover; }

.T4784 .bg1,
.T4784 .bg2,
.T4784 .bg3,
.T4784 .def_bg {
    position: absolute;
    top: 0;
    left: 0;    
    width: 100%;
    height: 100%;
    z-index: 0;
    filter: grayscale(10%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity .6s cubic-bezier(.7,.2,.6,1); 
}

.T4784 .active { opacity: 1; transition: opacity .6s ease-out;  }

.T4784 .width {
	width: 75%;
	margin: 0 auto;
}

.T4784 .boxes {
	display: -moz-box;
    display: -webkit-box;
	display: flex;
	flex-direction: column;
	padding-top: 20%;
	padding-bottom: 20%;

}

.T4784 .box {

	display: flex;
	flex-direction: column;
	z-index: 40;
	height: 200px;
	width: 100%;
	overflow: hidden;
	justify-content: center;
	align-items: center;

}


.T4784 .box:hover {
	background: rgba(0,0,0,.3);
}

.T4784 .box1 {
	border: 1px solid #fff;
}


.T4784 .box1 {
	border: 1px solid #fff;
}

.T4784 .box2,
.T4784 .box3 {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
	

.T4784 .box div{
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.T4784 .box a{
	padding: 10px 20px;
	opacity: 0;
	top:-10px;	
	cursor: pointer;
	text-decoration: none;
	border-radius: 10px;
}

.T4784 .box .headlines{
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
}
.T4784 .box .subheadlines{
	position: relative;
	top:-10px;
	opacity: 0;	
	text-shadow: 1px 1px 1px #000;
}

.T4784 .box1:hover a,
.T4784 .box1:hover div
{
	opacity: 1;
	top:10px;
	transition: all .3s ease;		
}



.T4784 .box2:hover a,
.T4784 .box2:hover div
{
	opacity: 1;	
	top:10px;
	transition: all .3s ease;
}
.T4784 .box3:hover a,
.T4784 .box3:hover div
{
	opacity: 1;	
	top:10px;
	transition: all .3s ease;
}
@media (min-width: 567px) {

	.T4784 .box { height: 300px; }

}

@media (min-width: 768px) {

	.T4784 {
		max-height: 800px;
	}

	.T4784 .boxes {
		display: flex;
		flex-direction: row;
	}

	.T4784 .box {
		flex:1;
		height: 350px;

	}
	.T4784 .box1 {
		
	}

	.T4784 .box2 {
		border-top: 1px solid #fff;

	}
	.T4784 .box3 {
		border-top: 1px solid #fff;

	}

}

@media (min-width: 1024px) {
		
	.T4784 .box {
		flex:1;
		height: 400px;

	}
}

@media (min-width: 1280px) {

}
.S8548.T4784 .box .headlines{
	text-transform: none !important;
}