@media (max-width: 768px) {
    .page-head video {
        /* min-height: 100%; */
        min-width: 100%;
        position: absolute;
        left: 0;
        top: 0 !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        width: auto;
        height: 100vh;
    }

    .p-style-medium {
        text-align: center;
    }

    .large-title,
    .large-title-bold {
        font-size: 35px;
        text-align: center;
    }

    .fade-anim-box.fade-anim {
        text-align: center;
    }

    .flex-container {
        text-align: center;
    }

    .flex-min-height-inner {
        width: 100%;
        height: 100%;
        min-height: 80vh;
    }
}