Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
raw
history blame contribute delete
256 Bytes
.VideoComponent {
height: 580px;
width: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
@media(min-width: 1650px) {
.VideoComponent {
height: 800px;
}
}