.showcase {
  background-image: url("../images/bgGold.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0px;
  margin-top: -1px;
  z-index: 89;
  text-align: center;
  padding: 6vw 20px;
}

.showcase .showcase-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: -40px;
}

.showcase .showcase-text img {
  width: 220px;
  height: 20px;
}

.showcase .showcase-text h1 {
  color: #fff;
  opacity: 80%;
  margin: 0 10px;
  font-weight: lighter;
  line-height: 20px;
  font-size: 80px;
}

.showcase .trailer {
  width: 1000px;
  margin-top: 80px;
}

.showcase .trailer iframe {
  width: 100%;
  height: 550px;
}

.showcase p {
  margin-top: 60px;
  color: #fff;
  width: 1000px;
}

@media (max-width: 1920px) {
  .showcase {
    padding: 90px 20px;
  }
}

@media (max-width: 640px) {
  .showcase .showcase-text img {
    display: none !important;
  }
  .showcase .showcase-text h1 {
    font-size: 60px;
  }
}
