

.home #header_first {
	background-image: url("../images/2000_1200_formazione_HOMEPAGE_1.jpg");
	height: 111vh;
	background-size: cover;
	position: relative;
      background-position-y: 0px;
}
 @media (min-width: 576px) {
   .home #header_first {
       background-image: url("../images/2000_1200_formazione_HOMEPAGE_1.jpg");
       height:44vh;
       background-size: cover;
       position: relative;
       }
 
}
    @media (min-width: 1200px) {
     .home #header_first {
       background-image: url("../images/2000_1200_formazione_HOMEPAGE_1.jpg");
       height: 84vh;
       background-size: cover;
       position: relative;
       }
  
     }
}

#header_first {
	background-image: url("../images/2000_1200_formazione_offerta formativa_.jpg");
	height: 16vh;
	background-size: cover;
	position: relative;
    background-position-y: 0px;
     margin-top: .5rem!important;
}
.pagecontenuti #header_first{
	background-image: url("../images/2000_1200_formazione_pagine informative_1_.jpg");
	height: 16vh;
	background-size: cover;
	position: relative;
    background-position-y: 0;
    margin-top: .5rem!important;
}
  @media (min-width: 1200px) {
  #header_first {
    background-image: url("../images/2000_1200_formazione_offerta formativa_.jpg");
	height: 34vh;
	background-size: cover;
	position: relative;
     background-position-y: -370px;
     margin-top: 0rem!important;
   }
      
 .pagecontenuti #header_first{
	background-image: url("../images/2000_1200_formazione_pagine informative_1_.jpg");
	height: 34vh;
	background-size: cover;
	position: relative;
    background-position-y: 0;
            margin-top: 0rem!important;
}
    
}
