@charset "UTF-8";
#submit {
	font-size: .8rem;
	/*font-size: .5625rem;*/
	text-align: center;
	line-height: 1;
	min-height: 7.66em;
	padding-top: 1.888em;
	color: #004097;
	font-weight: 300;
}
#submit a {
	color: #004097;
	text-decoration: none;
}/* CSS Document */

@media (min-width:768px){
	
	#submit {
		font-size: 1rem;
		/*font-size: 1.0625rem;*/
	}
}
@media (min-width:1024px){
	
	#submit {
        font-size: 1rem;
		/*font-size: .875rem;*/
    }
}
#bg-container {
    position: relative;
    width: 100%;
    height: 100vh; /* 或是你設定的高度 */
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover; /* 關鍵：確保影片填滿但不變形 */
    z-index: -1;
}