#container{
  
    position: relative;
  height: 100vh;
  width: 100%;
  //border: solid 1px red;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide{
   
  height: 35% !important;
  width: 17%!important;

}

.p{
	
	font-size: 30px;
	font-style: normal;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 100;
	color:#cdcdcd;
	text-align: center;
	
}