.media-cookbook {
  position: relative;
  display: block;
  text-align: center;
}
.media-cookbook img {
  width: 94px;
  height: 126px;
  margin-left: 3px;
}

.large-spiral {
  position: absolute;
  top: 0;
  left: -12px;
  width: 26px;
  height: 100%;
  background: url(../images/cookbook/medium-spiral-binder.png);
}

.media-cookbook-lg img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.related-cookbooks {
  margin-bottom: 20px;
  text-align: center;
}
.related-cookbooks .cb-block {
  width: 73px;
  height: 94px;
  position: relative;
  margin: 0 10px 10px;
  display: inline-block;
}
.related-cookbooks img.cb {
  width: 73px;
  height: 94px;
  border: 1px solid #abc;
}

/* tablet */
/* desktop */
@media (min-width: 992px) {
  /* -- START COOKBOOK -- */
  .cookbook-dialog-sprite {
    display: inline-block;
    overflow: hidden;
    background: url(../images/cookbook/cookbook-dialog-sprite_328be39.png) no-repeat;
  }

  .duplicate-cookbook {
    width: 77px;
    height: 90px;
    background-position: -0px -0px;
  }

  .edit-cookbook {
    width: 59px;
    height: 89px;
    background-position: -77px -0px;
  }

  .look-inside {
    width: 52px;
    height: 90px;
    background-position: -136px -0px;
  }

  .recipes-i-posted {
    width: 75px;
    height: 92px;
    background-position: -0px -90px;
  }

  .start-with-blank-book {
    width: 54px;
    height: 90px;
    background-position: -75px -90px;
  }

  .start-with-my-recipe-box {
    width: 87px;
    height: 78px;
    background-position: -129px -90px;
    margin-bottom: 13px;
  }

  .cookbook-start-button {
    width: 140px;
    height: 184px;
    background: url(../images/cookbook/start-cookbook_80f729d.png) no-repeat 0px -184px;
  }

  .cookbook-instruction {
    color: #487a9a;
    text-align: center;
  }

  #cookbook-container {
    width: 730px;
    position: relative;
    z-index: 2;
  }

  .l-ad-disabled #cookbook-container {
    margin-top: 60px;
  }
}
