@charset "UTF-8";

.image-wrapper {
  line-height: 0;
}

.image-wrapper img {
  width: 100%;
}

@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) {}

@media screen and (min-width: 1200px) {}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 999px) {


@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;
  }

  .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) {

  .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) {}
}

@media print {

  .image-wrapper {
    width: 320px;
    height: 168px;
    overflow: hidden;
    float: left;
    position: relative;
    border: 1px solid #aaaaaa;
    text-align: center;
  }

  .content-wrapper {
    width: calc(100% - 380px);
    float: right;
  }

  .content-wrapper {
      padding-top: 7px;
    }
}
