.home-overlay-fluid {
    width: 100%;
    background: url(../images/top_baner_ru.jpg) no-repeat;
    background-position: center;
    min-height: 320px;
}
@media (min-width:1024px) and (max-width:1199px) {
    .home-overlay-fluid {
	background: url(../images/top_baner_ru_1024.jpg) no-repeat;
	background-position: center;
    }
}
@media  (min-width:769px) and (max-width:1023px) {
    .home-overlay-fluid {
	background: url(../images/top_baner_ru_769.jpg) no-repeat;
	background-position: center;
    }
}
@media (min-width:480px) and (max-width:768px) {
    .home-overlay-fluid {
	background: url(../images/top_baner_ru_480.jpg) no-repeat;
	background-position: center;
	min-height: 240px;
    }
}
@media (min-width:320px) and (max-width:479px) {
    .home-overlay-fluid {
	background: url(../images/top_baner_ru_320.jpg) no-repeat;
	background-position: center;
	padding: 10px 0 0 0;
	min-height: 240px;
    }
}
