/* ************************************* */
/*                                       */
/* Cover                                 */
/*                                       */
/* ************************************* */

/* ************************************* */
/* Sections                              */
/* ************************************* */

.section--cover {
  padding-right:0;
}

@media only screen and (min-width: 992px) {

  .section--cover {
    padding-right:300px;
  }

}


/* ************************************* */
/* Elements                              */
/* ************************************* */

.cover-preview {
  width:150px;
  height:150px;
  position:absolute;
  left:50%;
  bottom:0;
  overflow:hidden;
  display:none;
}

@media only screen and (min-width: 768px) {

    .cover-preview {
        display:block;
    }
    .section--cover {
        padding-right:300px;
    }

}

.cover-preview--right {
  right:0;
  left:auto;
}

.cover-preview--large {
  width:300px;
  height:300px;
}

.cover-preview:before {
    content: "";
    position: absolute;
    width:150px;
    height:150px;
    top:50%;
    left:10px;
    background: url(../../../images/product_images/original_images/243891_0.jpg) 0 0 no-repeat;
    transform: rotate(5deg);
    background-size: contain;
}

.cover-preview--large:before {
    width:250px;
    height:250px;
}
