14 lines
181 B
CSS
14 lines
181 B
CSS
|
|
|
||
|
|
|
||
|
|
.aero-video-wrapper {
|
||
|
|
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande",
|
||
|
|
sans-serif;
|
||
|
|
margin: 0px 0px 0px 0px;
|
||
|
|
padding: 0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.aero-video {
|
||
|
|
width: 100vw;
|
||
|
|
}
|