.carousel-right-box {
    max-width: 1024px;
    margin-left: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.carousel img {

    padding: 10px;
    object-fit: scale-down;
    object-fit: fill
}

.carousel {
    position: relative;
    height: 680px;
    width: 500px;
    margin: 0 auto;
}

.carousel-content {
    position: relative;
    overflow: hidden;
    transition: width .4s;
    height: 100%;
    width: 100%;
}

.slide {
	
    height: 100%;
    position: absolute;
    z-index: 1;
    transition: left .4s cubic-bezier(.47, .13, .15, .89);
    text-align: center;
    
}

	.slide h2 {
		
		font-size: 1.5em;

		padding: 0;
		
	}

	.slide img {
		
		height: 90%;
		width: 90%;
		
	}

.arrow {
    font-size: 3em;
    padding: 10px;
    cursor: pointer;
    background: transparent;
    border: none;
}

.arrow img {
    width: 30px;
    height: 20px
}

.carousel-two img {
    /* padding: 5%; */
    padding: 10px;
    height: 600px;
    width: 400px;
    object-fit: scale-down;
    object-fit: fill
}

.carousel-two {
    position: relative;
    /* width: 50%; */
    height: 600px;
    width: 500px;
    margin: 0 auto;
}

.carousel-content-two {
    position: relative;
    overflow: hidden;
    transition: width .4s;
    height: 100%;
}

.slide-two {
    height: 100%;
    position: absolute;
    z-index: 1;
    transition: left .4s cubic-bezier(.47, .13, .15, .89);
}

@media screen and (max-width: 600px) {
	
	.slide h2 {
		
		font-size: 1em;
		text-align: center;
		
	}
	
}	
