2020-09-30 16:51:32 +00:00
|
|
|
.video-container {
|
2020-11-25 10:56:26 +00:00
|
|
|
position: relative;
|
|
|
|
padding-bottom: 63.15%;
|
|
|
|
height: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
box-shadow: -3px 3px 10px #000000ba;
|
|
|
|
margin-right: -18px;
|
|
|
|
margin-left: -18px;
|
2020-09-30 16:51:32 +00:00
|
|
|
|
2020-11-25 10:56:26 +00:00
|
|
|
@include atSmall {
|
|
|
|
padding-bottom: 60%;
|
|
|
|
}
|
2020-10-07 14:19:57 +00:00
|
|
|
|
2020-11-25 10:56:26 +00:00
|
|
|
@include atMedium {
|
|
|
|
padding-bottom: 59%;
|
|
|
|
}
|
2020-10-07 14:19:57 +00:00
|
|
|
|
2020-11-25 10:56:26 +00:00
|
|
|
@include atLarge {
|
|
|
|
padding-bottom: 54.5%;
|
|
|
|
margin-right: 0px;
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
2020-09-30 16:51:32 +00:00
|
|
|
}
|
|
|
|
|
2020-11-25 10:56:26 +00:00
|
|
|
.video-container video {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2020-09-30 16:51:32 +00:00
|
|
|
}
|