body {
    overflow-x: hidden;
}
.full-screen-carousel .carousel-inner .carousel-item .img {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.full-screen-carousel .full-screen .slider-fullscreen-image.active {
    display: -o-flex;
}

.link-icon {
    font-size: 1.4em;
}

.link-disabled {
    filter: grayscale(100%);
    opacity: 0.3;
}

.footer-link-icon {
    font-size: 1.6em;
}

.fixed-top {
    -webkit-box-shadow: 0 0.4rem 0.4rem -0.1rem rgb(0 0 0 / 40%) !important;
    box-shadow: 0 0.4rem 0.4rem -0.1rem rgb(0 0 0 / 40%) !important;
}

hr { margin: 0.4em 0; }