/*Brochure Image*/
.node--type-brochures .product__top--one .product__left__one img, .node--type-product-display .product__top--one .product__left__one img{
  padding-right: 25px;
  padding-left: 25px;
}
/*Block Sticky*/
@media only screen and (max-width: 767px) {
    .node--type-brochures .block__sticky .sticky-image-section .sticky-node-image {
    width: auto;
    border: 1px solid #f38c0d;
    margin-right: 0;
    margin-top: 10px;
    }
    
    .node--type-brochures .block__sticky .sticky-image-section {
    width: 100%;
    flex-direction: column;
    }
}