:root {
  --white: white;
  --black: black;
}

.placeholder-parent {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-img {
  z-index: 0;
  background-image: url('../images/sitepix.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.content-parent {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.bottom-bar {
  z-index: 2;
  background-color: #000;
  flex: 1;
  width: 100%;
  height: 80px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -100px;
  left: 0%;
  right: 0%;
}

.div-block {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 576px;
  height: 340px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.image {
  z-index: 3;
  width: 100%;
  display: none;
  position: absolute;
}

.outline-container {
  z-index: 4;
  border: 1px solid #d5c570;
  border-radius: 2px;
  width: 94%;
  height: 90%;
  position: relative;
}

.link {
  background-color: #000;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link:hover, .link:active {
  background-color: #292929;
}

.link-block-2 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  color: #fff;
}

.play-parent-1 {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.circle-back {
  z-index: 11;
  background-color: #d7c573;
  border-radius: 120px;
  width: 40px;
  height: 40px;
  position: absolute;
}

.circle-front {
  z-index: 12;
  background-color: #d7c573;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
}

.pulse-parent {
  z-index: 10;
  border-radius: 100px;
  position: absolute;
  bottom: -80px;
}

.pulse-parent:active {
  background-color: rgba(201, 183, 183, 0);
}

.logo-div {
  z-index: 3;
  background-image: url('../images/2ray-logo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .div-block {
    width: 70%;
    height: 45vw;
  }

  .outline-container {
    width: 93%;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    height: 50vw;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    width: 90%;
    height: 60vw;
  }
}
