/* temporary */
.guides {
    display: none;
}
.library {
    display: none !important;
}
.learn {
  display: none;
}

.headshot > .col:after{
    background-size: contain !important;
    background-position: bottom !important;
}
    .headshot:before{
      background-size: contain;
    }
.headshot-column{
  left: 4%;
}

@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: -122%;
        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;
    }
   }