@media (min-width:576px) {
  .game-div.background {
    min-height: 450px;
  }
}

.main {
  max-width: 1200px;
  align-content: center;
  display: block;
  padding: 0;
}

.game-div.background {
  min-height: 400px;
  width: 100%;
  display: flex;
  height: auto;
  align-content: end;
  padding-bottom: 100px;
  height: auto;
}

.game-div {
  background-color: rgba(0,0,0,0.59);
}

.title-logo {
  height: 60px;
}

.tiltle-details {
  width: 100%;
  min-width: 0px;
  height: 100%;
}

.title-details.img-div {
  display: flex;
  justify-content: center;
  height: 60%;
}

.title-details.img-div img {
  height: 60px;
  margin-bottom: 20px;
}

@media (min-width: 400px) {
  .title-details.img-div img {
    height: 75px;
    margin-bottom: 20px;
  }
}

.title-details.play-button-div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20%;
}

.game-div.background {
  position: relative;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 0;
}

.game-div background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: currentColor;
  z-index: 1;
}

