.titlearea video {
    width: 100%;
    height: 100%;
}
.titlearea .center-left {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.titlearea .bottom-left {
    position: absolute !important;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
}
.titlearea .center-center {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    justify-content: center;
    display: flex;
}
.titlearea .bottom-center {
    position: absolute !important;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    display: flex;
}
.titlearea .center-center .btn,
.titlearea .bottom-center .btn {
    left: 50%;
    transform: translateX(-50%);
}
.titlearea .bottom-right {
    position: absolute !important;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: right;
    justify-content: end;
    display: flex;
}
.titlearea .center-right {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: right;
    justify-content: end;
    display: flex;
}
.titlearea .bottom-right .btn,
.titlearea .center-right .btn {
    float: right;
}

