@media only screen and (min-width: 1025px) {
  #jux_portfolio_pro .jux-wrapper .image {
    width: 60%;
  }
  #jux_portfolio_pro .jux-wrapper .content {
    width: 37%;
  }
}
@media only screen and (min-width: 780px) and (max-width: 1024px) {
  .jux-wrapper .image {
    width: 60%;
  }
  .jux-wrapper .content {
    width: 37%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 780px) {
  .jux-wrapper .image {
    width: 60%;
  }
  .jux-wrapper .content {
    width: 35%;
  }
}
@media only screen and (max-width: 480px) {
  .jux-wrapper .image {
    width: 100%;
  }
  .jux-wrapper .content {
    width: 100%;
  }
}
#jux_portfolio_pro .jux-wrapper {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 100px;
}
#jux_portfolio_pro .jux-wrapper .content {
  margin-left: 20px;
  height: auto;
  float: left;
}
#jux_portfolio_pro .jux-content {
  float: left;
  width: 100%;
  position: relative;
}
#jux_portfolio_pro .jux-content .item-info {
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  transform: scale(0.7);
  background-color: #00000096;
  transition: all 0.35s ease-in-out;
}
#jux_portfolio_pro .jux-content:hover .item-info {
  top: 0;
  opacity: 0.9;
  transform: scale(0.9);
}
