@charset "UTF-8";

.image-wrapper {
  line-height: 0;
}

.image-wrapper img {
  width: 100%;
}

.image-wrapper span {
  position: absolute;
  background-color: #d2232a;
  color: #fff;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
  line-height: 67px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

@media screen and (min-width: 480px) {}

@media screen and (min-width: 768px) {

  .image-wrapper {
    width: 320px;
    height: 168px;
    overflow: hidden;
    float: left;
    position: relative;
  }

  .content-wrapper {
    width: calc(100% - 380px);
    float: right;
  }

}

@media screen and (min-width: 1000px) {

  .five-button .btn4 .btn,
  .five-button .btn5 .btn {
    margin-top: 30px;
  }

  .content-wrapper a {
    padding-top: 15px;
    display: inline-block;
  }

  .image-wrapper span {
    min-width: 228px;
    min-height: 60px;
    font-size: 29px;
  }

}

@media screen and (min-width: 1200px) {}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 999px) {

  .image-wrapper span {
    min-width: 180px;
    min-height: 50px;
    font-size: 24px;
    line-height: 50px;
  }

}

@media screen and (max-width: 767px) {

  .image-wrapper {
    max-width: 270px;
    height: 142px;
    position: relative;
    margin: 0px auto 10px auto;
    width: 100%;
    overflow: hidden;
  }

  .image-wrapper img {
    height: 142px;
    left: -50%;
    right: -50%;
    position: absolute;
    width: auto;
    display: block;
    margin: auto;
  }

  .content-wrapper {
    padding-top: 7px;
  }

  .five-button .btn5 .btn {
    margin-bottom: 0px;
  }

  .five-button .grid-sm-6 {
    margin: auto;
    max-width: 375px;
    width: 90%;
  }

  .five-button .btn {
    margin-bottom: 15px;
  }

  .content-wrapper a {
    margin-top: 10px;
    display: inline-block;
  }

}

@media screen and (max-width: 479px) {}

@media screen and (min-width: 480px) and (max-width: 767px) {}

@media screen and (min-width: 768px) and (max-width: 999px) {

  .five-button .btn3 .btn,
  .five-button .btn4 .btn,
  .five-button .btn5 .btn {
    margin-top: 30px
  }

  .content-wrapper a {
    padding-top: 10px;
    display: inline-block;
  }

  .image-wrapper {
    width: 270px;
    height: 142px;
  }

  .content-wrapper {
    width: calc(100% - 300px);
  }

}

@media screen and (min-width: 1000px) and (max-width: 1199px) {

  .five-button .btn3 .btn {
    margin-top: 30px
  }

}



@media print {
.image-wrapper {
    width: 320px;
    height: 168px;
    overflow: hidden;
    float: left;
    position: relative;
  }

  .content-wrapper {
    width: calc(100% - 380px);
    float: right;
  }

.five-button .grid-sm-6 {
    width: 33.33%;
    margin: auto;
    float: left;
    margin-bottom: 15px;
  }

}
