.ms-time-bar {
  border: none !important;
}

.ms-layer > * {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.ms-layer > * > * {
  margin: 0;
}

.ms-layer > :first-child {
  margin-top: 0 !important;
}

.ms-layer > :last-child {
  margin-bottom: 0 !important;
}

.ms-slide-title {
  line-height: 1;
  margin-bottom: 0;
}

/* Overlay */
.ms-slide-bgcont:after, .ms-slide-bgvideocont:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
