@media screen and (min-width: 768px) {
  .turns-10-logo {
    width: 300px;
  }
}

@media screen and (min-width: 992px) {
  html, body {
    font-size: 20px;
  }
  .main-container {
    padding-top: 124px!important;
  }
  .menu-container {
    height: 39px;
  }
  .menu-item {
    line-height: 39px;
    font-size: 14px;
  }
  .header-text {
    font-size: 16px;
  }
  .content-container {
    height: 671px;
    background: url(../img/bg.jpg);
    background-size: auto;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 48px;
  }
  .container-inner {
    width: 50%;
    min-height: 500px;
  }
  .list-container {
    margin-top: 110px
  }
  .list {
    width: 50%;
    float: left;
    text-align: center;
    line-height: 20px;
  }
  .turns-10-logo {
    width: 400px;
  }
  .ghost {
    display: initial;
  }
  .ghost2 {
    display: none;
  }
  .shutterstock-button {
    background-image: -webkit-linear-gradient(to bottom, #fd291f 0, #a00702 100% 100%)!important;
    background-image: -o-linear-gradient(to bottom, #fd291f 0, #a00702 100% 100%)!important;
    background-image: linear-gradient(to bottom, #fd291f 0, #a00702 100% 100%)!important;
    background-repeat: repeat-x;
    font-size: 32px!important;
    font-weight: 700;
    color: #fff;
    line-height: auto;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    text-transform: none;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    display: inline-block;
    user-select: none;
    white-space: nowrap;
    overflow: visible;
    align-items: flex-start;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 10px 50px;
    border: 1px solid #ccc!important;
    border-color: #b22520!important;
    border-radius: 4px!important;
    box-shadow: inset 0 1px 0 rgba(242, 164, 162, .6), 0 1px 2px rgba(0, 0, 0, .05)!important;
  }
  .footer01 {
    max-width: 30%!important;
  }
  .footer02 {
    max-width: 30%!important;
  }
  .footer03 {
    max-width: 40%!important;
  }
}