#machines {
  min-height: 865px;
}

@media (max-width: 767px) {
  #machines {
      margin-top: -90px;
      min-height: 540px;
  }
}
.product-page .product-cover h1 {
  max-width: 536px;
  width: 536px;
}

.modal-dialog {
  max-width: 700px;
}

.modal-content {
  background-color: transparent;
  border-width: 0;
}

.modal-header {
  border-width: 0;
}

.modal-header .close {
  position: absolute;
  right: 32px;
  top: 101px;
  background: #FF650D;
  opacity: 1;
  z-index: 999;
  color: #FFF;
  padding: 8px 13px;
  transition: all .3s;
}

@media (max-width: 767px) {
  .modal-header .close {
    top: 79px;
  }
}

.modal-header .close:hover {
  background: #fff;
  color: #FF650D;
}
