.share-a,
.share-a:hover {
    color: inherit;
    text-decoration: none;
}

.share-fb {
    border-radius: 50%;
    padding: 6px 8px;
    background-color: #000000;
}

.share-twitter {
    border-radius: 50%;
    padding: 6px;
    background-color: #000000;
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    /* opacity: 0.4; */
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: solid #343a40;
}

.swiper-button-next:after {
    content: none !important;
}

.swiper-button-prev:after {
    content: none !important;
}

.image-gallery-fullscreen-button {
    right: 0;
}

button#fullscreen {
    position: absolute;
    bottom: 1%;
    right: 1%;
    font-size: 30px;
    cursor: pointer;
    text-align: center;
    z-index: 4;
}

input#button {
    font-size: 25px;
}
