@media screen and (min-width: 1760px) {
  .team-desc {
    padding-left: 8px;
    flex:1 1;
  }
}

@media screen and (max-width: 1760px) {
  #content {
    max-width:880px;
  }

  iframe {
    width: 560px;
    height: 315px;
  }
  
  .team-desc {
    padding-left: 8px;
    flex:1 1;
  }

  .team-desc>.flex-container {
    width: 500px;
  }
}

@media screen and (max-width 1440px) {
}

@media screen and (max-width: 1430px) {
  /************** booklet **************/

  div.reveal > object {
    height: 600px;
    width: 700px;
  }
}


@media screen and (max-width: 1350px) {
  #content {
    max-width:700px;
  }
}

@media screen and (max-width: 1350px) {
  #content {
    max-width:700px;
  }
}

@media screen and (max-width: 1125px) {
  /************** booklet **************/

  div.reveal > object {
    height: 600px;
    width: 415px;
  }
}

@media screen and (max-width: 1170px) {
  #content {
    max-width:560px;
  }
}

@media screen and (max-width: 1030px) {
  #content {
    max-width:415px;
  }
}

@media screen and (max-width: 879px) {
  #content {
    max-width:305px;
  }
}

@media screen and (max-width: 879px) {
  #content {
    max-width:305px;
  }

  article.cimer img {
  max-height: 95px;
  }

  table {
    min-width: 500px;
    max-width: 500px;
  }
}

@media screen and (max-width: 760px) {
  #content {
    max-width:600px;
  }
}

@media screen and (max-width: 760px) {
  .mainnav a:not(:first-child) {display: none;}
  .mainnav a.icon {
    float: right;
    display: block;
    color: #c9bf8e;
    font-size: 1.2em;
  }
  
  div.mainnav {
  float: none;
  height:auto;
  margin-top: 0;
  min-height: 0;
  width: 100%;
  }


  div.mainnav br {
    display:none;
  }

  .mainnav.responsive {position: relative;}
  .mainnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
    color: #c9bf8e;
    font-size: 1.2em;
    border-bottom:0;
  }

  .mainnav a {
    font-size: 1.2em;
    font-family: Helvetica;
    text-decoration: none;
    color: #404040;
    text-transform: uppercase;
  }

  .mainnav a.active {
    padding-left: 10px;
    line-height: 2.4em;
  }

  .mainnav.responsive a{
    float: none;
    display: block;
    text-align: center;
    padding: 1em;
    font-size: 1.2em;
    font-family: Helvetica;
    text-decoration: none;
    color: #404040;
    text-transform: uppercase;
    border-bottom: 1px solid #eeeeee;
  }
} 

@media screen and (max-width: 680px){
  .img-magnifier-container img {
    max-width: 340px;
    max-height: 200px;
  }

  .img-magnifier-glass {
    width: 100px;
    height: 100px;
  }

  iframe {
    width: 400px;
    height: 265px;
  }

}


@media screen and (max-width: 465px) {
  /************** booklet **************/

  div.reveal > object {
    height: 600px;
    width: 340px;
  }

  iframe {
    width: 350px;
    height: 200px;
  }
}

@media screen and (max-width: 400px){
    .img-magnifier-container img {
    max-width: 310px;
    max-height: 160px;
  }

  .img-magnifier-glass {
    width: 70px;
    height: 70px;
  }

}


@media screen and (max-width: 375px) {
  article.cimer img {
    max-height: 75px;
  }

  .socialp {
    width: 220px;
  }

  table {
    max-width: 300px;
    min-width: 300px;
  }
  iframe {
    width: 300px;
    height: 150px;
  }
}

@media screen and (max-width: 328px) {
  article.cimer img {
    max-height: 62px;
  }

    /************** booklet **************/

  div.reveal > object {
    height: 400px;
    width: 300px;
  }

  article {
    padding: 1em 2em 2em 0em;
  }

}