@media screen and (max-width: 767px) {
    #bg-video video {
		position: absolute;
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
	} 
	.christmas-2025 .promo-banner {
	    margin-top: -60px;
	    max-width: 280px;
	}
	.christmas-2025 .promo-banner .text-main {
        font-size: 32px;
        padding: 10px 20px;
    }
    .christmas-2025 .promo-banner .text-sub {
        font-size: 18px;
    }
}