.splide__slide {
    /* opacity of the thumbnails */
    opacity: .6;
}

.splide__slide.is-active {
    /* opacity of the selected thumbnail */
    opacity: 1;
}

h4.hint{
    color:lightgray;

}

.notice{
    display: block;
    margin-top: 15px;
}

#main-slider .splide__track ul li{
    text-align:center;
}
#main-slider .splide__track ul li img {
	max-width: 100%;
    width: auto;
    height: auto;
	max-height: 100% !important;
    border-radius:5px;
}

/*#thumbnail-slider .splide__track .splide__list li:last-child {*/
/*    margin-right: 0 !important;*/
/*}*/

#thumbnail-slider {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

#thumbnail-slider .splide__track .splide__list .splide__slide img {
  max-width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}

@media screen and (orientation:landscape) {
    .notice{
        display:none !important;
    }
}

@media screen and  (min-width: 768px) {
    html body div.container.md-3 div.row div.col-md-8{
        margin: 0 auto !important;
    }
    .notice{
        display: none !important;
    }
}
