@media (min-width: 320px) and (max-width: 480px) {
    .gallery-box {
        background: #e2cdb6;
        padding: 35px;
        text-align: right;
        width: 100%;
        margin-right: -20%;
        z-index: 99995;
        position: relative;
        margin-top:40px;
    }
    .with-gallery {
        width: 100%;
        margin-left: 0px;
        padding: 0px 50px;
    }
    .swiper-container {
        height: 95vh;
    }
    .slide-inner {
        height: 90%;
    }
    .content-holder-slide {
        position: absolute;
        display: block;
        margin-left: 9%;
        margin-top:0%;
        height: 100%;
    }
    .slide-inner p {
        color: #fff;
        z-index: 99995;
        position: absolute;
        margin: 0 auto;
        text-align: center;
        font-size: 1em;
        font-weight: 300;
        padding-top: 25px;
    }
    .slide-inner h1 {
        color: #fff;
        position: relative;
        font-size: 2em;
        z-index: 9995;
        padding-left: 0px;
        margin: 0 auto;
        display: block;
    }
    .swiper-button-next {
    right: 20px !important;
    }
    .swiper-button-prev {
    left: 20px !important;
    }
    .swiper-button-prev, .swiper-button-next {
        top: 46%;
    }
    .swiper-pagination-bullets{display: none}
    img.manzaraimg {
        width: 164% !important;
        object-position: top right !important;
    }
    section.home-vaziyet.nophone {
        display: none;
    }
    section.home-vaziyet.yesphone {
        display: block !important;
    }
    .footer-down .copy {
        display: block !important;
    }
    .fixed-banner-menu {
        display: contents;
    }
    video {
        width: 100%;
        object-fit: cover;
        object-position: top;
        height: 100%;
        margin-left: inherit;
        margin-right: inherit;
        min-height: inherit;
        min-width: inherit;
        z-index: 500;
    }
    .slide-inner img {
        height: 100%;
        object-fit: cover;
        width: 100%;
        object-position: center center;
    }

 
    .swiper-gallery {
        width: 100%;
        height: auto !important;
        padding-bottom: 20px;
        margin-top:15px;
    }

    .swiper-gallery .swiper-slide img {
        width: 100%;
        object-fit: cover;
        height: 300px;
        object-position: center center;
    }

    

    .left-bottom-message {
        position: absolute;
        z-index: 99995;
        bottom: 70px;
        color: #fff;
        width: auto;
        margin-left: 10%;
    }

 


    

}