@charset "utf-8";
@media screen and (max-width: 767px) {
    /*全局section*/
    section > header {
        border: none;
        padding: 3px 8px;
        background: #848484;
    }
    section > header .section-title {
        font-size: 20px;
        font-weight: normal;
        color: #ffffff;
    }
    aside section > header .section-title {
        font-size: 20px;
    }
    section > header .more {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 0;
        text-indent: -999px;
    }
    section > header .more::before,
    section > header .more::after {
        content: "";
        width: 32px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }
    section > header .more::before {
        background: rgba(255, 255, 255, 0.3);
        z-index: 1;
    }
    section > header .more::after {
        background: url("../images/ico-more.png") no-repeat center center;
        z-index: 2;
    }
    section > header .more a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 3;
    }
    section > .more {
        display: none;
    }
    section + .more {
        width: 95%;
        margin: 15px auto 0 auto;
    }
    /*全局grid-box公用設定*/
    .grid-box-container {
        width: 95%;
        margin: 0 auto;
    }
    .grid-box-group {
        margin-top: -10px;
        margin-left: -10px;
    }
    .grid-box > div {
        left: 10px;
        top: 10px;
    }
    .grid-box .content .overlay-bgn {
        padding: 7.5%;
    }
    .grid-box .content .caption .caption-title {
        font-size: 18px;
        max-height: 2.6em;
        overflow: hidden;
    }
    /*全局grid-box版型一*/
    .grid-box-template-01 {
        margin: 20px auto;
        width: 95%;
    }
    .grid-box-template-01 > header {
        margin-bottom: 20px;
    }
    .grid-box-template-01 .grid-box:nth-child(12n+1) {
        float: right;
        width: 50%;
    }
    .grid-box-template-01 .grid-box:nth-child(12n+1)::before {
        padding-bottom: 150%;
    }
    .grid-box-template-01 .grid-box:nth-child(12n+2) {
        width: 50%;
    }
    .grid-box-template-01 .grid-box:nth-child(12n+2)::before {
        padding-bottom: 100%;
    }
    .grid-box-template-01 .grid-box:nth-child(12n+3) {
        width: 50%;
    }
    .grid-box-template-01 .grid-box:nth-child(12n+3)::before {
        padding-bottom: 100%;
    }
    .grid-box-template-01 .grid-box:nth-child(12n+4) {
        float: right;
        width: 50%;
    }
    .grid-box-template-01 .grid-box:nth-child(12n+4)::before {
        padding-bottom: 150%;
    }
    .grid-box-template-01 .grid-box:nth-child(12n+5) {
        width: 50%;
    }
    .grid-box-template-01 .grid-box:nth-child(12n+5)::before {
        padding-bottom: 100%;
    }
    .grid-box-template-01 .grid-box:nth-child(12n+6) {
        width: 100%;
    }
    .grid-box-template-01 .grid-box:nth-child(12n+6)::before {
        padding-bottom: 66.667%;
    }
    .grid-box-template-01 .grid-box:nth-child(12n+6) .content .overlay-bgn {
        padding: 3.75%;
    }
    .grid-box-template-01 .grid-box:nth-child(12n+7) {
        width: 50%;
    }
    .grid-box-template-01 .grid-box:nth-child(12n+7)::before {
        padding-bottom: 150%;
    }
    .grid-box-template-01 .grid-box:nth-child(12n+8) {
        width: 50%;
    }
    .grid-box-template-01 .grid-box:nth-child(12n+8)::before {
        padding-bottom: 100%;
    }
    .grid-box-template-01 .grid-box:nth-child(12n+9) {
        width: 50%;
        float: right;
    }
    .grid-box-template-01 .grid-box:nth-child(12n+9)::before {
        padding-bottom: 100%;
    }
    .grid-box-template-01 .grid-box:nth-child(12n+10) {
        width: 50%;
    }
    .grid-box-template-01 .grid-box:nth-child(12n+10)::before {
        padding-bottom: 150%;
    }
    .grid-box-template-01 .grid-box:nth-child(12n+11) {
        width: 50%;
    }
    .grid-box-template-01 .grid-box:nth-child(12n+11)::before {
        padding-bottom: 100%;
    }
    .grid-box-template-01 .grid-box:nth-child(12n+12) {
        width: 100%;
    }
    .grid-box-template-01 .grid-box:nth-child(12n+12)::before {
        padding-bottom: 66.667%;
    }
    .grid-box-template-01 .grid-box:nth-child(12n+12) .content .overlay-bgn {
        padding: 3.75%;
    }
    /*全局grid-box版型二*/
    .grid-box-template-02 {
        width: 95%;
    }
    .grid-box-template-02 > header {
        margin-bottom: 20px;
    }
    .grid-box-template-02 .grid-box:nth-child(8n+1) {
        width: 50%;
    }
    .grid-box-template-02 .grid-box:nth-child(8n+1)::before {
        padding-bottom: 150%;
    }
    .grid-box-template-02 .grid-box:nth-child(8n+2) {
        width: 50%;
    }
    .grid-box-template-02 .grid-box:nth-child(8n+2)::before {
        padding-bottom: 100%;
    }
    .grid-box-template-02 .grid-box:nth-child(8n+3) {
        width: 50%;
        float: right;
    }
    .grid-box-template-02 .grid-box:nth-child(8n+3)::before {
        padding-bottom: 100%;
    }
    .grid-box-template-02 .grid-box:nth-child(8n+4) {
        display: none;
    }
    .grid-box-template-02 .grid-box:nth-child(8n+4)::before {
        display: none;
    }
    .grid-box-template-02 .grid-box:nth-child(8n+5) {
        display: none;
    }
    .grid-box-template-02 .grid-box:nth-child(8n+5)::before {
        display: none;
    }
    .grid-box-template-02 .grid-box:nth-child(8n+6) {
        width: 50%;
        clear: none;
    }
    .grid-box-template-02 .grid-box:nth-child(8n+6)::before {
        padding-bottom: 150%;
    }
    .grid-box-template-02 .grid-box:nth-child(8n+7) {
        width: 50%;
    }
    .grid-box-template-02 .grid-box:nth-child(8n+7)::before {
        padding-bottom: 100%;
    }
    .grid-box-template-02 .grid-box:nth-child(8n+8) {
        clear: both;
        width: 100%;
    }
    .grid-box-template-02 .grid-box:nth-child(8n+8)::before {
        padding-bottom: 66.667%;
    }
    .grid-box-template-02 .grid-box:nth-child(8n+8) .content .overlay-bgn {
        padding: 3.75%;
    }
    /*全局grid-box版型三*/
    .grid-box-template-03 {
        margin-bottom: 10px;
        width: 95%;
    }
    .grid-box-template-03 > header {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .grid-box-template-03 .grid-box:nth-child(n) {
        width: 100%;
    }
    .grid-box-template-03 .grid-box:nth-child(n)::before {
        padding-bottom: 35%;
    }
    .grid-box-template-03 .grid-box:nth-child(n) .content .thumb-photo {
        width: 30%;
    }
    .grid-box-template-03 .grid-box:nth-child(n) .content .overlay-bgn {
        top: 0;
        right: 0;
        bottom: 0;
        left: 30%;
        padding: 3.75%;
    }
    .grid-box-template-03 .grid-box:nth-child(4n+1)::before {
        padding-bottom: 62%;
    }
    .grid-box-template-03 .grid-box:nth-child(4n+1) .content .thumb-photo {
        width: 100%;
    }
    .grid-box-template-03 .grid-box:nth-child(4n+1) .content .overlay-bgn {
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .grid-box-template-03 .grid-box:nth-child(4n+1) .content .caption .caption-title {
        font-size: 24px;
    }
    /*全局grid-box版型四*/
    .grid-box-template-04 {
        margin-bottom: 10px;
        width: 95%;
    }
    .grid-box-template-04 > header {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .grid-box-template-04 .grid-box:nth-child(5n+1) {
        display: none;
    }
    .grid-box-template-04 .grid-box:nth-child(5n+2) {
        width: 50%;
    }
    .grid-box-template-04 .grid-box:nth-child(5n+2) .content .thumb-photo {
        width: 100%;
    }
    .grid-box-template-04 .grid-box:nth-child(5n+2)::before {
        padding-bottom: 150%;
    }
    .grid-box-template-04 .grid-box:nth-child(5n+2) .content .overlay-bgn {
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .grid-box-template-04 .grid-box:nth-child(5n+3) {
        width: 50%;
    }
    .grid-box-template-04 .grid-box:nth-child(5n+3)::before {
        padding-bottom: 150%;
    }
    .grid-box-template-04 .grid-box:nth-child(5n+3) .content .thumb-photo {
        width: 100%;
    }
    .grid-box-template-04 .grid-box:nth-child(5n+3) .content .overlay-bgn {
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .grid-box-template-04 .grid-box:nth-child(5n+4) {
        width: 50%;
    }
    .grid-box-template-04 .grid-box:nth-child(5n+4)::before {
        padding-bottom: 150%;
    }
    .grid-box-template-04 .grid-box:nth-child(5n+5) {
        width: 50%;
    }
    .grid-box-template-04 .grid-box:nth-child(5n+5)::before {
        padding-bottom: 150%;
    }
    .grid-box-template-04 .grid-box .content .caption .caption-title {
        max-height: 3.9em;
    }
    /*全局grid-box版型五*/
    .grid-box-template-05 {
        margin-bottom: 0;
        width: 95%;
    }
    .grid-box-template-05 > header {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .grid-box-template-05 .grid-box:nth-child(n) {
        width: 100%;
    }
    .grid-box-template-05 .grid-box:nth-child(n)::before {
        padding-bottom: 35%;
    }
    .grid-box-template-05 .grid-box:nth-child(n) .content .thumb-photo {
        width: 30%;
    }
    .grid-box-template-05 .grid-box:nth-child(n) .content .overlay-bgn {
        top: 0;
        right: 0;
        bottom: 0;
        left: 30%;
        padding: 3.75%;
    }
    /*全局grid-box版型六*/
    .grid-box-template-06 {
        margin-bottom: 10px;
        width: 95%;
    }
    .grid-box-template-06 > header {
        min-width: 100px;
    }
    .grid-box-template-06 .grid-box:nth-child(n) {
        width: 100%;
    }
    .grid-box-template-06 .grid-box:nth-child(n)::before {
        padding-bottom: 35%;
    }
    .grid-box-template-06 .grid-box:nth-child(n) .content .thumb-photo {
        width: 30%;
    }
    .grid-box-template-06 .grid-box:nth-child(n) .content .overlay-bgn {
        top: 0;
        right: 0;
        bottom: 0;
        left: 30%;
        padding: 3.75%;
    }
    .grid-box-template-06 .grid-box:nth-child(3n+1)::before {
        padding-bottom: 62%;
    }
    .grid-box-template-06 .grid-box:nth-child(3n+1) .content .thumb-photo {
        width: 100%;
    }
    .grid-box-template-06 .grid-box:nth-child(3n+1) .content .overlay-bgn {
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .grid-box-template-06 .grid-box:nth-child(3n+1) .content .caption .caption-title {
        font-size: 24px;
    }
    /*全局grid-box版型六 alt*/
    .grid-box-template-06.alt .grid-box:nth-child(n)::before {
        padding-bottom: 62%;
    }
    .grid-box-template-06.alt .grid-box:nth-child(n) .content .thumb-photo {
        width: 100%;
    }
    .grid-box-template-06.alt .grid-box:nth-child(n) .content .overlay-bgn {
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .grid-box-template-06.alt .grid-box:nth-child(n) .content .caption .caption-title {
        font-size: 24px;
    }
    /*全局grid-box版型七*/
    .grid-box-template-07 {
        width: 95%;
    }
    .grid-box-template-07 > header {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .grid-box-template-07 .grid-box {
        width: 100%;
    }
    .grid-box-template-07 .grid-box:nth-child(5n+1) {
        float: none;
        width: 100%;
    }
    .grid-box-template-07 .grid-box::before {
        padding-bottom: 40%;
    }
    .grid-box-template-07 .grid-box:nth-child(5n+1)::before {
        padding-bottom: 100%;
    }
    .grid-box-template-07 .grid-box .content .thumb-photo {
        width: 40%;
        height: 100%;
    }
    .grid-box-template-07 .grid-box:nth-child(5n+1) .content .thumb-photo {
        width: 100%;
        height: 66.6667%;
    }
    .grid-box-template-07 .grid-box .content .overlay-bgn {
        left: 40%;
        top: 0;
    }
    .grid-box-template-07 .grid-box:nth-child(5n+1) .content .overlay-bgn {
        padding: 3.75%;
        left: 0;
        top: 66.6667%;
    }
    .grid-box-template-07 .grid-box .content .caption .caption-title {
        max-height: 3.9em;
    }
    .grid-box-template-07 .grid-box:nth-child(5n+1) .content .caption .caption-title {
        font-size: 24px;
        max-height: 2.6em;
    }
    /*焦點大圖*/
    .focus-gallery {
        width: 95%;
    }
    /*即時新聞*/
    .realtime-news {
        width: 95%;
    }
    .realtime-news .vertical-list h2 {
        font-size: 21px;
    }
    /*編輯精選*/
    .focus-news {
        width: 95%;
    }
    .focus-news > header {
        display: block;
        margin-bottom: 0;
    }
    /*編輯精選-次分類*/
    .focus-news section {
        width: 95%;
        float: none;
        padding-left: 0;
        border-top: 1px dotted #000000;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }
    .focus-news section > header {
        display: none;
    }
    .focus-news section > .content {
        margin-top: 10px;
    }
    .focus-news section > .content .caption .caption-title {
        font-size: 21px;
    }
    .focus-news section > .content .caption .caption-text {
        display: none;
    }
    .focus-news section > .content .last-update {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 13px;
        color: #666666;
    }
    /*編輯精選-次分類第一則*/
    .focus-news > header + section {
        margin-top: 20px;
        border-top: none;
    }
    .focus-news > header + section > .content {
        background: none;
        padding: 0;
        height: auto;
        max-height: 100px;
        overflow: hidden;
    }
    .focus-news > header + section > .content .thumb-photo {
        float: left;
        margin-right: 15px;
        width: 30%;
        min-width: 100px;
    }
    .focus-news > header + section > .content .thumb-photo .cropper {
        width: 100%;
        height: 100px;
    }
    .focus-news > header + section > .content .caption {
        position: static;
        overflow: hidden;
    }
    .focus-news > header + section > .content .caption .caption-title {
        box-sizing: content-box;
        background: none;
        color: #000000;
        padding: 0;
        border: none;
        width: auto;
        position: static;
        bottom: auto;
        font-size: 21px;
        margin-bottom: 5px;
    }
    .focus-news > header + section > .content .caption .caption-title a:link,
    .focus-news > header + section > .content .caption .caption-title a:visited {
        color: #000000;
    }
    .focus-news > header + section > .content .caption .caption-title a:hover,
    .focus-news > header + section > .content .caption .caption-title a:active {
        color: #ff3300;
    }
    .focus-news > header + section > .content .caption .caption-text {
        padding-top: 0;
    }
    /*編輯精選-次分類第二則*/
    .focus-news > header + section + section {
        margin-top: 10px;
    }
    /*最新消息*/
    .whats-new {
        margin: 20px auto;
        width: 95%;
    }
    .whats-new > header {
        margin-bottom: 20px;
    }
    .whats-new .grid-box[data-grid-box-id="1"] {
        float: right;
        width: 50%;
    }
    .whats-new .grid-box[data-grid-box-id="2"] {
        width: 50%;
    }
    .whats-new .grid-box[data-grid-box-id="3"] {
        width: 50%;
    }
    .whats-new .grid-box[data-grid-box-id="4"] {
        float: right;
        width: 50%;
    }
    .whats-new .grid-box[data-grid-box-id="5"] {
        width: 50%;
    }
    .whats-new .grid-box[data-grid-box-id="6"] {
        width: 100%;
    }
    .whats-new .grid-box[data-grid-box-id="1"]::before {
        padding-bottom: 150%;
    }
    .whats-new .grid-box[data-grid-box-id="2"]::before {
        padding-bottom: 100%;
    }
    .whats-new .grid-box[data-grid-box-id="3"]::before {
        padding-bottom: 100%;
    }
    .whats-new .grid-box[data-grid-box-id="4"]::before {
        padding-bottom: 150%;
    }
    .whats-new .grid-box[data-grid-box-id="5"]::before {
        padding-bottom: 100%;
    }
    .whats-new .grid-box[data-grid-box-id="6"]::before {
        padding-bottom: 66.667%;
    }
    .whats-new .grid-box[data-grid-box-id="6"] .content .overlay-bgn {
        padding: 3.75%;
    }
    /*專題回顧*/
    .features {
        width: 95%;
        margin: 20px auto;
    }
    .features .scroller-gallery .stage-container {
        width: 95%;
        height: auto;
        padding: 0;
        margin: 0 auto;
    }
    .features .scroller-gallery .stage-container .main-photo {
        display: none;
    }
    .features .scroller-gallery .stage-container .photo-scroller {
        position: static;
        padding: 0;
        width: auto;
        height: auto;
        background: none;
    }
    .features .scroller-gallery .stage-container .photo-scroller .photo-scroller-cropper {
        margin: 0;
        padding: 0;
        width: auto;
        height: auto;
        overflow: visible;
    }
    .features .scroller-gallery .stage-container .item-group {
        position: static;
        padding: 0;
        white-space: normal;
        margin-top: 10px;
    }
    .features .scroller-gallery .stage-container .item-group::after {
        content: "";
        display: table;
        clear: both;
    }
    .features .scroller-gallery .stage-container .item-group .item-entry {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        border: none;
        width: 50%;
        height: auto;
        margin: 10px 0 0 0;
        background: none;
        color: inherit;
        cursor: default;
        font-size: 21px;
    }
    .features .scroller-gallery .stage-container .item-group .item-entry:nth-child(2n+1) {
        float: left;
        clear: both;
        padding-right: 5px;
    }
    .features .scroller-gallery .stage-container .item-group .item-entry:nth-child(2n) {
        float: right;
        padding-left: 5px;
    }
    .features .scroller-gallery .stage-container .item-group .item-entry.current .pointer {
        display: none;
    }
    .features .scroller-gallery .stage-container .item-group .item-entry .thumb-photo {
        width: 100%;
    }
    .features .scroller-gallery .stage-container .item-group .item-entry .thumb-photo .cropper {
        width: 100%;
        height: 150px;
    }
    .features .scroller-gallery .stage-container .item-group .caption {
        display: block;
        width: auto;
        height: auto;
        max-height: 55px;
        margin-top: 9px;
    }
    .features .scroller-gallery .stage-container .item-group .caption .caption-title {
        display: inline;
        font-size: 21px;
        cursor: pointer;
    }
    .features .scroller-gallery .stage-container .item-group .caption .caption-text {
        display: none;
    }
    .features .scroller-gallery .stage-container .item-group .item-entry:nth-child(n+1),
    .features .scroller-gallery .stage-container .item-group .item-entry:nth-child(n+2) {
        margin-bottom: 15px;
    }
    .features .scroller-gallery .stage-container .item-group .item-entry:nth-child(n+3) {
        width: 98%;
        float: none;
        clear: both;
        border-top: 1px dotted #000000;
        margin: 0;
        padding: 0.45em;
        box-sizing: border-box;
        margin-left: 10px;
    }
    .features .scroller-gallery .stage-container .item-group .item-entry:nth-child(n+3)::before {
        content: "●";
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        left: -15px;
        top: 45%;
        top: calc(50% - 5px);
        padding: 0;
        text-align: center;
        font-size: 11px;
        font-family: "Arial";
        line-height: 1;
        color: #999999;
    }
    .features .scroller-gallery .stage-container .item-group .item-entry:nth-child(n+3) .thumb-photo {
        display: none;
    }
    .features .scroller-gallery .stage-container .item-group .item-entry:nth-child(n+3) .caption {
        margin-top: 0;
    }
    .features .scroller-gallery .stage-container .btn a {
        display: none;
    }
    /*新聞目錄頁-圖文列表*/
    .news-list {
        width: 95%;
    }
    .news-list > ul {
        width: 95%;
    }
    .news-list .focus-news + ul {
        border-top: none;
    }
    .news-list > ul > li:first-child {
        border-top: none;
    }
    .news-list > ul > li > h3 {
        font-size: 21px;
    }
    .news-list > ul > li > .thumb-photo-container {
        margin-top: 10px;
    }
    .news-list > ul > li > p {
        display: none !important;
    }
    .news-list > .more {
        display: block;
    }
    /*新聞目錄頁-圖文列表-總覽*/
    .news-list.compact > ul > li > h3 {
        font-size: 21px;
    }
    .news-list.compact > ul > li[data-photo-sum="1"] > * {
        margin-left: 30%;
    }
    .news-list.compact > ul > li[data-photo-sum="1"] .thumb-photo-container {
        max-width: none;
    }
    /*新聞目錄頁-邊欄最熱新聞*/
    .hot-news {
        width: 95%;
        font-size: 18px;
        display: none;
    }
    .hot-news.with-cover {
        display: block;
        margin-top: 15px;
    }
    .hot-news .cover .thumb-photo {
        width: 40%;
        min-height: 110px;
    }
    .hot-news .cover .thumb-photo::before {
        padding-bottom: 66.667%;
    }
    .hot-news .cover .overlay-bgn {
        left: 40%;
        top: 0;
    }
    .hot-news .vertical-list {
        box-sizing: border-box;
        width: 95%;
        margin: 0 auto;
    }
    .hot-news .vertical-list h3 {
        font-size: 20px;
    }
    .hot-news .meta-info {
        margin-top: 5px;
    }
    /*新聞目錄頁-邊欄推薦新聞*/
    .recommended-news {
        display: none;
    }
    /*熱門排行榜*/
    .hot-rank {
        width: 95%;
        padding-top: 15px;
    }
    .hot-rank .vertical-list > li {
        padding: 15px 0 15px 50px;
    }
    .hot-rank .vertical-list > li h3 {
        width: auto;
    }
    .hot-rank .meta-info {
        width: auto;
        display: block;
        margin: 10px 0 0 0;
    }
    /*頻道分類第二層選單*/
    .category-submenu {
        padding: 0;
        margin: 10px auto;
        width: 95%;
        box-sizing: border-box;
        border: 1px solid #bbbbbb;
    }
    .category-submenu > ul {
        margin: 0 -1px -1px 0;
    }
    .category-submenu > ul > li {
        box-sizing: border-box;
        width: calc(50% + 1px);
        padding: 13px 22px;
        border: 1px solid #bbbbbb;
        margin: -1px 0 0 -1px;
    }
    .category-submenu > ul > li:first-child {
        border-width: 1px;
    }
}
/*焦點大圖預設載入圖片*/
@media screen and (min-width: 1024px) {
    .focus-gallery .placeholder .caption {
        font-size: 20px;
    }
    .focus-gallery .placeholder .caption .caption-title {
        font-size: 48px;
    }
    .clmn-left .focus-gallery .placeholder .caption {
        font-size: 15px;
    }
    .clmn-left .focus-gallery .placeholder .caption .caption-title {
        font-size: 32px;
    }
    .clmn-left .focus-gallery .placeholder .clicks {
        font-size: 24px;
        min-width: 65px;
    }
}
@media screen and (max-width: 1023px) {
    .focus-gallery .placeholder .caption {
        font-size: 18px;
    }
    .focus-gallery .placeholder .caption .caption-title {
        font-size: 48px;
    }
}
@media screen and (max-width: 806px) {
    .focus-gallery .placeholder .caption {
        font-size: 15px;
    }
    .focus-gallery .placeholder .caption .caption-title {
        font-size: 162%;
    }
    .focus-gallery .placeholder .clicks {
        font-size: 24px;
        min-width: 65px;
    }
}
@media screen and (max-width: 503px) {
    .focus-gallery .placeholder .caption {
        font-size: 14px;
    }
    .focus-gallery .placeholder .caption .caption-text {
        display: none;
    }
    .focus-gallery .placeholder .clicks {
        font-size: 20px;
        min-width: 50px;
    }
}
@media screen and (max-width: 377px) {
    .focus-gallery .placeholder .caption {
        font-size: 13px;
        bottom: 6%;
    }
    .focus-gallery .placeholder .clicks {
        font-size: 16px;
        min-width: 50px;
    }
}
@media screen and (max-width: 335px) {
    .focus-gallery .placeholder .caption {
        font-size: 12px;
        bottom: 8%;
    }
    .focus-gallery .placeholder .clicks {
        font-size: 16px;
        min-width: 40px;
    }
}