전용관, PDP 영상 수정 완료

This commit is contained in:
2025-11-12 23:22:34 +09:00
parent 97ec363780
commit 6ece736da9
30 changed files with 358 additions and 303 deletions

View File

@@ -300,12 +300,30 @@ html {
}
}
.video-area {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
max-width: 100rem;
// height: 19.667rem;
aspect-ratio: 1000 / 196.67;
padding: 1.7999999999999998vw;
background: url("../images/kia/promotion/video_frame.png") no-repeat center center / contain;
@media (min-width: 1000px) {
padding: 1.8rem;
}
& + .video-area {
margin-top: 1.2rem;
@include tablet {
margin-top: 1.6rem;
}
}
}
video {
width: 100%;
max-width: 100%;
@include tablet {
max-width: 1000px;
}
max-width: 100rem;
}
}
}