전용관, PDP 영상 수정 완료
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user