/* .Gallery Album */
.Gallery_Album .thumbnail {
    text-transform: uppercase;
}
.Gallery_Album .thumbnail .amphiicon {
    margin: 7px 5px 0 0;
    color: #333;
}
.Gallery_Album .thumbnail a:last-child {
    font-size: 12px;
}
.Gallery_Album .thumbnail a:last-child:hover {
    text-decoration: none;
}

/* Gallery Margin Fixes */
.Gallery_Album .thumbnail {
    margin-bottom: 30px;
}

.Gallery_Album .amphi-slideshow .owl-carousel.single-slide,
.Gallery_Album .amphi-slideshow .owl-carousel.single-slide .header-img {
    display: block;
}
.Gallery_Album .amphi-slideshow .owl-carousel.slide-orientation-top .owl-stage {
    display: flex;
    align-items: flex-start;
}
.Gallery_Album .amphi-slideshow .owl-carousel.slide-orientation-center .owl-stage {
    display: flex;
    align-items: center;
}
.Gallery_Album .amphi-slideshow .owl-carousel.slide-orientation-baseline .owl-stage {
    display: flex;
    align-items: baseline;
}
.Gallery_Album .amphi-slideshow .owl-carousel.slide-orientation-bottom .owl-stage {
    display: flex;
    align-items: flex-end;
}
.Gallery_Album .amphi-slideshow .owl-carousel.slide-orientation-stretch .owl-stage {
    display: flex;
    align-items: stretch;
}

.Gallery_Album .amphi-slideshow .owl-carousel.navigation-offsite-slideshow .owl-stage{
    padding-top: 35px;
    padding-bottom: 30px;
}
.Gallery_Album .amphi-slideshow .owl-carousel.navigation-offsite-slideshow .owl-nav {
    top: 0;
    margin-top: 0;
    height: 30px;
}
.Gallery_Album .amphi-slideshow .owl-carousel.navigation-offsite-slideshow .owl-nav div {
    width: 30px;
    height: 30px;
    right: 0;
    left: auto;
    background: #606060;
}
.Gallery_Album .amphi-slideshow .owl-carousel.navigation-offsite-slideshow .owl-nav div.owl-prev {
    right: 35px;
}
.Gallery_Album .amphi-slideshow .owl-carousel.navigation-offsite-slideshow .owl-nav div span {
    font-size: 30px;
    padding: 0 9px 0 10px;
}
.Gallery_Album .amphi-slideshow .owl-carousel.navigation-offsite-slideshow .owl-nav div.owl-next span {
    padding: 0 7px 0 12px
}
.Gallery_Album .amphi-slideshow .owl-carousel.navigation-offsite-slideshow .owl-nav div.owl-prev span {
    padding: 0 10px 0 9px;
}
.Gallery_Album .amphi-slideshow .owl-carousel.navigation-offsite-slideshow .owl-dots {
    bottom: 0;
}
.Gallery_Album .amphi-slideshow .owl-carousel.navigation-offsite-slideshow .owl-dots .owl-dot {
    outline: 0;
}