.project-nose {
  /*.jumbo-wrap {
    position: relative;
    padding-bottom: 46.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;

    max-width: 1600px;
    margin:0 auto;
  }

  .jumbo-inner {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    background-size: contain;
    transform: translate(-50%, 0);
    @media (min-width: 375px) {
      background-size: cover;
    }

  }

  .jumbo-digital {
    font-size: 22px;
    font-weight: 500;
    color: red;
    text-transform: uppercase;
    position: absolute;
    bottom: 5px;
    left: 37%;
    @media (min-width: 768px) {
      left: 44%;
    }
  }*/
  /*.jumbo-inner {
    background: url(/images/annual_reports/46230/main.jpg) no-repeat center center ;
    background-size: cover;

  }*/
  /*.jumbo-digital {
        text-align: center;
        font-size: 22px;
        font-weight: 500;
        color: red;
        text-transform: uppercase;
        position: absolute;
        bottom: 2%;
        left: 50%;
        transform: translate(-50%, 0);
        @media (min-width: 768px) {
          bottom: 10%;
        }
        @media (min-width: 1084px) {
          bottom: 16%;
        }

   }*/
}
.project-nose .jumbo {
  background: url(/images/annual_reports/46230/main.jpg) center bottom no-repeat;
  background-size: cover;
}
@media all and (min-width: 1600px) {
  .project-nose .heading {
    padding: 30px 0 30px;
  }
}
.project-nose .interview-inner .heading {
  font-size: 14px;
}
@media all and (min-width: 768px) {
  .project-nose .interview-inner .heading {
    font-size: 22px;
  }
}
.project-nose .interview-inner .q {
  font-weight: normal !important;
}
.project-nose .picture {
  position: relative;
  padding-bottom: 46.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  /*@media screen and (min-width: 425px) {
      padding-bottom: 64.25%;
    }*/
  max-width: 1600px;
  margin: 0 auto;
}
.project-nose .picture-inner {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background-size: contain;
  transform: translate(-50%, 0);
}
@media (min-width: 375px) {
  .project-nose .picture-inner {
    background-size: cover;
  }
}
.project-nose .jumbo-wrap {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}
.project-nose .jumbo-inner {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  transform: translate(-50%, 0);
}
/*# sourceMappingURL=46230.css.map */