@media only screen and (min-width: 1025px) {
  .jux-desciption {
    width: 64%;
  }
  .jux-more-data {
    width: 33%;
  }
}
@media only screen and (min-width: 780px) and (max-width: 1024px) {
  .jux-desciption {
    width: 64%;
  }
  .jux-more-data {
    width: 33%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 780px) {
  .jux-desciption {
    width: 64%;
  }
  .jux-more-data {
    width: 32%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .jux-desciption {
    width: 100%;
  }
  .jux-more-data {
    width: 100%;
  }
}
#jux_portfolio_pro {
  float: left;
  width: 100%;
}
#jux_portfolio_pro .jux-footer {
  margin-top: 30px;
  margin-bottom: 50px;
  float: left;
  width: 100%;
}
#jux_portfolio_pro .jux-footer .jux-desciption {
  float: left;
  margin-right: 3%;
}
