#crousalDemo1 {
    display: none;
}

.nbs-crousal-container {
    position: relative;
    max-width: 100%;
}

.nbs-crousal-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex !important;
    flex-wrap: wrap;
    text-align: center;
}

.nbs-crousal-inner {
    overflow: hidden;
    float: none;
    width: 100%;
    margin: 0px;
    background-color: transparent;
}

.nbs-crousal-item {
    float: left;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
    margin: 17px 0;
}


/*** Navigation ***/

.nbs-crousal-nav-left,
.nbs-crousal-nav-right {
    width: 24px;
    height: 24px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.nbs-crousal-nav-left {
    top: 40% !important;
    background: url(images/large_left_hover.jpg) no-repeat;
    left: -24px;
}

.nbs-crousal-nav-right {
    right: -24px;
    top: 40% !important;
    background: url(images/large_right_hover.jpg) no-repeat;
}


/*@media screen and (max-width: 800px) {*/
/*.nbs-crousal-nav-right { display:none;}*/
/*.nbs-crousal-nav-left { display:none;*/

/* }*/
/*}*/




/*@media screen and (max-width: 992px) {

.nbs-crousal-inner {
    background-color: rgba(0, 0, 0, 0);
    float: none;
    height: 320px;
    margin: 0;
    overflow: hidden;
    width: 100%;
}
}
@media screen and (max-width: 800px) {
.nbs-crousal-nav-right {right: 46%;}
.nbs-crousal-nav-left { right: 51%;
 
 }
@media screen and (max-width:640px) {
.nbs-crousal-nav-right {right: 43%;}
.nbs-crousal-nav-left { right: 52%;
   
}
}
@media screen and (max-width:360px) {
.nbs-crousal-nav-right {right: 38%;}
.nbs-crousal-nav-left { right: 54%;
   
}*/

@media screen and (max-width:640px) {
    .nbs-crousal-nav-left {
       
        left: 0px;
    }
    
    .nbs-crousal-nav-right {
        right: 0px;   
    }
}