.carousel .carousel-item {
    width: 100%;
    height: 75vh;
    background-size: contain;
    background-position: center;
	background-repeat: no-repeat;
}

.carousel .carousel-item:first-of-type {
    background-image: url("../../images/012/01.jpg");
	background-size: cover;
}

.carousel .carousel-item:nth-of-type(2) {
    background-image: url("../../images/012/02.jpg");
}

.carousel .carousel-item:last-of-type {
    background-image: url("../../images/012/03.jpg");
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 1em;
    height: 1em;
}
@media screen and (max-width: 736px) {

				carousel-control-prev-icon, .carousel-control-next-icon {
					visibility: none;
				}

			}