@import url("../../../../clients/aspire-redesign2019/styles/main.min.css");

.showsVideo:before {
  top: 40%;
}

@media screen and (min-width: 1100px) {

  .homeFeature:nth-of-type(2n) {
      margin-right: 30px;
  }

  .homeFeature:last-child {
      margin-right: 0;
  }

  .homeFeature {
      width: calc(33.333% - 20px);
  }
  
}

/* https://raisingit.atlassian.net/browse/DES-5761 */
.mainLogo {
  background-image: url("https://www.instructability.org.uk/Handlers/GetImage.ashx?IDMF=6dabe6f7-6abc-4f2c-843d-ea0a2ebae9f1");
}