.image {
  border: 0;
  display: inline-block;
  position: relative;
  box-shadow: 0px 0px 0px 7px #fff, 0px 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.image img {
  display: block;
}

.image.left,
.image.right {
  max-width: 40%;
}

.image.left img,
.image.right img {
  width: 100%;
}

.image.left {
  float: left;
  margin: 0 1.5em 1em 0;
  top: 0.25em;
}

.image.right {
  float: right;
  margin: 0 0 1em 1.5em;
  top: 0.25em;
}

.image.fit {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  /* margin-top: 2rem; */
}

.image.fit img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /* margin-bottom: 1em; */
}

@media screen and (max-width: 768px) and (min-width: 480px) {
  .image.fit {
    width: 80%;
    margin-bottom: 1em;
    /* margin-top: 2rem; */
  }

  .image.fit img {
    width: 80%;
    margin-right: auto;
    /* margin-bottom: 1em; */
  }
}

.image.square {
  padding-left: 5em;
  padding-right: 5em;
}

.image.logo {
  width: 70%;
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
}

.image.long {
  width: 40%;
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .image.long {
    width: 100%;
  }

  .image.logo {
    width: 100%;
  }
}

.image.wide {
  width: 60%;
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 960px) {
  .image.wide {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .image.wide {
    width: 100%;
  }
}

.image.round {
  border-radius: 100%;
}

.image.round img {
  border-radius: 100%;
}

.image.round-mentor {
  border-radius: 80%;
}

.image.round-mentor img {
  border-radius: 80%;
}

.image.main {
  display: block;
  margin: 0 0 3em 0;
  width: 100%;
}

.image.main img {
  width: 100%;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */

  padding-top: 25px;
  height: 0;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#timeline1 {
  width: 25%;
  margin-top: 2%;
}

#timeline2 {
  width: 25%;
  padding-top: 5%;
}

#prizes {
  /* width: 64%;
    margin-left: auto;
    margin-right: auto; */
}

@media screen and (max-width: 960px) {
  #timeline1,
  #timeline2 {
    width: 80%;
  }

  #timeline2 {
    width: 80%;
    padding-top: 10%;
  }

  #prizes {
    /* width: 90%; */
  }
}

@media screen and (max-width: 480px) {
  #timeline1 {
    width: 25%;
  }

  #timeline2 {
    width: 25%;
    padding-top: 5%;
  }

  #prizes {
    /* width: 100%; */
  }
}

/* .zoomimage-container {
    position: relative;
    width: 200px;
    height: 1000px; */
/* } */

.zoomimage {
  /* padding-top: */
  padding: 2%;
  transition: transform 0.2s;
  width: 100%;
  height: 100%;
}

.zoomimage:hover {
  transform: scale(1.2);
}

.image.fit-for-montage {
  display: block;
  width: 73%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.image.fit-for-montage img {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.image.fit-for-nusps {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.image.fit-for-nusps img {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.image.fit-change {
  display: block;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.image.fit-change img {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

@media only screen and (max-width: 1280px) {
  .image.fit-change {
    width: 60%;
  }

  .image.fit-change img {
    width: 80%;
  }
}

@media only screen and (max-width: 980px) {
  .image.fit-change {
    width: 75%;
  }

  .image.fit-change img {
    width: 80%;
  }
}

@media only screen and (max-width: 768px) {
  .image.fit-change {
    width: 55%;
  }

  .image.fit-change img {
    width: 60%;
  }
}

@media only screen and (max-width: 480px) {
  .image.fit-change {
    width: 55%;
  }

  .image.fit-change img {
    width: 60%;
  }
}

@media screen and (max-width: 480px) {
  .image.fit-workshop {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .image.fit-workshop img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    margin-top: 1em;
  }
}

@media screen and (max-width: 768px) and (min-width: 480px) {
  .image.fit-workshop {
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .image.fit-workshop img {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    margin-top: 1em;
  }
}

@media screen and (min-width: 768px) {
  .image.fit-workshop {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .image.fit-workshop img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    margin-top: 1em;
  }
}

.image.fit-90 {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  margin-top: 2rem;
}

.image.fit-90 img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) and (min-width: 480px) {
  .image.fit-90 {
    display: block;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    margin-top: 2rem;
  }

  .image.fit-90 img {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
  }
}
/* 
  @media screen and (min-width: 768px) {
    .image.fit-90 {
      display: block;
      width: 95%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 1em;
      margin-top: 2rem;
    }
  
    .image.fit-90 img {
      width: 95%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 1em;
    }
  } */

.image.fit-category {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  margin-top: 2rem;
}

.image.fit-category img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

@media screen and (max-width: 980px) {
  .image.fit-category {
    width: 100%;
    margin-bottom: 1em;
    margin-top: 2rem;
  }

  .image.fit-category img {
    width: 100%;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 769px) {
  .image.fit-category {
    width: 60%;
    margin-bottom: 1em;
    margin-top: 2rem;
  }

  .image.fit-category img {
    width: 60%;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 480px) {
  .image.fit-category {
    width: 100%;
    margin-bottom: 1em;
    margin-top: 2rem;
  }

  .image.fit-category img {
    width: 100%;
    margin-bottom: 1em;
  }
}

.image.fit-for-mentor {
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  margin-top: 2rem;
}

.image.fit-for-mentor img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

@media screen and (max-width: 980px) {
  .image.fit-for-mentor {
    width: 100%;
    margin-bottom: 1em;
    margin-top: 2rem;
  }

  .image.fit-for-mentor img {
    width: 100%;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 769px) {
  .image.fit-for-mentor {
    width: 60%;
    margin-bottom: 1em;
    margin-top: 2rem;
  }

  .image.fit-for-mentor img {
    width: 60%;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 480px) {
  .image.fit-for-mentor {
    width: 100%;
    margin-bottom: 1em;
    margin-top: 2rem;
  }

  .image.fit-for-mentor img {
    width: 100%;
    margin-bottom: 1em;
  }
}

.image.fit-for-judge-top {
  display: block;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  /* margin-top: 2rem; */
}

.image.fit-for-judge-top img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /* margin-bottom: 1em; */
}

@media screen and (max-width: 769px) {
  .image.fit-for-judge-top {
    width: 100%;
  }

  .image.fit-for-judge-top img {
    width: 100%;
    margin-bottom: 1em;
  }
}
