.aw-tease {
  position: relative; }
  .aw-tease ._thumbnail {
    width: 100%;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    height: 190px; }
    @media all and (min-width: 700px) and (max-width: 999px) {
      .aw-tease ._thumbnail {
        height: 210px; } }
    @media all and (min-width: 1000px) and (max-width: 1365px) {
      .aw-tease ._thumbnail {
        height: 210px; } }
    @media all and (min-width: 1366px) {
      .aw-tease ._thumbnail {
        height: 255px; } }
  .aw-tease ._no-thumbnail {
    position: absolute;
    width: 100%;
    height: 100%; }
  .aw-tease ._link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
