@import "static-cover.css";

.dynamic-cover .mobile-preview .device-demo canvas{
    z-index:-20;
}
.dynamic-cover .mobile-preview .device-demo video{
    position: absolute;
    top:0;
    left:0;
    right:0;
    margin:auto;
    z-index:-10;
}
.dynamic-cover .mobile-preview .device-demo.iphone8 video{
    width:375px;
    height:375px;
    top:117px;
}
.dynamic-cover .mobile-preview .device-demo.iphone8-plus video{
    width:414px;
    height:414px;
    top:78px;
}
.dynamic-cover .mobile-preview .device-demo.iphonex video{
    width:375px;
    height:375px;
    top:46px;
}
.dynamic-cover .mobile-preview .device-demo.iphonex:after{
    position: absolute;
    content:'';
    left:0;
    right:0;
    top:20px;
    height:70px;
    background-color:#fafafa;
    z-index:-5;
}