.gallery-photos_1{
    position: relative;
    height: 75vh;
    min-height: 480px;
    max-height: 620px;
}
.carousel-section__button {
    background-color: rgba(255, 255, 255, 0.584);
    padding: 3px;
    display: inline;
}
.carousel-section__button--left{
    left: 25px;
}
.carousel-section__button--right{
    right: 25px;
}
.carousel-section__slide a {
    bottom: 40px;
    font-size: 1.6rem;
    right: calc(50vw - 100px);
}
