/* CSS Document */
.intro_video_bg {
	display:flex;
  background-image: url("assets/img/cantina-botti.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  position: relative;
  z-index: 1;
   
 align-items: center;
	vertical-align:middle;
	justify-content: center;



}
.intro_video_bg2 {
	display:flex;
  background-image: url("assets/img/storia.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  position: relative;
  z-index: 0;
   
 align-items: center;
	vertical-align:middle;
	justify-content: center;



}

.intro_video_bg h2 {
  font-size: 2.4em;
  color: #fff;

}
.intro_video_bg p {
  font-size: 1.4em;
  color:#FFFFFF;
  clear:both;
  margin:0 auto;


}
.intro_video_bg a {
  margin:0 auto;
 align-items: center;
 	justify-content: center;
	padding:0;
	text-align:center;
}
.tx_im {
   position: absolute;
   color: #fff;
   font-family: 'Nunito', sans-serif;
   font-weight:bold;
   text-shadow: 1px 1px #000000;
   font-size:2.0em;
   padding:10px;       
   top: 50px;
   left: 10%;
   width: 100%;
}
.tx_im2 {
   position: absolute;
   color: #fff;
   font-family: 'Nunito', sans-serif;
   font-weight:bold;
   text-shadow: 1px 1px #000000;
   font-size:2.0em;
   padding:10px;       
   bottom: 50px;
   left: 10%;
   width: 100%;
}

@media (max-width: 767px) {
.intro_video_bg h2 {
  font-size: 2.0em;
  color: #fff;
  padding:10px;

}
.intro_video_bg p {
  font-size: 1.1em;
  color:#FFFFFF;
  clear:both;
  margin:0 auto;
  padding:20px;
  text-align:center;


}
}