biobulkbende.org/app/assets/scss/modules/_video-container.scss

32 lines
489 B
SCSS
Raw Normal View History

2020-09-30 16:51:32 +00:00
.video-container {
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
@include atSmall {
padding-bottom: 60%;
}
2020-10-07 14:19:57 +00:00
@include atMedium {
padding-bottom: 59%;
}
2020-10-07 14:19:57 +00:00
@include atLarge {
2020-11-25 11:21:18 +00:00
padding-bottom: 55.7%;
margin-right: 0px;
margin-left: 0px;
}
2020-09-30 16:51:32 +00:00
}
.video-container video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
2020-09-30 16:51:32 +00:00
}