.vlp-overlay section > header {
  height: 40px;
  padding: 15px 0;
}
.vlp-overlay section > header .vlp-social {
  margin-top: 2.5px;
}

.vlp-features-overlay {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  padding-bottom: 53px;
}
  .vlp-overlay .vlp-features-overlay #overlay-content {
    overflow: hidden;
    z-index: 1;
  }
  .vlp-features-overlay .article-container {
    width: 100%;
    padding-bottom: 0;
    background: none;
  }
  .vlp-features-overlay .article-container .headline-image {
    float: left;
    width: 66.6%;
  }
  .vlp-features-overlay .article-container .article-content {
    overflow: auto;
    float: right;
    width: 27.5%;
    height: 100%;
    padding: 0 3% 0 0;
  }

  .vlp-features-overlay .bullet-pagination {
    height: 53px;
  }
  .vlp-features-overlay .bullet-pagination li {
    padding: 15px 5px;
  }
