/*
#hero-div {
  background: url('/images/lirn_homepage_hero.jpg') no-repeat center top;
  background-size: 1440px 815px;
  height: 815px;
}

@media (max-width: 991.98px) and (orientation: portrait) {
  #hero-div {
    background: #fbfcfe url('/images/lirn_hero_mobile.png') no-repeat center top;
    background-size: cover;
    height: 650px;
  }
}

.lirn-ribbon {
  background-color: #7b2b89;
  border-width: 2px 0;
  padding: 0.25em 0 0.25em 29px;
  margin-right: 1.6em;
  font-weight: bold;
  margin: 20px 0;
  line-height: 34px;
  position: relative;
  user-select: none;
  left: -29px;
  width: 6em;
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
}

.lirn-ribbon::after {
  content: "";
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  position: absolute;
  top: -12px;
  left: 4.9em;
  right: 0;
  color: #27106b;
  background-color: #27106b;
  height: 36px;
  width: 36px;
}

.card {
  color: #fbfcfe;
  background-color: #27106b;
}

.card a {
  color: $lirn-yellow;
}

#hero-text h1 {
  font-size: 58px;
}

#services {
  background-color: #27106b;
  color: #fbfcfe;
}

#do-more-image {
  background: url('/images/lms_graphic_comp.jpg') no-repeat center top;
  background-size: 868px 548px;
  height: 548px;
}

@media (max-width: 991.98px) and (orientation: portrait) {
  #do-more-image {
    background: #fbfcfe; url('/images/lirn_library_graphic.png') no-repeat center top;
    background-size: cover;
    height: 650px;
  }
}

#do-more-image picture {
  width: auto;
}

#program-icons {
  height: 150px;
}

#program-icons img {
  height: 52px;
  width: auto;
}

#librarian {
  background: #f6f7fd url(/images/large_icon_watermark.svg) no-repeat left center;
}
*/
