﻿@font-face {
    font-family: FontAwesome;
    src:
        url("https://prodclstorage.blob.core.windows.net/content/external/fontawesome/6.5.1/webfonts/fa-solid-900.woff2") format("woff2"),
        url("https://prodclstorage.blob.core.windows.net/content/external/fontawesome/6.5.1/webfonts/fa-solid-900.ttf") format("truetype");
}

html, body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

div, video {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

img {
    width: 100%;
    height: 100%;
}

div::before {
    position: absolute;
    bottom: 5%;
    left: 3%;
    content: "\f144";
    font-family: FontAwesome;
    font-size: 50px;
    color: #fff;
    opacity: .3;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

div:hover::before {
    color: #eee;
}
