@charset "UTF-8";

.galerie img{
  width: 200px;
  height: 150px;
  /* margin: 10px 8px 10px 20px; */
  margin: 10px;
  border: 5px solid #FFF;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-bottom-width: 20px;
  cursor: pointer;
}

 .galerie img:hover {
  border-color: #FF1;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.1);
}

.galerie {
  background: rgb(17, 23, 28);
  max-width: 1400px;
  /* max-width: 1000px; */
  width: 100%;
  margin: auto;
  text-align: center;
}

/* .galerie video {
  width: 261px;
  margin: 10px 8px 10px 20px;
  border: 5px solid #FFF;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-bottom-width: 20px;
  cursor: pointer;

} */

/* .galerie video:hover {
  border-color: #FF1;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.1);
} */
