
.jury-page {
  margin-bottom: 20px;
}

.jury-page-title {
  text-align: center;
}

.jury-container-title {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 60px;
}

.jury-container-title:first-of-type {
  margin-top: 0;
}

.one-jury-container > div {
  width: 100%;
  display: inline-block;
}

.one-jury-container {
  display: inline-block;
  width: calc(100% - 20px);
  min-height: 100px;
  padding: 10px;
  margin-top: 30px;
}

.one-jury-picture-container {
  height: 100%;
  width: auto !important;
  margin: 0 0 10px 20px;
  float: right !important;
  text-align: center;
}

.one-jury-picture {
  display: inline-block;
  float: left;
  width: 200px;
  height: 200px;
  background-size: cover;
  background-position: top center;
}

.one-jury-picture img {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

.one-jury-info-container {
  width: calc(100% - 20px) !important;
  padding: 10px;
}

.one-jury-name {
  width: 100%;
  padding: 0 0 10px 0;
}

.one-jury-name strong {
  padding-top: 5px;
  font-weight: bold;
}

.one-jury-name *, .jury-container-title *, .one-jury-countries, .one-jury-areas {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.one-jury-areas {
  width: 100%;
  font-weight: bold;
}

.one-jury-countries {
  width: 100%;
  font-weight: bold;
}

.one-jury-about {
  width: 100%;
  padding-top: 20px;
  text-align: justify;
  max-width: calc(100% - 220px);
}

@media(max-width: 600px) {
  .one-jury-picture-container {
    margin: 0;
  }

  .one-jury-info-container > div {
    float: left;
  }

  .one-jury-picture-container {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .one-jury-picture {
    float: none;
  }

  .one-jury-about {
    max-width: 100%;
  }
}

@media(max-width: 280px) {
  .one-jury-picture {
    width: 100%;
    height: calc(100vw - 60px);
  }
}
