.icon-xl[class*=text-]>svg [fill]:not([fill=none]){fill:currentColor!important}
.icon-xl>svg: {width: 7rem!important;height: 7rem!important;}

.video {
    position: relative;
    padding-bottom: 10px;
    height: 70vh;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:0;
}