@charset "UTF-8";

.carousel {
    display: block;
    max-width: 100%;
    user-select: none;
}

/*輪播圖-圖片預設*/
.carousel .carousel-border img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: top;
    pointer-events: none;
    object-fit: contain;
    user-select: none;
}