    html,
    body {
        position: relative;
        height: 100%;
        width: 100%;
        background-color: #000;
    }

    body {
        background: #eee;
        font-family: 'Ubuntu', sans-serif;
        ;
        font-size: 100px;
        color: #000;
        margin: 0;
        padding: 0;
    }

    .swiper {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper-slide video {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .slide2 {
        display: flex;
        flex-direction: column;
        /* align-content: center; */
        /* align-items: center; */
        justify-content: space-evenly;
    }

    .slide3 {
        display: flex;
        column-gap: 168px;
    }

    .column1 {
        display: flex;
        flex-direction: column;
        width: 25%;
        align-items: center;
    }

    .column2 {
        display: flex;
        flex-direction: column;
        width: 25%;
        align-items: center;
    }

    .circular-image {
        width: 100%;
        /* height: 100vh; */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .circular-image img {
        width: 370px;
        height: 370px;
        border-radius: 50%;
        border: 35px solid white;
    }

    .natives {
        font-size: 3em;
        font-weight: 900;
        letter-spacing: 4px;
    }

    #myVideo {
        position: fixed;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        z-index: -1;
    }

    .spn {
        z-index: 1;
        color: white;
    }

    .tzenh {
        font-size: 2em;
        font-weight: bolder;
        letter-spacing: 3px;
    }

    .coctail {
        font-size: 4em;
        letter-spacing: 17px;
        font-weight: bolder;
    }

    .schweppes {
        color: #FCBA0E;
        color: #FCBA0E;
        font-size: 2em;
        font-weight: 600;
        letter-spacing: 7px;
    }

    .more {
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-weight: bold;
    }

    .quizdesk {
        position: relative;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        object-fit: cover;
    }

    .quizmob {
        display: none !important;
    }

    .mobvid {
        display: none !important;
    }

    .podcast-5-desk {
        position: relative;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        object-fit: cover;

    }

    .podcast-5-mob {
        display: none !important;
    }

    @media only screen and (max-width: 768px) {
        .deskvid {
            display: none !important;
        }

        .mobvid {
            display: block !important;
        }

        .circular-image img {
            width: 160px;
            height: 160px;
            border: 23px solid white;
        }

        .natives {
            font-size: 1.3em;
            letter-spacing: 2px
        }

        .slide3 {
            column-gap: 90px;
        }

        .coctail {
            font-size: 2em;
            letter-spacing: 12px;
        }

        .quizdesk {
            display: none !important;
        }

        .quizmob {
            display: block !important;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .podcast-5-desk {
            display: none !important;
        }

        .podcast-5-mob {
            display: block !important;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }