@import url(https://use.typekit.net/vin2dio.css);
.full__banner__component {
  position: relative;
  width: calc(100vw - 0.6rem);
  left: calc(-50vw + 50%);
}

.full__banner__component .experience-component .common-image-filter {
  max-height: none;
}
.full__banner__component .experience-component .mainbanner-figure .image-heading-container {
  width: 100%;
  max-width: 1366px;
  margin: auto;
  margin-bottom: 38px;
  right: 0;
  left: 0;
  padding: 0 110px !important;
}

@media (max-width: 991.98px) {
  .full__banner__component {
    right: 30px;
    width: 100vw;
  }
}
