
.header  {
    box-shadow: 0 0 8px 0 black;
}

.contact-main-section {
    background: #191919;
    background: url('./assets/ffflux.svg') no-repeat center center fixed;
    height: 400px;
    display: flex;
    justify-content: center;
    background-size: cover;

    .container {
        justify-content: space-around;

        img {
            width: 400px;
        }
    }
}

.schedule-call {
    display: flex;

    a.btn {
        background: var(--sl-red);

        &:hover {
            background: var(--sl-red-darker);
        }
    }
}

.address {
    font-size: 12px;
}

a.link {
    color: var(--sl-red);
    font-size: 16px;
    font-weight: bold;

    &:hover {
        color: var(--sl-red-darker);
    }

}

.product-basic-info {
    background: #00000080;
}

video {
    border: 1px solid white;
}