@media only screen and (min-width: 1025px) {
  .jux-wrapper .hover_content {
    width: 64%;
  }
  .jux-wrapper .hover_content .jux-content {
    width: 50%;
  }
  .jux-wrapper .content-footer {
    width: 33%;
  }
}
@media only screen and (min-width: 780px) and (max-width: 1024px) {
  .jux-wrapper .hover_content {
    width: 64%;
  }
  .jux-wrapper .hover_content .jux-content {
    width: 50%;
  }
  .jux-wrapper .content-footer {
    width: 33%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 780px) {
  .jux-wrapper .hover_content {
    width: 48%;
  }
  .jux-wrapper .hover_content .jux-content {
    width: 100%;
  }
  .jux-wrapper .content-footer {
    width: 48%;
  }
}
@media only screen and (max-width: 480px) {
  .jux-wrapper .hover_content {
    width: 100%;
  }
  .jux-wrapper .hover_content .jux-content {
    width: 100%;
  }
  .jux-wrapper .content-footer {
    width: 100%;
  }
}
#jux_portfolio_pro {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
}
#jux_portfolio_pro .jux-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  margin-bottom: 50px;
}
#jux_portfolio_pro .jux-wrapper .hover_content {
  margin-right: 3%;
}
#jux_portfolio_pro .jux-wrapper .content-footer {
  height: auto;
  float: left;
}
#jux_portfolio_pro .jux-content {
  float: left;
  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;
  webkit-transform: scale(0.9);
  transform: scale(0.9);
}
