@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500&family=Noto+Serif+TC:wght@500&display=swap");
@import url('https://use.fontawesome.com/releases/v5.3.1/css/all.css');

* {
    font-family: 'Noto Sans TC';
}

body {
    margin: 0;
    padding: 0;

}

html {
    scroll-behavior: smooth;
}

h1 {
    font-size: 2em;
    margin: 20px 0;
    line-height: 1.6em;
}

p {
    margin: 20px 0;
    line-height: 26px;
}

img {
    max-width: 100%;
}

.owl-nav {
    position: absolute;
    margin-top: 10px;
    top: 42%;
    font-size: 3em;
    width: 100%;
}

.owl-nav button {
    height: 100%;
}

.owl-main button.owl-next:before,
.owl-main button.owl-prev:before {
    font-size: 1.5em;
    top: 35%;
}

.owl-carousel button,
.owl-main .owl-nav [class*=owl-]:hover {
    background: none;
    border: 0;
    outline: none;
}

.owl-main .mobile {
    display: none !important;
}


.owl-prev {
    position: absolute;
    left: 0;
    width: 20%;
    color: #fff !important;
    opacity: 0;
}

.owl-next {
    position: absolute;
    right: 0;
    width: 20%;
    color: #fff !important;
    opacity: 0;
    transition: .3s;
}

.owl-prev:hover,
.owl-next:hover {
    opacity: 1;
    background: none;
}

.owl-main .owl-dots button:after {
    content: '';
    display: inline-block;
    height: 1px;
    background: #e0e0e0;
    vertical-align: super;
    margin-left: 5px;
    opacity: 0;
    width: 0;
    transition: all 0.8s;
}

.owl-main .owl-dots .active button:after {
    opacity: 1;
    width: 25px;
}

.owl-dots {
    margin: 20px 0;
    text-align: center;
}

.owl-dot {
    color: #e0e0e0;
    font-size: 1.2em;
    padding: 0 10px;
    display: inline;
}

.owl-dot.active {
    color: #9CC615;
}

.owl-carousel .title {
    font-family: 'Noto Serif TC', serif;
    text-align: center;
    position: absolute;
    bottom: 50px;
    width: 100%;
    cursor: pointer;
    padding: 0 15px;
}

.owl-carousel .title:hover p {
    text-decoration: underline;
}

.owl-carousel .title h1 {
    font-weight: normal;
}

.text-white {
    color: #fff;
}

.sp-banner {
    position: relative;

}

.sp-banner img {
    position: relative;
    width: 100%;
}

.sp-banner .info {
    position: absolute;
    width: 100%;
    top: 60%;
    left: 0;
    text-align: center;

}

.sp-banner .bt-white {
    position: relative;
    transition: .4s;
    top: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, .3);
    background: rgba(255, 255, 255, .7);
}

.sp-banner .bt-white::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 0;
    background: #fff;
    left: 50%;
    top: 40px;
    transition: .4s;
}

.sp-banner .bt-white:hover {
    top: -5px;
    color: #000;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .3)
}

.sp-banner .bt-white:hover::after {
    height: 100px;
}

.bt-white {
    border-radius: 4px;
    font-size: 1em;
    letter-spacing: 2px;
    padding: 8px 20px;
    line-height: 18px;
    border: 1px solid #fff;
    color: #000;
    background: #fff;
}

.bt-white:hover {
    background: #9CC615;
    border: 1px solid #9CC615;
    color: #fff;
}

.bt-green {
    border-radius: 4px;
    padding: 8px 20px;
    line-height: 18px;
    color: #fff;
    background: #9CC615;
}

.bt-green:hover {
    color: #000;
}

.bt-gray {
    border-radius: 4px;
    padding: 8px 20px;
    line-height: 18px;
    color: #fff;
    background: #ccc;
    cursor: default;
}

.bt-gray:hover {
    color: #fff;
}

table .bt-green,
table .bt-gray {
    width: 100%;
    display: block;
}

table .bt-green {
    position: relative;
    box-shadow: 4px 4px 0 #999;
    transition: .2s;
    left: 0;
    top: 0;
}

table .bt-green:hover {
    box-shadow: 2px 2px 0 #999;
    left: 0;
    top: 4px;
    color: #fff;

}

.bt-black {
    border-radius: 4px;
    font-size: 1em;
    letter-spacing: 2px;
    padding: 8px 20px;
    line-height: 18px;
    border: 1px solid #000;
    color: #000;
    background: #fff;
}

.bt-black:hover {
    background: #9CC615;
    border: 1px solid #9CC615;
    color: #fff;
}

.full-banner {
    height: calc(100vh - 70px);
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    color: white;
}

.half-banner {
    height: calc(30vh - 70px);
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    color: white;
}

.full-banner:after,
.half-banner:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.full-banner .info {
    position: relative;
    z-index: 2;
    top: 40%;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.full-banner.bg-white .info {
    top: 80%;
}

.full-banner.bg-white h1 {
    font-size: 2em;
}

.full-banner h1 {
    margin-top: 0;
    font-size: 3em;
    letter-spacing: 5px;
}

.full-banner h1 span {
    font-size: 24px;
    display: block;
}

.full-banner .more {
    border-radius: 4px;
    letter-spacing: 2px;
    padding: 8px 20px;
    border: 1px solid #fff;
}

.full-banner .media {
    margin: 0;
    position: absolute;
    z-index: 2;
    bottom: 5%;
    width: 100%;
}

.mobile {
    display: none;
}

.album {
    padding: 80px 0;
}

.album .poster {
    cursor: pointer;
}

.album .poster img {
    width: 100%;
}

.album .slick-slide {
    opacity: .3;
    transform: scale(.8)
}

.album .slick-slide.slick-current {
    opacity: 1;
    transform: scale(1);
}

.album .info {
    text-align: center;
    margin-top: 30px;
}

.album .date {
    color: #939393;
}

.album .text {
    background: white;
    padding: 50px 20%;
    text-align: left;

}

.album .slider-for .slick-list {
    /* height: auto !important*/
}

.album .text h2.title {
    font-size: 1.6em;
    text-align: center;
}

.album .text p {
    font-family: Microsoft JhengHei;
    font-weight: normal;
    font-size: 16px;
    color: #666;
}

.album-songs li {
    font-family: Microsoft JhengHei;
    font-weight: normal;
    font-size: 16px;
}

.album-songs li:hover {
    color: #9cc615;
}

.article-wrap p,
.album .text p,
.white-popup p {
    font-family: Microsoft JhengHei;
    font-weight: normal;
    font-size: 16px;
    line-height: 2.3em;
    text-align: justify;
    word-wrap: break-word;
    color: #333;
}

.cover.artist {
    background-size: cover;
}

.slick-slider {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.slick-list.draggable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.music-app {
    margin-bottom: 50px;
}

.music-app li img {
    width: 35px;
    filter: grayscale(100%);
}

.music-app li:hover img {
    filter: grayscale(0);
}

:focus {
    outline: 0;
}

.slick-prev,
.slick-next {
    text-indent: -9999px;
    position: absolute;
    top: 0;
    background: none;
    border: none;
    cursor: pointer;
}

.slick-next {
    right: 0;
}

.album .slick-prev,
.album .slick-next {
    height: 100%;
}

.album .slick-next:before,
.album .slick-prev:before {
    font-size: 3em;
    top: 40%;
}

.owl-nav button span {
    display: none;
}

.slick-prev:before,
button.owl-prev:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\F053";
    color: #fff;
    text-indent: 30px;
    left: 0;
    z-index: 2;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.slick-next:before,
button.owl-next:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\F054";
    color: #fff;
    text-indent: 30px;
    right: 30px;
    z-index: 2;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px 40px;
    width: auto;
    max-width: 600px;
    margin: 20px auto;
}

.white-popup p {
    font-family: Microsoft JhengHei;
    color: #333;
}

#gallery.white-popup {
    max-width: 1000px;
    padding: 20px;
}

#gallery.white-popup .mfp-close {
    top: -10px;
    right: -10px;
}


#lyric h1 span {
    display: block;
    font-size: 16px;
    color: #939393;
}

.mfp-bg {
    /*background: #9cc615;*/
}

.sp-nav .item {
    padding: 10px;
}

#description {
    font-family: Microsoft JhengHei;
}

.slide-box-wrap .search-box {
    margin-bottom: 30px;
}

.word-box span {
    color: gray;
}

.slide-box-wrap .word-box ul li {
    border: none;
    color: #000;
    border-bottom: 1px solid #000;
}

.slide-box-wrap {
    height: 60vh;
    box-shadow: 1px -1px 5px rgba(0, 0, 0, .3)
}

.mCSB_container {
    height: 100%;
}

.menu-item {
    margin-bottom: 0;
}

.menu-wrap .media {
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding-top: 20px;
    display: inline-block;
    margin-bottom: 20px;
}

.slider-nav .item {
    cursor: pointer;
}

.gallery {
    margin: 0 50px;
}

.gallery .slider-nav .item {
    height: 110px;
    overflow: hidden;
    border-right: 1px solid #fff;
}

.gallery .slider-nav img {
    width: 100%;
    min-height: 110px;
}

.gallery .slick-prev,
.gallery .slick-next {
    height: 100%;
}

.gallery .slick-next:before,
.gallery .slick-prev:before {
    font-size: 2em;
}

.gallery .slider-for {
    margin-bottom: 10px;
}

.gallery .slider-for img {
    margin: 0;
    width: 100%;
}

.gallery .slick-track {
    margin: 0;
}

.owl-specil {
    position: relative;
}

.owl-specil:after {
    position: absolute;
    content: "";
    background: #9CC615;
    width: 50%;
    height: 50%;
    top: 0;
    right: 0;
}

.owl-specil .owl-stage-outer {
    z-index: 2;
}

.owl-specil .title {
    text-align: left;
    top: 20%;
    width: 30%;
    cursor: auto;
    position: relative;
}

.owl-specil .title:hover p {
    text-decoration: none;
}

.owl-specil img {
    max-width: 55%;
    position: absolute;
    left: 30%;
    top: 20%;
}

.owl-specil h1 {
    margin-top: 0;
}

.owl-specil p {
    font-family: Microsoft JhengHei;
    font-size: .92em;
}

.owl-specil .item {
    height: 90vh;
    cursor: pointer;
}

.owl-specil img {
    box-shadow: 10px 10px 15px rgba(0, 0, 0, .2)
}

.owl-specil .item:hover h1 {
    color: #9CC615;
}

.owl-specil .owl-dots {
    position: absolute;
    top: 10%;
    right: 0;
    margin: 0;
    width: 15%;
    font-size: .8em;
    z-index: 2;

}

.owl-specil .owl-dot {
    color: #666;
}

.owl-specil .owl-dot.active,
.owl-specil .owl-dot:hover {
    color: #000;
}

.owl-specil .owl-dots div {
    display: block;
    position: relative;
    padding-bottom: 30px;
    text-align: center;
    margin-bottom: 10px;
}

.owl-specil .owl-dots div:after {
    position: absolute;
    content: "─";
    bottom: 0;
    left: 45%;
}

.btn-line {
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #9CC615;
    padding: 3px 50px 3px 80px;
    margin: 20px;
    display: inline-block;
    animation-name: toRight;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes toRight {
    from {
        right: -40%;
    }

    to {
        right: -45%;
    }
}

.btn-line:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    -webkit-clip-path: polygon(0 0, 0 100px, 100px 100px, 0 0);
    background: white;
    right: 2px;
    bottom: 0;
}

.btn-line:before {
    position: absolute;
    content: "";
    width: 21px;
    height: 21px;
    -webkit-clip-path: polygon(0 0, 0 100px, 100px 100px, 0 0);
    background: #9CC615;
    right: 0;
    bottom: 0;
}

.sp-info {
    margin-bottom: 50px;
}

.sp-info table {
    border-collapse: collapse;
    margin-bottom: 40px;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.sp-info table img {
    max-height: 60px;
}

.sp-info table tr {
    border-bottom: 1px solid #ddd;
    padding: .35em;
}

.sp-info table tr td {
    font-family: Microsoft JhengHei;
}

.sp-info table th,
.sp-info table td {
    padding: .625em;
    text-align: center;
}

.sp-info table th {
    letter-spacing: .1em;
    text-transform: uppercase;
}

h2.section-title {
    padding-top: 50px;
}

.collapsible {
    border: 1px solid #000;
    cursor: pointer;
    padding: 15px 20px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 1em;
    background: #fff;

}

.collapsible.active,
.collapsible:hover {
    background-color: #9CC615;
    border: 1px solid #9CC615;
    color: #fff;
}

.collapsible:hover:after {
    color: #fff;
}

.collapsible:after {
    content: '\002B';
    color: #000;
    font-weight: bold;
    margin-left: 5px;
}

.collapsible.active:after {
    content: "\2212";
    color: #fff;
}

.content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 30px;
}

.post,
.post p,
.post small {
    font-family: Microsoft JhengHei;
}

.post ul li {
    list-style: disc;
    margin-left: 25px;
}

.post ol li {
    list-style: decimal;
    margin-left: 25px;
}

.outline-btn {
    margin-bottom: 30px;
}

.outline-btn li {
    border: 1px solid #000;
    margin-bottom: 10px;
    transition: .3s;

}

.outline-btn li:hover {
    background: #9CC615;
    border: 1px solid #9CC615;

}

.outline-btn li:hover a {
    color: #fff;
}

.outline-btn li a {
    padding: 15px 20px;
    display: block;
}

.sp-media {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px;
}

.sp-media .links {
    margin-right: 8px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.sp-media .links ul {
    height: 100%;
}

.sp-media .links li {
    height: calc(50% - 7px);
    margin-bottom: 8px;
    position: relative;
    cursor: pointer;
}

.sp-media .links li div {
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    margin: 20px;
    top: 5%;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    transition: .3s;
    opacity: 0
}

.sp-media .links li:hover div {
    background: rgba(156, 198, 21, .8);
    top: 0;
    opacity: 1;

}

.sp-media .links li div a {
    display: block;
    padding: 20% 15px 0 15px;
    width: 100%;
    height: 100%;
    position: relative;
    letter-spacing: 1px;
    font-family: Microsoft JhengHei;
}

.sp-media .links li div a:hover {
    color: inherit;
}

.sp-media .video {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.sp-media .video .owl-carousel.owl-loaded {
    display: grid;
}

.owl-video .owl-dots {
    position: absolute;
    bottom: -50px;
    width: 100%;
}

.owl-video .owl-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50em;
    background: #e0e0e0;
    margin: 0 10px;
}

.owl-video .owl-dots button.active {
    background: #9CC615;
}

video {
    width: 100%;
    height: auto;
}

.video .owl-prev,
.video .owl-next {
    opacity: .8;
}

.linetop {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ccc;
}

.btn {
    border-radius: 4px;
    font-size: 1em;
    letter-spacing: 2px;
    padding: 8px 20px;
    line-height: 18px;
    border: 1px solid #000;
    background: #9CC615;
}

.btn:hover {
    color: inherit;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.text-center {
    text-align: center;
}

.tile-carousel.artist .tile .img-wrap,
.tile-carousel.artist .tile .iframe-wrap {
    height: auto;
}

.news-carousel.artist {
    margin-bottom: 0;
}

.mfp-wrap {
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
}

.mainvideo {
    background: red;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 0;
    height: 0;
}

.mainvideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.mainvideo .info {
    position: absolute;
    bottom: 80px;
    left: 120px;
    width: 40%;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
}

.mainvideo .info .date {
    font-size: 14px;
    margin-bottom: 20px;
}

.mainvideo .info .date:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: red;
    margin-right: 6px;
}


@media (max-width: 1024px) {}

@media (max-width: 991px) {
    .slide-box-wrap .word-box ul li {
        display: inline-block;
        font-size: 18px;
        margin: 0 21px 15px 17px;
    }

    .menu-wrap .media {
        width: 100%;
        margin-top: 10px;
    }

    .menu-wrap .copyright {
        display: none;
    }

    .cover.artist {
        height: calc(100vh - 120px);
    }

    .cover.artist .more {
        margin-bottom: 0;
    }

    .cover.artist .more-content {
        display: none;
    }
}

/*pad*/
@media (max-width: 768px) {
    @keyframes toRight {
        from {
            right: -70%;
        }

        to {
            right: -75%;
        }
    }


    table .bt-green,
    table .bt-gray {
        width: 50%;
        text-align: center;
        margin-right: 0;
    }

    .container.main {
        padding: 0;
    }

    .owl-main .mobile {
        display: block !important;
    }

    .owl-main .pc {
        display: none !important;
    }

    .owl-main .title {
        bottom: 30px;
    }

    .owl-main .item {
        height: calc(100vh - 210px);
    }

    .banner .text-white {
        color: #000;
    }

    .banner .title {
        position: relative;
        bottom: 0;
        margin: 0 15px;
        width: auto;
    }

    .banner .title h1 {
        font-size: 1.6em;
        color: #9CC615;
    }

    .album h1,
    .owl-carousel .title h1,
    #description h1 {
        font-size: 1.6em;
    }

    .album .text {
        padding: 50px 15px;
    }

    .full-banner h1 {
        font-size: 2em;
    }

    .full-banner h1 span {
        font-size: 15px;
    }

    .full-banner.bg-white h1 {
        color: #000;
        font-size: 1.6em;
    }

    .full-banner p {
        color: #000;
    }

    .article-info {
        padding-top: 0;
    }

    .full-banner {
        height: auto;
        background: none !important;
    }

    .full-banner:after {
        display: none;
    }

    .full-banner img {
        width: 100%;
    }

    .full-banner .info {
        background: #000;
        color: #9cc615;
        padding: 20px 15px;
    }

    .full-banner.bg-white .info {
        background: white;
    }

    .full-banner .media {
        position: relative;
        background: #000;
        padding-bottom: 30px;
    }

    .footer ul.item {
        width: 95%;
    }

    .footer ul.item li {
        padding: 0 20px;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .slide-box-wrap {
        padding-top: 50px;
        height: 50vh;
    }

    .slide-box-wrap .word-box ul li {
        display: inline-block;
        font-size: 16px;
        margin: 5px 10px;
    }

    .menu-wrap .logo {
        display: none;
    }

    .menu-item {
        margin: 30px auto 0 auto;
    }

    .menu-item li {
        margin-bottom: 15px;
    }

    .gallery {
        margin: 0;
    }

    .tile-carousel .tile .img-wrap img,
    .tile-carousel.live .tile .img-wrap {
        height: auto;
    }

    .specil {
        padding: 0;
    }

    .owl-specil .item {
        height: auto;
        padding-bottom: 0;
    }

    .owl-specil img {
        position: relative;
        max-width: 100%;
        left: 0;
        top: 0;
    }

    .owl-specil .title {
        position: relative;
        top: 0;
        width: 100%;
        padding: 20px;
        margin-bottom: 0;
    }

    .owl-specil .owl-dots {
        position: relative;
        top: 0;
    }

    .owl-specil .owl-dots div {
        display: inline-block;
        padding-right: 10px;

    }

    .owl-specil .owl-dots button {
        text-indent: -9999px;
        width: 12px;
        height: 12px;
        border-radius: 50em;

    }

    .owl-specil .owl-dot button {
        background: #e0e0e0;
    }

    .owl-specil .owl-dot.active button {
        background: #9CC615;
    }

    .owl-specil .owl-dots div:after {
        display: none;
    }

    .owl-specil .owl-dots {
        width: 100%;
    }

}

@media (max-width: 767px) {
    .mobile {
        display: block;
    }

    .cover.fullbg {
        height: auto;
        background: #fff;
        background-image: none !important;
    }

    .cover:before {
        display: none;
    }

    .cover.fullbg h1 {
        position: relative;
        left: calc(50% - 15px);
        margin: 0 15px;
        max-width: calc(100% - 30px);
        color: #000;
        bottom: 0;
        padding-top: 15px;
    }

    .iframe-wrap.pc {
        display: none;
    }

    .video-wall .img-wrap {
        position: relative;
    }

    .video-wall {
        padding-top: 0;
        height: auto;
        background: #000;
    }

    .video-wall .img-wrap img,
    .video-wall .img-wrap {
        height: auto;
    }

    .article-wrap {
        padding-top: 20px;
    }

    .sp-banner .info {
        top: 60%;
    }

    .sp-info table {
        border: 0;
    }

    .sp-info table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .sp-info table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .sp-info table td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
    }

    .sp-info table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .sp-info table td:last-child {
        border-bottom: 0;
    }

    .sp-info table img {
        max-height: 80px;
    }

    .sp-media {
        display: block;
    }

    .sp-media .links {
        margin-right: 0;
        flex: none;
    }

    .sp-media .links li {
        height: auto;
    }

    .sp-info table {
        margin-bottom: .625em;
    }

    .tile-carousel.live .tile .img-wrap,
    .tile-carousel.live .tile .iframe-wrap {
        height: auto;
    }

    .cat {
        text-align: left;
    }

    .cat li {
        margin: 0 10px 5px;
    }

    .mainvideo .info {
        bottom: 25px;
        left: 31px;
        width: 65%;
        font-size: 18px;
    }

    .mainvideo .info .date {
        font-size: 12px;
        margin-bottom: 7px;
    }

    @keyframes toRight {
        from {
            right: -50%;
        }

        to {
            right: -55%;
        }
    }

    .gallery .slider-nav .item {
        height: 80px;
    }

    .gallery .slider-nav img {
        min-height: 80px;
    }

    .owl-main button.owl-next:before,
    .owl-main button.owl-prev:before {
        font-size: 1em;
        top: -50px;
    }

    .cover.artist .more {
        position: absolute;
        bottom: 90px;
    }

    .cover.artist h1 {
        position: absolute;
        left: 0;
        bottom: 120px;
        font-size: 40px;
    }
}

@media (min-height: 1366px) and (orientation: portrait) {
    .owl-main .item {
        height: auto !important;
    }
}

/*i10up*/
@media (min-height: 650px) and (orientation: portrait) {

    .owl-main .item {
        height: calc(100vh - 258px);
    }

    .cover.artist {
        height: calc(100vh - 168px);
    }

    .owl-main button.owl-next:before,
    .owl-main button.owl-prev:before {
        top: 30%;
    }

}
