﻿.carrousel .wrapper {
  margin: auto;
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
}

.carrousel {
  height:1440px;
  background-color: rgba(10, 10, 10, 0.8);
  display: none;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index:1;
}
.carrousel .wrapper {
  width: 600px;
}
.carrousel .wrapper > img {
  width: 100%;
}

.close {
  cursor: pointer;
  color: #FFF;
  position: absolute;
  right: 0px;
  font-size: 18px;
}
.close:hover {
  font-size: 20px;
  color: #DDD;
}
