.fullscreen-image-slider .orbit-image {
  width: 100%;
  height: 100%;
}

.fullscreen-image-slider .orbit-caption {
  bottom: 50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  background: none;
  text-align: center;
  color: #fefefe;
  font-weight: bold;
  padding-left: 25%;
  padding-right: 25%;
  font-size: 1em;
}

.fullscreen-image-slider .orbit-caption p {
  padding: 15px;
  background-color: rgba(2,2,2,0.7);
  line-height: 1.4em;
}
