.full-body {
  width: 100vw;
  height: calc(100vh - 89px);
}

@media (max-width: 600px) {
  .full-body {
    height: calc(100vh - 60px);
  }
}

ul {
  padding-inline-start: 0;
}

.aspect-ratio-43 {
  padding: 75% 0 0 0;
  border: 0;
  position: relative;
}

.aspect-ratio-43-content {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(-50%,-50%);
}