
		#loading-screen {
			z-index: 9999; /* ลอยทับทุกอย่าง */
		}

.loading-spinner-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

/* 🔥 ปรับ Video ให้เต็มพื้นที่ container */
.player video,
.player .video-js,
#city-video,
#city-video1,
#city-video2,
#city-video3,
#city-video4{
    max-width: 100% !important;
}

/* 🔥 ลบ padding/margin ที่ดันภาพให้หด */
.player, 
#live-container,
#live-container .row {
    padding: 0 !important;
    margin: 0 !important;
}

/* 🔥 บังคับให้ image poster ไม่ล้น */
.video-js .vjs-poster {
    background-size: cover !important;
}

.no-live-box {
    z-index: 5 !important;
    position: relative;
    background: #ffffff;
}

#city-video {
    z-index: 10 !important;
    position: relative;
}

.branch-item.active {
    background:#ffe6f2!important;
    border-left:5px solid #d63384;
    font-weight:bold;
    color:#b3005c!important;
}
