#example {
    overflow: hidden;
    position: relative;
    margin-top: 1px;
    background: transparent;
}
#example .frame {
    position: relative;
    width: 100%;
    padding: 20px 0;
    padding-bottom: 50px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
}
#example .frame .slide_element {
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
#example .frame .slide_element .slide {
    float: left;
    z-index: 9;
    height: 100%;
    margin-right: 20px;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: -webkit-transform 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: transform 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: transform 1s cubic-bezier(0.190, 1.000, 0.220, 1.000), -webkit-transform 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transform: rotateY(45deg);
    -ms-transform: perspective(1000px) rotateY(25deg);
    transform: rotateY(45deg);
    opacity: 0.6;
    border-radius: 10px;
    background: #000;
    -webkit-box-reflect: below 0 -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), color-stop(0.9, transparent), to(rgba(255, 255, 255, 0.498039)));
}
#example .frame .slide_element .slide.active {
    z-index: 10;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
}
#example .frame .slide_element .slide.active ~ .slide {
    -webkit-transform: rotateY(-45deg);
    -ms-transform: perspective(1000px) rotateY(-25deg);
    transform: rotateY(-45deg);
}
#example .details {
    display: block;
    min-height: 114px;
    margin-top: -20px;
    padding: 20px;
    padding-top: 0;
    text-align: center;
    opacity: 0;
}
#example .details h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 300;
}
#example .details h4#photographer {
    text-transform: uppercase;
    color: #7a7a7a;
}
#example .details #description {
    color: #3d3d3d;
}
#example .mSButtons.mSPrev {
    right: auto;
    bottom: 30px;
    left: 25%;
}
#example .mSButtons.mSNext {
    right: 25%;
    bottom: 30px;
    left: auto;
}
#example.isTouch .mSButtons {
    display: none;
}
#example .mSCaption {
    z-index: 1002;
    bottom: 40px;
    left: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
    letter-spacing: -1px;
    text-transform: uppercase;
    opacity: 0;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
}
#example .mSCaption.showed {
    bottom: 20px;
    opacity: 1;
}
#example #thumbnails {
    display: block;
    height: 80px;
    text-align: center;
}
#example #thumbnails > div {
    width: 100%;
    height: 100%;
}
#example #thumbnails > div > ul {
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
#example #thumbnails > div > ul > li {
    width: 80px;
    height: 65px;
    margin: 0 5px;
    padding: 3px;
    cursor: pointer;
    opacity: 0.6;
    border: 4px transparent solid;
    border-radius: 5%;
}
#example #thumbnails > div > ul > li img {
    width: 100%;
    height: 100%;
    border-radius: 5%;
}
#example #thumbnails > div > ul > li.active {
    opacity: 1;
    border: 1px solid #a0a0a0
}
/* Responsive */
@media (max-width: 1200px) {
    #example .frame .slide_element .slide {
        margin-right: 0;
    }
}
@media (max-width: 979px) {
    #example .frame .slide_element .slide {
        margin-right: -10px;
    }
}

.mightyslider_modern_skin .mSFrame .mSSlideElement {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
#mainvisual .slider_2 .slick-slide {
    margin-right: 5px;
}
#mainvisual img {
    display: block;
    width: 100%;
}
#mainvisual .slick-arrow {
    z-index: 1;
    height: 150px;
    background: rgba(0, 0, 0, .4);
}
#mainvisual .slick-prev,
#mainvisual .slick-next {
    width: auto;
    padding: 0 8px;
}

#mainvisual .slick-prev {
    left: 0;
}
#mainvisual .slick-prev:before {
    display: block;
    width: 8px;
    height: 15px;
    content: '';
    background: url(../images/icon/slide-prev.png) no-repeat;
    -webkit-background-size: 100% 15px;
    background-size: 100% 15px;
}
#mainvisual .slick-next {
    right: 0;
}
#mainvisual .slick-next:before {
    display: block;
    width: 8px;
    height: 15px;
    content: '';
    background: url(../images/icon/slide-next.png) no-repeat;
    -webkit-background-size: 100% 15px;
    background-size: 100% 15px;
}

@media screen and (min-width: 768px) {
    .mainvisual_wrap {
        display: flex;
        margin-bottom: 15px;
        align-items: stretch;
    }
}

@media screen and (max-width: 767px) {
    .slider-articles .mainvisual_wrap {
        display: flex;
        margin-bottom: 8px;
        align-items: stretch;
    }
}
