.contest {
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: 0px auto;
  min-height: calc(100vh - 280px);
  padding-bottom: 50px; }

.contest-bg {
  height: 815px;
  background-image: url("../img/contest.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .contest-bg img {
    width: 266px;
    height: 275px; }

.contest-text {
  color: #FFFFFF;
  font-size: 32px;
  text-align: center;
  background-color: #000B25;
  padding: 12px;
  z-index: 99; }
  .contest-text p {
    margin: 0; }

@media screen and (max-width: 768px) {
  .contest-bg {
    height: 400px; }
    .contest-bg img {
      width: 146px;
      height: 155px; }
  .contest-text {
    font-size: 18px;
    padding: 10px; } }

@media screen and (max-width: 414px) {
  .contest-bg {
    height: calc(100vh - 120px); }
    .contest-bg img {
      width: 106px;
      height: 115px; } }
