.row-keisti{
    display: flex;
    flex-flow: column-reverse;
}

.carousel {
    position: relative;
}
.carousel-item img {
    object-fit: cover;
}
#carousel-thumbs {
    background: rgba(255,255,255,.3);
    bottom: 0;
    left: 0;
    padding: 0 50px;
    right: 0;
}
#carousel-thumbs img {
    border: 5px solid transparent;
    cursor: pointer;
}
#carousel-thumbs img:hover {
    border-color: rgba(255,255,255,.3);
}
#carousel-thumbs .selected img {
    border-color: #fff;
}
.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    color: black;
}
@media all and (max-width: 767px) {
    .carousel-container #carousel-thumbs img {
        border-width: 3px;
    }
}
@media all and (min-width: 576px) {
    .carousel-container #carousel-thumbs {
        /*position: absolute;*/
        background-color: white;
    }
}
@media all and (max-width: 576px) {
    .carousel-container #carousel-thumbs {
        background: #ccccce;
    }
}
.carousel-control-prev :hover,
.carousel-control-next :hover {
    width: 50px;
    color: black;
}
.atidarytiInfo:hover{
    cursor: pointer;
}
.modal-dialog {
    width: 90%;
    height: 95%;
    padding: 0;
}

.modal-content {
    height: auto;

    border-radius: 0;
    width: fit-content;
    min-width: 100%;
}
