/* swiper.js */
.swiper {
    width: 1200px;
    height: 60%;
    position: relative;
    top: 0px;
}
.swiper-slide {
    max-height: 100%;
    max-width: 100%;
    width: 900px;
}
.swiper-slide button {
    transition: all 0.15s ease-out;
}
#rocketCarousel {
	height: 100%; 
	position: fixed; 
	left: -150px; 
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s ease-out;
}
#projectsCarousel {
	position: absolute;
	left: 0;
	top: 75%;
	width: 1670px;
}
#projectsCarousel .swiper-wrapper .swiper-slide button img {
	transition: all 0.2s ease-out;
}

/* reveal.js */
.reveal [hidden] {
    display: initial !important;
}