/* Colors */
/*#888888*/
/* Fonts */
/* Sizes */
.banner-text {
  top: calc(50% - 24px);
  position: absolute;
  text-align: center;
  width: 100%;
  color: white;
  font-family: "HelveticaIFAD", Helvetica, Arial, serif; }

h1.banner-image-header {
  font-size: 48px !important; }

.banner-image-subtext {
  font-size: 22px;
  font-weight: regular;
  top: calc(50% + 30px); }

.banner-image-wrapper {
  position: relative; }

/* resize images */
.banner-image {
  width: 100%;
  /*height: 700px;*/ }

.banner-image-credits {
  float: right;
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px;
  font-family: "HelveticaIFADSlim", Helvetica, Arial, serif; }