#descriptionImage{
  width: 534px;
  height: 356px
}

.portfolioImage{
  max-width: 850px !important;
  max-height: 455px;
}

.portrait{
  width: 340px !important;
  height: 275px !important;
}

@media all and (max-width: 990px){
  .portrait{
    width: 660px !important;
    height: 535px !important;
  }

  .portfolioImage{
    width: 100%;
  }
}


@media all and (max-width: 500px){
  .formSmall{
    margin: 10px 0 0 0;
  }
}

@media all and (max-width: 400px){
  .portrait{
    width: 335px !important;
    height: 250px !important;
  }
}
