.sg-livestream .sg-livestream-bg {
  width: 100%;
  height: 100vh;
}
.sg-livestream .sg-livestream-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sg-livestream .name {
  width: 62.5vw;
  margin-bottom: 4.1666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 8.125vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 12%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sg-livestream .name .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.0520833333vw;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.sg-livestream .name .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.0520833333vw;
  background: linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.sg-livestream .name .text {
  font-size: 32px;
  color: #FFFFFF;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  margin: 0 48px;
  white-space: nowrap;
}
.sg-livestream #liveVideo {
  margin: 0 auto;
  height: auto;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .sg-livestream #liveVideo {
    top: 45%;
  }
}
.sg-livestream #liveVideo .styled-iframe {
  width: 560px;
  height: 315px;
}
@media screen and (max-width: 600px) {
  .sg-livestream #liveVideo .styled-iframe {
    width: 92vw;
    height: 35vh;
  }
}
@media screen and (min-width: 1600px) {
  .sg-livestream #liveVideo .styled-iframe {
    width: 40vw;
    height: 22.2vw;
  }
}

@media (max-width: 991px) {
  .sg-livestream .name {
    width: 92vw;
    top: 13%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sg-livestream .name .left {
    height: 0.2666666667vw;
  }
  .sg-livestream .name .right {
    height: 0.2666666667vw;
  }
  .sg-livestream .name .text {
    font-size: 4.8vw;
    margin: 0 12px;
  }
}