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

.slide01 {
  width: 100%;
  height: 100% !important;
  background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.0)), url("../img/slide01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.slide02 {
  width: 100%;
  height: 100% !important;
  background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.0)), url("../img/slide02.jpg");
  background-size: cover !important;
  background-position: top center;
}