body{
margin:0 !important;
padding: 0 !important;
}
figure {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
}
.layer {
  margin-top: 0;
}
.layer .panel {
  height: 100vh;
  position: relative;
}
.layer .panel figure {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
/*.layer .panel:first-of-type figure {
  background-image: url(../img/shisa1.jpg);
}*/
.layer .panel:nth-of-type(2) figure {
  background-image: url(../img/shisa2.jpg);
}
.layer .panel:nth-of-type(3) figure {
  background-image: url(../img/shisa3.jpg);
}
.layer .panel:nth-of-type(4) figure {
  background-image: url(../img/shisa4.jpg);
}