.enter-main-wrapper {
  margin: 0 auto;
  width: 100%;
  padding-bottom: 15px;
}
.enter-main-wrapper .content-warning-wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1858px;
  width: 100%;
  text-align: center;
}
.enter-main-wrapper .content-warning-wrapper .content-warning {
  display: inline-block;
  margin: 0 auto;
  max-width: 940px;
  width: 70%;
  overflow: hidden;
}
.enter-main-wrapper .content-warning-wrapper .content-warning h2 {
  font-size: 2.1em;
  font-weight: normal;
  color: white;
  text-align: center;
  margin: 1em auto 0;
}
.enter-main-wrapper .content-warning-wrapper .content-warning p {
  margin: 15px auto 0;
  height: 100px;
  overflow-y: scroll;
  color: #a5a5a5;
  font-size: 1.4em;
  text-align: justify;
}
.enter-main-wrapper .content-warning-wrapper .content-warning .enter-message {
  text-align: center;
  color: white;
  overflow: hidden;
  font-size: 2em;
}
.enter-main-wrapper .content-warning-wrapper .content-warning .enter-message p {
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
  height: auto;
  overflow-y: visible;
}
.enter-main-wrapper .content-warning-wrapper .content-warning .enter-message a {
  text-decoration: none;
  color: white;
}
.enter-main-wrapper .content-warning-wrapper .content-warning .enter-message .enter {
  color: #0e85ff;
}
.enter-main-wrapper .content-warning-wrapper .mobile-logos {
  display: inline-block;
  margin-top: 3.3%;
  vertical-align: top;
  text-align: left;
  margin-left: 1.5%;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  .enter-main-wrapper .content-warning-wrapper .content-warning {
    display: block;
  }
  .enter-main-wrapper .content-warning-wrapper .mobile-logos {
    margin-top: 15px;
	text-align: center;
    display: block;
    width: 100%;
  }
  .enter-main-wrapper .content-warning-wrapper .mobile-logos {
	margin-top:4.8%;
  }
}
@media screen and (max-width: 720px) {
  .enter-main-wrapper .content-warning-wrapper .content-warning h2 {
    font-size: 1.4em;
  }
  .enter-main-wrapper .content-warning-wrapper .content-warning p {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 540px) {
  .enter-main-wrapper .content-warning-wrapper .content-warning h2 {
    font-size: 1em;
  }
}
