#img-coyote{
	width:100%;
	height: 100%;
	background: url('../image/hero/COYOTE.png') no-repeat center center;
	background-size: cover;

}
#img-jabali{
	width:100%;
	height: 100%;
	background: url('../image/hero/JABALI.png') no-repeat center center;
	background-size: cover;

}
#img-cuishe{
	width:100%;
	height: 100%;
	background: url('../image/hero/CUISHE.png') no-repeat center center;
	background-size: cover;

}
#img-espadin{
	width:100%;
	height: 100%;
	background: url('../image/hero/espadin.png') no-repeat center center;
	background-size: cover;

}
@media only screen and (max-width: 575px) {
  .none-576{
    display: none;
  }
  .mt-7{
    margin-top: 2rem!important;
	}
}
@media only screen and (min-width: 576px) {
  .display-576{
    display: none;
  }
  .mt-7{
    margin-top: 7rem!important;
	}
}