#container {
  position: relative;
  
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
}

.slide {
  display: block;
  
  height: 800px !important;
  width: 100% !important;

}

.slide img {
  display: block;
  position: absolute;
  height:100% !important;
  width: 106% !important;

}


