#slideshow {
    /* margin: 50px auto; */
    position: relative;
    width: 450px;
    height: 450px;
    /* padding: 10px; */
    /* box-shadow: 0 0 20px rgba(0,0,0,0.4); */
}

#slideshow > div {
    position: absolute;
    top: 5px;
    left: 15px;
    right: 15px;
    bottom: 2px;
    display: none;
}

#slideshow > div:first-child{
  display: block;
}

#slideshow {
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    /* box-shadow: 0 0 20px rgba(0,0,0,0.4); */
}

.over-slides {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.slide-contain {
    position: relative;
    width: 460px;
    height: 460px;
    margin: 0 auto;
}


.regular {
  font-family: aktiv-grotesk, sans-serif;
}

.thin {
  font-family: aktiv-grotesk-thin, sans-serif;
}

.bpp-full-w.container {
    float: left;
    height: 100vh;
    width: 100%;
    overflow-y: auto;
    box-sizing: border-box;
}

.slide-contain {
    position: relative;
    max-width: 460px;
    max-height: 480px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-top: 5vh;
}

.contact-details {
    float: left;
    width: 100%;
    text-align: center;
    padding: 40px 20px;
    font-size: 19px;
    color: #000;
}

.contact-line a {
    color: #000;
    text-decoration: none;
}

.contact-line {
    margin-bottom: 12px;
}

img {
    max-width: 100%;
    height: auto;
    float: left;
    width: 100%;
}

div {
  box-sizing: border-box;
}

.credits.thin {
    font-size: 11px;
    margin-top: 30px;
}

.slide-contain {
    margin-bottom: 19px;
}

@media (max-width: 900px) {
  .slide-contain {
      position: relative;
      width: 400px;
      height: 420px;
      margin: 0 auto;

      margin-top: 40px;
  }

  #slideshow > div {
      position: absolute;
      top: 5px;
      left: 10px;
      right: 10px;
      bottom: 2px;
      display: none;
  }

  .contact-details {
        float: left;
        width: 100%;
        text-align: center;
        padding: 40px 20px;
        font-size: 14px;
        color: #000;
    }
}


@media (max-width: 450px) {
  .slide-contain {
      position: relative;
      width: 300px;
      height: 320px;
      margin: 0 auto;
      margin-top: 40px;
  }
}

@media (max-width: 1000px) and (min-height: 700px) {
  .slide-contain {
      
      margin-top: 80px;
      margin-bottom: 40px;

  }
}






