.left-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
}

.tagline-text-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    display: table;
    z-index: 99;
}

.tagline-text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.button-youtube-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    display: table;
    z-index: 99;
}

.button-youtube {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.image-right-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 99;
}

.image-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

.image-right > img {
	width:500px;
}

.carousel-header {
	height: 500px;
}

@media (max-width: 1024px) {
	.carousel-header {
		height: 400px;
	}
}

@media (max-width: 800px) {
	.image-right > img {
		width:500px;
	}
	
	.carousel-header {
		height: 300px;
	}
}

@media (max-width: 768px) {
	.image-right > img {
		width:450px;
	}
	
	.carousel-header {
		height: 200px;
	}
}

@media (max-width: 344px) {
	.elementor-dm-header-wrapper {
		margin-top: 85px;
	}
}