.container {
    max-width: 960px;
}

body {
    background-color: #202020;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-image: url(/img/fullhd.svg);
}

.icon-link>.bi {
    width: .75em;
    height: .75em;
}

/*
   * Custom translucent site header
   */

.site-header {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.site-header a {
    color: #8e8e8e;
    transition: color .15s ease-in-out;
}

.site-header a:hover {
    color: #fff;
    text-decoration: none;
}

/*
   * Dummy devices (replace them with your own or something else entirely!)
   */

.tvs-full-logo {
    background-image: url(/img/tvs-fullhd.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #20202000 !important;
    position: absolute;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
}

/*
   * Extra utilities
   */

.flex-equal>* {
    flex: 1;
}

@media (min-width: 768px) {
    .flex-md-equal>* {
        flex: 1;
    }
}