@font-face {
  font-family: "oswald-regular";
  src: url("fonts/Oswald/Oswald-Regular.ttf");
}
@font-face {
  font-family: "oswald-light";
  src: url("fonts/Oswald/Oswald-Light.ttf");
}
#euetfa-exhibition-banner {
  background-color: #fff;
  background-image: url('img/eutf_exibition_foto_header_768x604.jpg');
  background-position-y: 65%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 250px;
}

.euetfa-exhibition-text {
  position: absolute;
  bottom: 0;
  background-color: #333;
  color: #fff;
  padding: 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.euetfa-exhibition-text h3 {
  font-family: oswald-light, sans-serif;
  letter-spacing: 0.10em;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 0;
  flex-grow: 2;
}

.euetfa-exhibition-link {
  padding: 10px;
  background-color: #0e66a0;
  text-align: center;
  width: 120px;
}

a.euetfa-exhibition-link span:last-of-type {
  display: none;
}

a[href*=storiesfromafrica]:after {
  content: none!important;
}

a.euetfa-exhibition-link,
a.euetfa-exhibition-link:link,
a.euetfa-exhibition-link:active,
a.euetfa-exhibition-link:focus,
a.euetfa-exhibition-link:hover,
a.euetfa-exhibition-link:visited {
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-size: 85%;
  font-weight: bold;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

  #euetfa-exhibition-banner {
    height: 65vh;
  }
  .euetfa-exhibition-link {
    width: auto;
}
  a.euetfa-exhibition-link span:last-of-type {
    display: unset;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

  #euetfa-exhibition-banner {
    background-image: url('img/eutf_exibition_foto_header_1024x805.jpg');
    background-position-y: 37%;
  }
  .euetfa-exhibition-text h3 {
    flex-grow: 0;
  }
  .euetfa-exhibition-text {
    padding: 20px 40px;
  }

  .euetfa-exhibition-logos {
    min-height: 55px;
    min-width: 140px;
    background-image: url(img/logo-euetfa.svg), url(img/logo-eu.png);
    background-repeat: no-repeat;
    background-position: center left, right;
    background-size: contain;
    margin-left: 5%;
  }

}

@media screen and (min-width: 1024px) {

  #euetfa-exhibition-banner {
    background-image: url('img/eutf_exibition_foto_header_1400x1100.jpg');
    height: 520px;
  }

  .euetfa-exhibition-text br:first-of-type {
    display: none;
  }

  .euetfa-exhibition-link {
    width: 260px;
    margin: 10px 47px 12px 58px;
  }

}

@media screen and (min-width: 1440px) {
  #euetfa-exhibition-banner {
    height: 65vh;
  }

  .euetfa-exhibition-text {
    padding: 20px 80px;
  }
  .euetfa-exhibition-text br:last-of-type {
    display: none;
  }
}
