@charset "UTF-8";
.bg-slider {
  width: 100%;
  background: url(../img/img_bg.jpg) center bottom no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 250px;
}
@media screen and (min-width: 768px) {
	  .bg-slider {
    height: 400px;
  }
}

@media screen and (min-width: 1154px) {
  .bg-slider {
    height: 660px;
    margin-top: 59px;
  }
}