@media only screen and (max-width: 1500px) {
  .container:not(.contextual-region .container) {
    width: calc(100% - 50px) !important;
    max-width: calc(100% - 50px) !important;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .container:not(.contextual-region .container) {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.showreel .showreel-item .showreel-body {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1.875rem;
  border: 4px solid transparent;
  transition: 0.5s all;
}
.showreel .showreel-item .showreel-body:hover {
  border-color: #00608f;
}
.showreel .showreel-item .showreel-body:hover .showreel-title {
  bottom: 70px;
}
.showreel .showreel-item .showreel-body:hover .showreel-btn {
  bottom: 0.938rem;
}
.showreel .showreel-item .showreel-body .showreel-btn {
  padding: 0 37px;
  height: 30px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #00608f;
  transition: 0.5s all;
  display: flex;
  align-items: center;
  justify-content: center;
}
.showreel .showreel-item .showreel-body .showreel-btn:hover {
  padding: 0 42px;
}
.showreel .showreel-item .showreel-body .showreel-img {
  min-height: 140px;
  display: flex;
  justify-content: center;
}
.showreel .showreel-item .showreel-body .showreel-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
}
.showreel .showreel-item .showreel-body .showreel-img img {
  width: 100%;
  margin-bottom: 0;
}
.showreel .showreel-item .showreel-body .showreel-title {
  position: absolute;
  left: 1.875rem;
  bottom: 1.875rem;
  color: #fff;
  font-size: 1.25rem;
  padding-right: 1.875rem;
  z-index: 11;
  transition: 0.5s all;
  pointer-events: none;
}
.showreel .showreel-item .showreel-body .showreel-btn {
  z-index: 1;
  position: absolute;
  bottom: -30%;
  left: 1.875rem;
}
.showreel .showreel-item .showreel-body .showreel-btn:hover {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .showreel .showreel-item .showreel-body .showreel-img img {
    width: 100%;
  }
  .showreel .showreel-item .showreel-body .showreel-title {
    font-size: 0.938rem;
    left: 1.25rem;
    bottom: 60px;
  }
  .showreel .showreel-item .showreel-body .showreel-btn {
    left: 1.25rem;
    bottom: 10px;
    transform: scale(0.85);
    transform-origin: left top;
  }
}
@media only screen and (max-width: 320px) {
  .showreel .showreel-item .showreel-body .showreel-title {
    bottom: 45px;
  }
  .showreel .showreel-item .showreel-body .showreel-btn {
    left: 1.25rem;
    bottom: 5px;
    transform: scale(0.65);
    transform-origin: left bottom;
  }
}
.showreel .modal-body {
  font-size: 15px;
  padding-left: 36px;
  padding-right: 36px;
}
.showreel .modal-body a {
  color: #0090cc;
  text-decoration: none;
}
.showreel .modal-body a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) and (max-width: 1092px) {
  .showreel-item {
    height: 300px;
  }
  .showreel-item .showreel-body, .showreel-item .showreel-img {
    height: 100%;
  }
  .showreel-item .showreel-title {
    font-size: 14px !important;
  }
}

/*# sourceMappingURL=showreel.css.map */
