.gb-shape svg path {
    fill: inherit !important;
}

.divider-right {
    position: relative;
}
.divider-right:after {
    content: '';
    width: 1px;
    background: #ccc;
    height: 70%;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.img-box img {
    z-index: 2;
    position: relative;
}
.img-box {
    position: relative;
}
.img-box:before {
    content: "";
    position: absolute;
    width: 65%;
    height: 100%;
    background-color: var(--accent);
    top: 20%;
}

.background-video {
    position: absolute;
    opacity: 0.5;
}
video[poster] {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 600px) {
	.header-contact {
		display: none !important;
	}
	.img-box:before {
		width: 90%;
		top: 40px;
		left: 20px;
		right: 20px;
		height: 300px !important;
	}
	.img-box {
		margin-bottom: 40px !important;
		height: 300px;
	}
	.img-box img {
		height: 300px;
	}
}
