.video {
	background-color: #000;
    min-height: 50vh;
    padding-bottom: 5rem;
}

.video-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.bg-image-work {
    width: 100%;
    height: 100vh;
    position: relative;
}

.bg-image-work-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-image-work-container > h1 {
    color: #fff;
    font-size: 3rem;
    text-align: center;
    padding-top: 10rem;
    text-transform: uppercase;
    margin: 0;
}

.bg-image-work-container > h3 {
    color: #B0B0B0 !important;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1rem;
}

.text-card-black {
    background: rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(7.5px);
    width: 90%;
    margin: 0 auto;
    padding: 1rem;
    max-width: 960px;
    max-height: 540px;
}

.text-card-black > p {
    color: #fff;
    font-size: 1.5rem;
    padding: 1rem;
}

.iframe-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.iframe-container > iframe {
    width: 90%;
    height: calc(100vw * 9 / 16);
    margin: 2rem auto;
    max-width: 960px;
    max-height: 540px;
}