.sksTop {
  width: 100%;
  height: 100svh;
  margin-top: 0px;
  position: relative;
}
.sksTop > div:nth-of-type(2) {
  position: absolute;
  top: -22px;
  left: 3.5svw;
}
.sksTop > div:nth-of-type(2) > h1 {
  display: none;
}
.sksTop > div:last-of-type {
  position: absolute;
  right: 6svw;
  bottom: 6svh;
}
.sksTop > div:last-of-type > p {
  color: #fff;
  font-size: 72px;
  font-weight: bold;
  -webkit-text-stroke: 1px #333;
  text-stroke: 1px #333;
  text-shadow: 4px 4px 8px #424242;
}
.sksTop > div:last-of-type > p:first-of-type {
  margin-bottom: -32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sksTop > div:last-of-type {
    right: 60px;
    bottom: 48px;
  }
  .sksTop > div:last-of-type > p {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .sksTop > div:nth-of-type(2) > h1 {
    display: block;
    margin: 40px auto 24px;
    padding-left: 0px;
    text-align: center;
  }
  .sksTop > div:nth-of-type(2) > h1 > a > img {
    width: 100px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }
  .sksTop > div:nth-of-type(2) > h1 > a > p {
    text-indent: 0;
    margin-top: -14px;
    margin-right: -2px;
    font-size: 24px;
    letter-spacing: 3px;
    color: #004aad;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }
  .sksTop > div:nth-of-type(2) > h1:before {
    display: none;
  }
  .sksTop > div:last-of-type {
    right: 4svw;
    bottom: 6px;
  }
  .sksTop > div:last-of-type > p {
    font-size: 48px;
  }
}

#vegas {
  width: 100%;
  height: 100%;
}