@charset "utf-8";
/* CSS Document */


/* Hero image */

.background {
   /* background-image: url('/img/homepage-baner.jpg');
    background-position: center;*/
    background-size: cover;
    height: 100%;
}
.background-hero {
    background-size: cover;
    height: 100%;
    background-position: 12%;
}
.hero-img, hero-img-tab, hero-img-m  {
	width:100%; 
    height: auto;
}
.top-header-image {
	height: auto; 
    padding-bottom: 10px;
}
@media only screen and (min-width: 600px) {
    .hero-img-m {
        display: none;
    }
    
}
.hero-img-tab {
    display: none;
}
.hero-img {
    display: none;
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
    .hero-img-tab {
        display: block;
    }
    
    
}
@media only screen and (min-width: 1025px) {
    .hero-img {
        display: block;
    }
    
}
@media only screen and (max-width: 599px) {
    
}