.lab-content-container {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    background-color: #F7F8F8;
    line-height: 0;
    /* 避免圖片出現空白間隙 */
}


.product-page_lab012_feedback-slider-container {
    overflow-x: hidden;
    width: 750px;
    margin: 0 auto;
    background-color: #e5e5e5;
}

.product-page_lab012_feedback-slider-wrapper {
    /* margin-left: calc((100% - 900px)/2); */
    /* 置中位移補償 */
    /* width: 900px;
    height: 800px; */
    /* background-color: black; */
}

.product-page_lab012_feedback-slider img {
    /* tinyslider 若設置 center: true，則不能直接調整 img 尺寸 */
    /* background-color: #606060; */
    /* border: 1px solid #D9D8D6; */
}

@media screen and (max-width:768px) {
    .product-page_lab012_feedback-slider-container {
        overflow-x: hidden;
        width: 100%;
        margin: 0 auto;
    }

    .product-page_lab012_feedback-slider-wrapper {
        /* margin-left: calc((100% - 700px)/2);
        width: 700px;
        height: 650px; */
        /* background-color: black; */
    }
}

.product-page_lab012_feedback-slider-container .tns-nav {
    display: inline-block;
    position: relative;
    width: calc(100%);
    text-align: center;
    margin: 20px 0;
    line-height: 0;
    /* normalize.css line-height: 1.15; 要歸零不然會影響到 margin 上方高度*/
}

.product-page_lab012_feedback-slider-container .tns-nav button {
    padding: 0;
    height: 4px;
    width: 64px;
    background-color: #D9D8D6;
    border: none;
    border-radius: 0%;
    margin: 0 3px;
}

.product-page_lab012_feedback-slider-container .tns-nav .tns-nav-active {
    background-color: #606060;
}

/* .lab-feedback-slider-container .tns-nav button:last-child {
    display: none;
} */

.shorts-wrapper {
    position: relative;
    /* safari 不支援 aspect-ratio */
    /* aspect-ratio: 16/9;     */
    padding-top: 100%;
    margin: 0;
    background-color: #e9e9e9;
}

.shorts-wrapper iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56.25%;
    height: 100%;
    /* top: 0;
    left: 0;
    width: 100%;
    height: 100%; */
}

@media screen and (max-width:768px) {
    .shorts-wrapper {
        position: relative;
        /* safari 不支援 aspect-ratio */
        /* aspect-ratio: 16/9;     */
        padding-top: 177.77%;
        margin: 0;
        /* background-color: #814b4b; */
        background-color: #e9e9e9;
    }
    
    .shorts-wrapper iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 85% !important;
        height: 100% !important;
        /* top: 0;
        left: 0;
        width: 100%;
        height: 100%; */
    }
}

@media screen and (max-width:576.98px) {

    .product-page_lab012_feedback-slider-container .tns-nav {
        display: inline-block;
        position: relative;
        width: calc(100%);
        text-align: center;
        margin: 16px 0;
        line-height: 0;
    }

    .product-page_lab012_feedback-slider-container .tns-nav button {
        padding: 0;
        height: 3px;
        width: 36px;
        background-color: #D9D8D6;
        border: none;
        border-radius: 0%;
        margin: 0 3px;
    }
}