@media only screen and (max-width: 1200px) {

    .SideMenuBtn {
        display: flex;
        height: 50px;
        aspect-ratio: 1/1;
        justify-content: center;
        align-items: center;
        border: none;
        background: #0a0806;
        color: #ffffff;
        border-radius: 5px;
        font-size: 38px;
    }

    .HeaderTabs {
        display: none;
    }

    .SideMenuInner {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9999999999;
    }

    .SideMenuFade {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: var(--theme2);
        opacity: 0.5;
    }

    .SideMenuDiv {
        position: fixed;
        right: 0;
        top: 0;
        width: 400px;
        height: 100%;
        background: #0e0c0a;
        padding: 20px;
    }

    .SideMenuDiv ul {
        display: block;
        margin: 0 auto;
        width: 100%;
        padding: 0 0;
    }

    .SideMenuDiv ul li {
        display: block;
        margin: 0 auto;
        width: 100%;
        padding: 15px 10px;
        font-size: 18px;
        font-weight: 100;
        border-bottom: solid 1px #ffffff1f;
        text-transform: uppercase;
    }


    .SideMenuDiv ul li:last-child {
        border: 0;
    }

    .SideMenuLogo {
        display: block;
        margin: 0 auto 20px;
        width: 165px;
    }

    .SideMenuGetConsultationBTN {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        background: none;
        color: var(--theme);
        text-transform: uppercase;
        font-size: 19px;
        border: solid 2px;
        position: relative;
        overflow: hidden;
        border-radius: 1000px;
        padding: 10px 0;
        margin: 38px auto 15px;
    }

    .SideMenuGetConsultationBTN i {
        margin-right: 10px;
    }

    .SideMenuGetConsultationBTN .Shine {
    }

    .Banner {
    }

    .Banner video {
    }

    .BannerInner {
        display: flex;
        justify-content: start;
        align-items: center;
        width: 100%;
        height: fit-content;
        min-height: unset;
        padding: 220px 9%;
    }

    .BannerDiv {
        display: block;
        margin: 0 0;
        width: 75%;
        max-width: 95%;
    }

    .ServicesArt {
        width: 100%;
        opacity: 0.1;
    }

    .ServicesFade {
        display: none;
    }

    .Content {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .NewsGH {
        display: flex;
        margin: 0 auto;
        width: 100%;
    }

    .ReelsSliderParent {
        display: block;
        margin: 0px auto;
        width: 95%;
    }

    .NewsItem {
        display: block;
        margin: 0 auto 46px;
    }

    .ReelsSliderItemInner {
        aspect-ratio: 1/0.5;
    }

    .ClientsSlider {
        padding: 0;
    }

    .StoryShowImage {
        display: block;
        margin: 17px auto;
        width: 100%;
        position: relative;
        aspect-ratio: 1/0.4;
        object-fit: cover;
        object-position: center center;
    }

    .StoryShowInner {
        display: block;
        margin: 0 auto;
        width: 100%;
        padding: 28px;
    }

    .ContactUsPageCover h1 {
        font-size: 80px;
    }

    .ContactUsPageInner {
        padding: 20px;
    }

    .AboutInner h1 a {
        display: none;
    }

    .VideoPlayerDiv {
        max-width: unset;
        max-height: unset;
        aspect-ratio: unset;
        width: 100%;
        height: 100%;
        z-index: 99999;
    }

    .VideoPlayerDiv video {
        padding-bottom: 57px;
    }

    .VideoPlayerCloser {
        display: flex;
        position: fixed;
        right: 0;
        bottom: 0;
        width: 100%;
        padding: 10px;
        background: #1a1a1a;
        z-index: 222;
    }

    .VideoPlayerCloser button {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px 15px;
        padding-right: 36px;
        position: relative;
        background: none;
        color: #c54545;
        border: solid 2px;
        border-radius: 5px;
    }

    .VideoPlayerCloser button i {
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
        height: 100%;
        aspect-ratio: 1/1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .HeaderInner {
        justify-content: space-between;
    }
}
