@media screen and (max-width: 800px) {
    .MusicBtn {
        right: 0;
        bottom: 0;
        margin: 20px;
        width: 51px;
        transform: scale(1.0) !important;
        background: #00000069 !important;
        border: solid 0px #ffffff;
    }

    .BannerDiv {
        width: 100%;
        padding: 0 20px;
    }

    .BannerDiv h1 {
        font-size: 34px;
    }

    .BannerDiv p {
        font-size: 21px;
        font-weight: 500;
    }

    .BannerDiv button {
        font-size: 17px;
        border-radius: 5px;
        margin: 40px 0 0;
    }


    .BannerInner {
        padding: 170px 0px;
    }


    .AboutArtGh h1 {
        font-size: 35px;
        letter-spacing: 0;
        font-weight: bolder;
    }


    .AboutArtGh h2 {
        display: block;
        margin: 5px auto;
        width: 100%;
        font-size: 21px;
        letter-spacing: 0;
        font-weight: 700;
    }


    .AboutArtGh p {
        display: block;
        margin: 21px auto;
        width: 100%;
        font-size: 19px;
    }

    .AboutArtGhText {
        display: block;
        margin: 0 auto;
        width: 92%;
        padding: 40px 0;
    }

    .AboutArtGhText button {
        font-size: 14px;
        text-transform: uppercase;
    }

    .AboutArtGhText button i {
    }


    .SideMenuDiv {
        max-width: 75%;
    }

    .AboutArtAnimations {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0.7);
    }

    .AboutArtAnimationItem:nth-child(1) {
        left: 4%;
        top: -14%;
        width: 99px;
    }

    .AboutArtAnimationItem:nth-child(2) {
        top: 6%;
        right: -16%;
        width: 101px;
    }

    .AboutArtAnimationItem:nth-child(3) {
        left: 0%;
        bottom: -10%;
        width: 94px;
    }

    .BookSessionNow3Lines {
        display: none;
    }

    .BookSessionNowFormHeader h1 {
        display: block;
        margin: 0 auto;
        width: 100%;
        font-size: 30px;
    }

    .BookSessionNowFormHeader p {
        font-size: 18px;
        margin: 17px auto;
    }


    .BookSessionNow {
        background: #af8452eb;
        padding: 35px 13px;
    }


    .BookSessionNowFormRow {
        display: block;
        margin: 13px auto;
        width: 100%;
    }


    .BookSessionNowFormSubmit button {
        display: block;
        margin: 21px auto 0;
        width: 100%;
    }


    .BookSessionNowFormRow label {
        font-size: 17px;
        font-weight: 600;
        margin: 7px auto;
    }

    .SharedSectionHeader {
        display: block;
        margin: 30px auto;
        width: 95%;
    }

    .SharedSectionHeader h1 {
    }

    .SharedSectionHeader p {
        display: block;
        margin: 12px auto;
        width: 100%;
        font-size: 18px;
    }


    .HTUVideo video {
        display: block;
        margin: 0 auto;
        width: 100%;
        aspect-ratio: 1/1;
    }


    .HowToBookSessionItem {
        display: block;
        margin: 10px auto;
        width: 100%;
        padding: 15px 15px;
        padding-left: 90px;
    }

    .HowToBookSessionItem .setbg {
        position: absolute;
        left: 0;
        top: 0;
        margin: 10px;
        width: 60px;
        height: auto;
        aspect-ratio: 1/1;
    }

    .HowToBookSessionItem h5 {
        display: block;
        margin: 0 auto;
        width: 100%;
        font-size: 17px;
        font-weight: bolder;
    }

    .HowToBookSessionItem p {
        display: block;
        margin: 6px auto;
        width: 100%;
        font-size: 15px;
    }

    .ContentAndFeedsArt {
        padding: 50px 0 0;
    }

    .ContentAndFeedsArtText h1 {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: unset;
        font-size: 24px;
        min-height: 125px;
    }

    .ContentAndFeedsArtText {
        padding: 0 35px;
    }

    .ContentAndFeedsItem {
        display: block;
        margin: 0 auto 35px;
        width: 95%;
    }

    .FooterCenter {
        display: block;
        margin: 22px auto;
        width: 100%;
        border: 0;
    }

    footer {
        padding: 10px 19px 90px;
    }

    .AboutExternal {
        padding: 0 0 20px;
    }

    .MySessionsItem {
        display: block;
        margin: 25px auto;
        width: 98%;
    }

    .MySessionsTitle {
    }

    .MySessionsTitle h1 {
        display: block;
        margin: 0 auto;
        width: 100%;
        font-size: 17px;
    }


    .MyProfileThumb {
        width: 50px;
    }

    .MyProfileDiv {
        padding: 5px 0;
        padding-left: 64px;
    }


    .SignOutBtn {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: fit-content;
        aspect-ratio: unset;
        padding: 4px 14px;
        top: 0;
        right: 0;
        margin: 10px 0 0;
        font-size: 14px;
    }

    .SignOutBtn g {
        display: block;
    }

    .SignOutBtn i {
        margin-right: 8px;
    }

    .MyProfileInner {
        padding: 27px 0;
    }

    .MyProfile {
        padding-top: 170px;
    }

    .LoginViewDiv {
        padding: 20px 15px;
    }

    .LoginViewHeader {
        margin: 0 auto;
        font-size: 25px;
        text-transform: uppercase;
    }

    .LoginViewDiv button[type=submit] {
        margin: 20px auto 0;
        width: 100%;
        padding: 8px 0;
        font-size: 16px;
        text-transform: uppercase;
    }

    .LoginViewDiv button[type=submit] i {
    }


    .LoginViewDiv h5 {
        display: block;
        margin: 14px auto 0;
        width: 100%;
        font-size: 15px;
    }

    .LoginViewDivRow {
        margin: 13px auto;
    }
}



