.project-title{
        font-family: 'Noto Sans TC';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 43px;
        color: #A07739;
        text-align: center;
        padding-top: 30px;
	padding-bottom:24px;
    }

    .screen{
        text-align: center;
        margin:0 auto;
        width: 980px;
        position: relative;
    }

    .screen-title{
        font-family: 'Noto Sans TC';
        font-style: normal;
        font-weight: 700;
        font-size: 34px;
        line-height: 49px;
        color: #1B2D58;
        text-align: left;
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .share-btn{
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .carousel-container{
        width: auto;
        max-width: 980px;
        height: auto;
        margin: 0 auto;
        position: relative;
    }

    .block{
        width: 311px;
        height: 230px;
        text-align: center;
        margin: 0 auto;
        margin-top: 15px;
        cursor: pointer;
    }

    .block-img{
        width: 311px;
        height: 175px;
    }

    .block-text{
        font-family: 'Noto Sans TC';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 29px;
        color: #1B2D58;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .block iframe{
        width:311px;
        height:175px;
    }
    .block-img iframe{
        pointer-events:none;
    }

    .left-btn-mv{
        position: absolute;
        left: -10%;
        top: 30%;
        cursor: pointer;
    }

    .right-btn-mv{
        position: absolute;
        right: -10%;
        top: 30%;
        cursor: pointer;
    }
    .mod-video .owl-dots{
    	display:none;
    }
    .mod-video .owl-dot span{
        background: #BDBDBD !important;
        width:16px !important;
        height:16px !important;
    }
    .mod-video .active span{
        background: #385A3F !important;
    }
    @media only screen and (max-width: 1100px){
        .screen iframe{
            width: 349px;
            height: 195px
        }

        .screen{
            width: 349px;
        }

        .block{
            display: flex;
            width: 343px;
            height: 90px;
        }

        .block-img{
            max-width: 165px;
            max-height: 93px;
        }

        .block-text{
            margin-left: 10px;
            max-width: 168px;
        }

        .block iframe{
            width: 165px;
            height: 93px;
        }

        .left-btn-mv, .right-btn-mv{
            display: none;
        }

        .share-btn{
        position: absolute;
        bottom: -30px;
        right: 0;
    }
    }
