body {
  background-color: rgb(255, 255, 255);
  font: 400 1em/1.38 Helvetica;
  color: rgb(255, 255, 255);
}

.element {
  position: relative;
  float: left;
  z-index: 0;
  width: 107.1666666666%;
  height: 160px;
  margin-top: 88px;
  background-color: rgb(14, 63, 106);
}

.image {
  display: block;
  position: relative;
  float: left;
  z-index: 1;
  width: 249px;
  height: auto;
  margin: -160px 0 0 61.33203%;
  overflow: hidden;
}

.text {
  display: inline-block;
  position: relative;
  float: left;
  clear: both;
  z-index: 2;
  margin: -93px 0 0 15.74349%;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.38;
  text-align: center;
  letter-spacing: 4px;
  color: rgb(255, 255, 255);
}

@media(max-width: 600px) {
  .element {
    position: relative;
    z-index: 0;
    width: 100%;
    margin-top: 57px;
  }

  .image {
    position: relative;
    z-index: 1;
    height: auto;
    margin-left: 48.5%;
  }

  .text {
    position: relative;
    z-index: 2;
    margin-left: 15.74219%;
  }
}

@media(max-width: 400px) {
  body {
    font-size: 0.75em;
  }

  .element {
    position: relative;
    z-index: 0;
    margin-top: 55px;
  }

  .image {
    position: relative;
    z-index: 1;
    height: auto;
    margin-left: 37.75%;
  }

  .text {
    position: relative;
    z-index: 2;
    margin-left: 5.54688%;
    font-size: 12px;
  }
}