@charset "utf-8";
/* CSS Document */

section {
  display: none;
}

.videoDesc{
  margin-top: 1em;
  min-height: 60px
}

.clip {
    float: left;
    width: 11%;
    margin: 0 0%;
    padding-top: 8%;
    position: relative;
    background-color: #000;
    background-image:
        linear-gradient(to right, #fff, #fff),
        linear-gradient(to right, #fff, #fff),
        linear-gradient(to right, #fff, #fff),
        linear-gradient(to right, #fff, #fff),
        linear-gradient(to right, #fff, #fff),
        linear-gradient(to right, #fff, #fff),
        linear-gradient(to right, #fff, #fff),
        linear-gradient(to right, #fff, #fff),
        linear-gradient(to right, #fff, #fff),
        linear-gradient(to right, #fff, #fff),
        linear-gradient(to right, #fff, #fff),

        linear-gradient(to right, #fff, #fff),
        linear-gradient(to right, #fff, #fff),
        linear-gradient(to right, #fff, #fff),
        linear-gradient(to right, #fff, #fff),
        linear-gradient(to right, #fff, #fff),
        linear-gradient(to right, #fff, #fff),
        linear-gradient(to right, #fff, #fff),
        linear-gradient(to right, #fff, #fff),
        linear-gradient(to right, #fff, #fff),
        linear-gradient(to right, #fff, #fff),
        linear-gradient(to right, #fff, #fff);

    background-repeat:no-repeat;
    background-position:
        5% 5%,
        15% 5%,
        25% 5%,
        35% 5%,
        45% 5%,
        55% 5%,
        65% 5%,
        75% 5%,
        85% 5%,
        95% 5%,

        5% 95%,
        15% 95%,
        25% 95%,
        35% 95%,
        45% 95%,
        55% 95%,
        65% 95%,
        75% 95%,
        85% 95%,
        95% 95%;

    background-size:
        5% 8%,
        5% 8%,
        5% 8%,
        5% 8%,
        5% 8%,
        5% 8%,
        5% 8%,
        5% 8%,
        5% 8%,
        5% 8%,
        5% 8%,

        5% 8%,
        5% 8%,
        5% 8%,
        5% 8%,
        5% 8%,
        5% 8%,
        5% 8%,
        5% 8%,
        5% 8%,
        5% 8%,
        5% 8%;
}
.clip .film {
  margin: 12% 5%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  display: -webkit-grid;
  display: -ms-grid;
  -webkit-grid-columns: 1fr;
  -webkit-grid-rows: 1fr;
  -ms-grid-columns: 1fr;
  -ms-grid-rows: 1fr;
}
.clip img {
  max-width: 100%;
  -webkit-grid-row-align: center;
  -ms-grid-row-align: center;
}


.imageBlock1 div{
  margin-top:2em;
  min-height:50px;
}

.imageBlock2, #slideshow{
  display:none;
}

.imageBlock2 div{
  margin-top:2em;
  min-height:50px;
}

.imageBlock1 img, .imageBlock2 img{
  max-width:200px;
  margin:5px;
}

#slideshow {
  margin: 40px auto;
  position: relative;
  width: 865px;
  height: 495px;
  padding: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

#slideshow > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

#slideshow img {
  width: 845px;
  height: 475px;
}

#penButton2{
  width:100%;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 991px) {
#slideshow {
  margin: 5px auto;
  position: relative;
  width: 100%;
  height: 499px;
  padding: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

#slideshow > div {
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
}

#slideshow img {
  width: 100%;
  height: auto;
}

.videoDesc{
  margin-top: 1em;
  min-height: 30px
}

}
}
