/*home slide*/
.carousel-item {
    background-size: cover !important;
    background-position: center !important;
}
.carousel-item h2 {
    position: absolute;
    top: 49%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    padding: 1px 100px 11px;
    font-size: 60px;
    font-weight: 900;
}
.dback01 {
    transform: rotate(112deg);
    left: -48%;
    position: relative;
    top: -90%;
}

@media only screen and (max-width: 600px) {
	.dback01 {
		left: 0%;
		top: -39%;
	}
}