#main {
  position: relative;
  background: linear-gradient(#E9DDC7, #fff);
}
#main:before {
  content: '';
  display: block;
  background: url(../img/planes.svg) center 56px no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50px;
  top: 0;
}
.entry {
  color: #4a4a4a;
  text-align: center;
  padding-top: 135px;
}
.entry h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
  color: #000;
}
.entry .define {
  font-size: 16px;
}
.entry .screenshoot {
  margin-top: 132px;
}
.colored-entry {
  background: #F5A623;
}
.colored-entry:before {
  background: url(../img/fall-gold.svg) center bottom no-repeat;
}
.gray-box .screenshoot,
.white-box .screenshoot {
  margin-top: 120px;
}
.modes {
  padding-top: 80px;
}
.modes .screenshoot {
  margin-top: 100px;
}
@media all and (max-width:720px) {
  .entry {
    padding-top: 4.5rem;
  }
  .entry h2 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.7rem;
  }
  .entry .define {
    font-size: 0.7rem;
    margin: 0 auto;
  }
  .entry .screenshoot {
    width: 85%;
    margin: 6.7rem auto 3rem auto;
  }
  .entry .screenshoot img {
    width: 100%;
  }
  .gray-box,.white-box {
    margin-bottom: 8rem;
  }
  .gray-box .screenshoot,
  .white-box .screenshoot {
    margin-top: 2rem;
  }
  .broadcast {
    margin-bottom: 4rem;
  }
  #main:before {
    background: url(../img/planes.svg) -3rem 5rem no-repeat;
    background-size: 150%;
    left: 0;
  }
  .modes {
    padding-top: 0;
  }
  .colored-entry:before {
    background: url(../img/fall-gold.svg) center -8rem no-repeat;
    background-size: 150%;
  }
}