body {
}

#página{
  column-count: 2;
  column-gap: 50px;
  text-align: left;
  width: 1300px;
  margin: auto;
}

#left{
  width: 800px;  /*Ancho cholumna*/
  background-color: white;
  float:left;
}

#right{
  margin-left: 700px; /*Margen*/
  background-color: white;
}

#play1 {
  position: absolute;
  margin-left: 5px;
  margin-top: 135px;
  width: 200px;
  background-color: #ccc2a6;
  font-weight: bold;
  border-radius: 15px;
}

#play1:hover {
  background-color: #eae0c2;
}

#play2 {
  position: absolute;
  margin-left: 220px;
  margin-top: 135px;
  width: 200px;
  background-color: #ccc2a6;
  font-weight: bold;
  border-radius: 15px;
}

#play2:hover {
  background-color: #eae0c2;
}

#play3 {
  margin-top: 3px;
  margin-left: 440px;
  width: 200px;
  background-color: #ccc2a6;
  font-weight: bold;
  border-radius: 15px;
}

#play3:hover {
  background-color: #eae0c2;
}

#vl1 {
  border-left: 3px solid #eae0c2;
  height: 348px;
  position: absolute;
  left: 16.5%;
  margin-left: -3px;
  top: 0;
}

#vl2 {
  border-left: 3px solid #eae0c2;
  height: 348px;
  position: absolute;
  left: 32.5%;
  margin-left: -3px;
  top: 0;
}

#loop {
  background-color: #eae0c2;
  width: 200px;
  height: 70px;
  font-size: 15px;
  font-family: verdana, arial;
  margin-left: 220px;
  text-align: center;
}

#actual {
  margin-left: 130px;
  margin-top: 0px;
  font-size: 20px;
  font-style: oblique;
  font-family: georgia, arial;
}

#screen {
  width: 500px;
  height: 300px;
  margin-left: 70px;
  border-top: 20px solid black;
  border-bottom: 5px solid black;
  border-left: 5px solid black;
  border-right: 5px solid black;
  border-radius: 15px;
}

#tiemposegundos {
  font-size: 15px;
  font-weight: bold;
  font-family: georgia;
}

#tiempo {
  font-size: 15px;
  font-style: italic;
  font-family: georgia, arial;
}

.note {
  margin: auto;
  text-decoration: none;
  text-align: center;
  color: #000;
  background: #ffc;
  display: block;
  height: 150px;;
  width: 200px;
  padding: 1em;
  -webkit-box-shadow: 11px 10px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 11px 10px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 11px 10px 5px 0px rgba(0,0,0,0.75);
}

.clip {
    float: left;
    width: 200px;
    height: 150px;
    margin: 0 1%;
    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: 5px;
  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;
}
