.synthesis-table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
}

.synthesis-icon {
  max-height: 300px !important;
  max-width: 300px !important;
}


.synthesis-table-cell-icon {
  width: 100px;
}


@media only screen and (max-width: 200px) {
  .synthesis-icon {
    max-height: 30px !important;
    max-width: 30px !important;
  }
  .synthesis-table-cell-icon {
    width: 40px;
  }
}
@media only screen and (min-width: 200px) and (max-width: 300px) {
  .synthesis-icon {
    max-height: 40px !important;
    max-width: 40px !important;
  }
  .synthesis-table-cell-icon {
    width: 50px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 400px) {
  .synthesis-icon {
    max-height: 50px !important;
    max-width: 50px !important;
  }
  .synthesis-table-cell-icon {
    width: 60px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 500px) {
  .synthesis-icon {
    max-height: 75px !important;
    max-width: 75px !important;
  }
  .synthesis-table-cell-icon {
    width: 100px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 600px) {
  .synthesis-icon {
    max-height: 90px !important;
    max-width: 90px !important;
  }
  .synthesis-table-cell-icon {
    width: 120px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 800px) {
  .synthesis-icon {
    max-height: 120px !important;
    max-width: 120px !important;
  }
  .synthesis-table-cell-icon {
    width: 150px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1000px) {
  .synthesis-icon {
    max-height: 140px !important;
    max-width: 140px !important;
  }
  .synthesis-table-cell-icon {
    width: 180px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .synthesis-icon {
    max-height: 160px !important;
    max-width: 160px !important;
  }
  .synthesis-table-cell-icon {
    width: 200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .synthesis-icon {
    max-height: 220px !important;
    max-width: 220px !important;
  }
  .synthesis-table-cell-icon {
    width: 260px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .synthesis-icon {
    max-height: 240px !important;
    max-width: 240px !important;
  }
  .synthesis-table-cell-icon {
    width: 280px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .synthesis-icon {
    max-height: 300px !important;
    max-width: 300px !important;
  }
  .synthesis-table-cell-icon {
    width: 400px;
  }
}
@media only screen and (min-width: 1920px) {
  .synthesis-icon {
    max-height: 400px !important;
    max-width: 400px !important;
  }
  .synthesis-table-cell-icon {
    width: 500px;
  }
}

.synthesis-img {
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .synthesis-img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  .synthesis-img {
    max-width: 500px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1600px) {
  .synthesis-img {
    max-width: 800px;
  }
}
@media only screen and (min-width: 1600px) {
  .synthesis-img {
    max-width: 800px;
  }
}


.synthesis-table-row {
  vertical-align: middle;
}

.synthesis-module {
  text-align: center;
  width: 100%;
  display: block;
}

