@media only screen and (max-width:800px) {
    

    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }
}

@media only screen and (min-width:800px) {
    .vidvid {
        width: 100vw !important;
    }
}

/* @media only screen and (min-width: 998px) { */

.mtm10 {}

.vidvid {
    position: relative;
    display: flex;

    width: 100% ! important;

    padding: 0 !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sa-heading {
    color: white;
    position: absolute;
    text-align: center;
    font-size: 3rem;
    z-index: 10;
    text-shadow: 15px 15px 15px #000;
    padding: 20px;
    margin: 15px;
    top: 20vh;
    opacity: 1;
}

.sa-heading2 {
    color: white;
    position: absolute;
    text-align: center;
    font-size: rem;
    z-index: 10;
    text-shadow: 15px 15px 15px #000;
    padding: 20px;
    margin: 15px;
    top: 30vh;
    opacity: 0.8;
}

/* } */

.mt-333 {
    margin-top: 10px;
}