@charset "utf-8";

/* CSS Document */

.bird-box {
  height: 600px;
  position: relative;
  overflow: hidden;
}

#bb1 {
  background: url(images/1.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

#bb2 {
  background: url(images/slider/11.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}