﻿.photo-slider {
    display: flex;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.sliding-div {
    transition: transform .3s;
}

.carousel-thumbnail-img-container {
    height: 270px;
    max-height: 270px;
    width: 250px;
    min-width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 5%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
}

.photo-slider-button-cotainer {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
    margin-top: 1px;
}

.photo-slider-nav-button {
    border: solid 1px white;
}
