.titlecard {
    position: relative;
}

.titlecard .background {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    vertical-align: top;
    opacity: 0.25;
}

.titlecard h1 {
    position: absolute;
    left: 20%;
    top: 30%;
    transform: translate(0, -50%);
    display: inline-block;
    text-align: center;
    font-size: 50px;
    padding: 0px 10px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 40px;
}

.titlecard .titleimage {
    position: absolute;
    top: 5%;
    right: 15%;
    display: inline-block;
    height: 95%;
    border: 5px;
    border-color: black;
}

video {
    display: block;
    margin: 0 auto;
    padding-top: 16px;
}
