#gallery{
    position: absolute;
    left:50%;
    /*top: 440px;*/
    top:420px;
    margin-left: -590px;
    width:1180px;
    height: 779px;
    padding: 0px;
    overflow: hidden;
    border-radius: 4px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);

    }
    .gallary_my_H_swipe_gall_item {
        /*width: 449px;
        height: 779px;*/
        width: 419px;
        height: 747px;
        background-color: #2B295D;
        background-size:80%;
       /* background-size:259px 589px;*/
        background-position: 85px 80px;
        background-repeat: no-repeat;
       /* cursor: pointer;*/
        opacity: 1;
        position: absolute;
        border-radius: 4px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: inset -1px 0px 0px rgba(255, 255, 255, 0.2);
        text-align: right;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        color: #ffffff;
        padding: 15px;
        top:0px;
    }
    .gallary_my_H_swipe_gall_item div {
        position: absolute;
        width: 435px;
        height: 747px;
        left: 0px;
        top: 70px;
        border-radius: 4px;
        opacity: 0;
        display: none;
    }

    .gallary_my_H_swipe_gall_item_select {

    }

     .gallary_my_H_swipe_gall_item_last_2{
       opacity: 1 !important;
     }

     .gallary_my_H_swipe_gall_item_last_2 div{
       background: #2B295D;
       opacity: 0;
       display: block;
       animation: anim 0.5s;
     }


    @media screen and (max-width: 900px) {
     #gallery{
     margin-left: -187px;
     width:375px;
     height: 375px;
     top:306px;
     }

     .gallary_my_H_swipe_gall_item {
        width: 152px;
        height: 342px;
        background-size:90%;
        font-size: 12px;
        line-height: 15px;
        padding: 10px;
        background-position: 25px 60px;

    }

    .gallary_my_H_swipe_gall_item div {
        position: absolute;
        width: 157px;
        height: 342px;
        left: 0px;
        top: 30px;
        border-radius: 4px;
        opacity: 0;
        display: none;
    }

    }
