.event {
	padding-bottom: 30%;
}

.winemaker {
	.event-description {
		width: 90%;
		text-align: left;
		
		p {
			font-family: 'Beatrice' !important;
			line-height: 1.6 !important;
		}
	}
	
	.separator {
		margin-bottom: 15px;
	}
	
	
}

@media (min-width: 540px) {
	.event {
		padding-bottom: 5%;
	}
}

.animatedBg .mask {
	/* background-color: #0b1215; */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0,0,0,0)), color-stop(50%), color-stop(60%, rgba(0,0,0,0.7)));
	background-image: -o-linear-gradient(rgba(0,0,0,0) 10%, 50%, rgba(0,0,0,0.7) 60%);
	background-image: linear-gradient(rgba(0,0,0,0) 10%, 50%, rgba(0,0,0,0.7) 60%);
	z-index: 9;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}


.animatedBg .image1 {
	background-color: rgb(192, 199, 178);
	background-image: url("../img/events/champagne-maker-taillet/taillet-1.jpg");
	z-index: 8;
}

.animatedBg .image2 {
	background-image: url("../img/events/champagne-maker-taillet/taillet-2.jpg");
	z-index: 7;
}

.animatedBg .image3 {
	background-image: url("../img/events/champagne-maker-taillet/taillet-3.jpg");
	z-index: 6;
}

.animatedBg .image4 {
	background-image: url("../img/events/champagne-maker-taillet/taillet-4.jpg");
	z-index: 5;
}


@keyframes imageFade {
	0% {
		opacity:1;
	}
	15% {
		opacity:0;
	}
	95% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
 
 .animatedBg img.image1 {
   animation-delay: 4s;
 }
 .animatedBg img.image2 {
   animation-delay: 8s;
 }
 .animatedBg img.image3 {
   animation-delay: 12s;
 }
 .animatedBg img.image4 {
   animation-delay: 16s;
 }

.animatedBg img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	animation-name: imageFade;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 16s;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}