.vpbx-video {
    display: flex;
    justify-content: center;
    border-radius: 36px;
    /*max-width: 976px;*/
    /*max-height: 556px;*/
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 56.25%;
}

.vpbx-video-image {
    position: absolute;
    top: 0;
	left: 0;
	width: 100%;
    z-index: 1;
}

.vpbx-video-image img {
    width: 100%;
}

.vpbx-video-container iframe,
.vpbx-video-iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.vpbx-video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	overflow: hidden;
	
}

.vpbx-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.vpbx-features-item {
    display: flex;
    flex-direction: column;
    padding: 20px 40px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
    border-radius: 36px;
    font-size: 16px;
    line-height: 24px;
}

.vpbx-features-item img {
    margin-bottom: 20px;
}

.vpbx-features-item b {
    margin-bottom: 8px;
}

.vpbx-try-callgear {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    padding-top: 160px;
}

.vpbx-try-callgear h2 {
    font-size: 40px;
    line-height: 48px;
	margin-bottom: 40px;
    text-align: center;
    letter-spacing: -0.03em;
}

@media (max-width: 767.98px) {
    .vpbx-features {
        display: flex;
        flex-direction: column;
    }

    .vpbx-try-callgear {
        width: auto;
    }
	
	.vpbx-video-container {
		border-radius: 16px;
	}
}
