.bx-wrapper{max-width: 1024px!important}
a.bx-prev {
    display: none;
}
a.bx-next {
    display: none;
}
@media screen and (max-width: 480px) {
    a.bx-prev {
        display: none;
    }
    a.bx-next {
        display: none;
    }
    a.property_link {
        position: absolute;
        top: -30px;
        left: 15px;
    }
    
}

#imgsliderformobile
{
    /*height: 65vh;*/
    position: relative;
    padding: 0;
    overflow: hidden;
}
.bx-wrapper {
    -moz-box-shadow: none;
     -webkit-box-shadow: none;
     box-shadow: none;
     border:none;
     background: #ccc;
}
/*.bx-pager .bx-default-pager*/
/*{*/
    /*display: none;*/
/*}*/
#imgsliderformobile img
{
    min-height: 425px;
    /*background-position: center;*/
    object-fit: cover;
}
.bx-wrapper {
    position: initial !important;
    margin: 0 !important;
    padding: 0;

    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.bx-pager .bx-default-pager
{
    display: none;
}

@media only screen and (max-width: 320px) {
    #imgsliderformobile {
        height: auto;
    }
}