@charset "utf-8";

@import url(bootstrap.min.css);

body {
    color: #1a1f3d;
    background: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 1.5;
}

.promo-video {
    width: 100%;
    position: relative;
    padding-bottom: 56%;
}

.promo-video video {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border: 1px solid #c8c8c8;
}