.vlt-timeline-item ul {
  display: block;
  padding: 0;
}
.vlt-timeline-item ul li {
  display: inline-block;
  width: 54px;
  height: 50px;
  padding-top: 3px;
  vertical-align: top;
}
.vlt-timeline-item ul li + li {
  padding-top: 0;
  width: calc(100% - 60px);
}
.vlt-section__ken-burn-background img {
  opacity: 0.1;
}
.vlt-section__ken-burn-background img.lighter {
  opacity: 0.3;
}
#CoverPhotoX img {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; /*IE*/
}
.vlt-section__ken-burn-background:before,
.vlt-section__projects-background:after {
  background-color: #000;
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
}

.vlt-section__projects-background:after {
  opacity: 0.7;
}

.text-right {
  text-align: right;
}

.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}


@media only screen and (min-width: 576px) {
    .xs-only {
        display: none;
    }
}
@media only screen and (max-width: 575px) {
    .hide-xs {
        display: none;
    }
    .vlt-project-excerpt {
        margin-top: 1rem;
        margin-bottom: 0;
    }
    .vlt-project-title {
        font-size: 2rem;
    }
}