#modal-galery-img{
	width: 100%;
}

.modal-img-container__next-arrow,
.modal-img-container__prev-arrow{
    position: absolute;
    width: 20%;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.modal-img-container__prev-arrow{
    left: 0;
}

.modal-img-container__next-arrow{
    right: 0;
}