File size: 256 Bytes
f5071ca |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
.VideoComponent {
height: 580px;
width: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
@media(min-width: 1650px) {
.VideoComponent {
height: 800px;
}
} |