/* temporary */
.guides {
    display: none;
}
.library {
    display: none !important;
}
/* headshot */
.headshot:before {
    content: "";
    background-repeat: no-repeat;
    height: 461px;
    width: 404px;
    display: block;
    position: absolute;
    left: -68px;
    bottom: 165px;
    top: auto;
    right: 0;
    margin: auto;
    z-index: 0;
}
@media (min-width: 576px) {
    .headshot:before {
        display: none;
    }
    .headshot > .col:after {
        content: "";
        background-repeat: no-repeat;
        height: 461px;
        width: 404px;
        display: block;
        position: absolute;
        left: -137%;
        top: auto;
        bottom: 0;
        right: auto;
    }
    .headshot > .col:before {
		display:none;
        background: rgba(22, 40, 76, 0.9)!important;
        content: "";
        width: 200px;
        height: 100%;
        position: absolute;
        left: -100px;
        top: 0;
    }
   }
@media (min-width: 768px) {
  .headshot > .col:after {
        left: -103%;
    }
}
@media (min-width: 992px) {
  .headshot-box img {
        left: -45px;
        max-height: 350px;
    }
    .headshot > .col:after {
        left: -154%;
    }
}
@media (min-width: 1200px) {
  .headshot > .col:after {
    left: -130%;
  }
}