

.icon-chevron-right{
    position: absolute;
    z-index: 5;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
   
    top: 50%;
    margin-top: -3%;
    cursor: pointer;
    margin-left:99%;
    color:black!important;
}

.icon-chevron-left{
    position: absolute;
    z-index: 5;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
   
    top: 50%;
    margin-top: -3%;
    cursor: pointer;
    margin-left:-4%;
    color:black!important;
}

	@media screen and (max-width: 980px) {

.icon-chevron-right{
    position: absolute;
    z-index: 5;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
   
    top: 50%;
    margin-top: -3%;
    cursor: pointer;
    margin-left:95%;
    color:black!important;
}


    }



