.starwars-container {
  width: 100%;
  padding-left: 5px;
  position: relative;
}

.starwars-img {
  width: 100%;
  border-radius: 5px;
}

.starwars-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  color: white;
  position: absolute;
  top: 20px;
  left: 470px;
}

.starwars-tutorial {
  position: absolute;
  height: 330px;
  padding: 5px;
  top: 70px;
}

.starwars-js-tutorial {
  right: 20px;
}

.starwars-blocks-tutorial {
  right: 270px;
}

.tutorial-box {
  background-color: rgba(0, 0, 0, 0.4);
  color:white;
  padding: 20px;
  border-radius: 5px;
}

.sw-h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: white;
}

.sw-header2 {
  padding: 10px;
}

.sw-disabled {
  font-size: 18px;
  height: 40px;
  background-color: #c6cacd;
  border-color: #c6cacd;
}

.sw-tutorial-info {
  height: 100px;
}

.sw-tutorial-specs {
  font-size: 12px;
  line-height: 16px;
}

.sw-try-button {
  font-size:18px;
  height:40px;
}

.header-banner {
  border-radius: 5px;
  width: 100%
}

@media screen and (min-width: 0px) and (max-width: 970px) {
  .starwars-tutorial {
    width: 50%;
    float: left;
    height: 220px;
    padding: 5px;
    padding-top: 10px;
    position: static;
  }

  .tutorial-box {
    background-image: url(/images/fit-520/starwars_carousel_background.jpg);
  }

  .starwars-heading {
    top: 15px;
    left: 290px;
  }

  .img-container {
    padding: 0px 5px;
  }
}

@media screen and (min-width: 0px) and (max-width: 512px) {
  .starwars-tutorial {
    width: 100%;
    height: 220px;
    position: static;
  }

  .starwars-heading {
    position: static;
    color: #00adbc;
    text-align: center;
  }

  .starwars-blocks-tutorial {
    /* When we hide the js tutorial, make the blockly tutorial take up whole width */
    width: 100%;
  }

  .tutorial-box {
    /* Ensure background doesn't repeat in the wider box */
    background-size: cover;
  }
}

@media screen and (min-width: 0px) and (max-width: 600px) {
  .padded-header {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .padded-smalltext {
    padding: 10px;
  }

  .header-banner {
    border-radius: 15px;
    padding: 10px;
  }
}
