table { width: 100%; }
table td { width: 50%; }
img { padding: 2px; }
figcaption { font-size: 10px; }

#main-wrapper a:hover { background-color: rgb(82, 211, 170); color: #000000; text-decoration: none; }
.no-margin { margin-bottom: 5px;}

.margin-top { margin-top: 100px; }
.margin-top-25 { margin-top: 25px; }
.margin-bottom-5 { margin-bottom: 5px; }
.margin-bottom-25 { margin-bottom: 25px; }
.margin-bottom-60 { margin-bottom: 60px; }
.form-wrapper h3 { margin-bottom: 5px !important; }

.fs-6 { font-size: 49px !important; }
.fs-5 { font-size: 22px !important; }

.thumbs img { width: 100%; height: auto; display: block; }

video { clip-path: inset(1px 1px); }

#fh5co-home video
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    min-width: 100%;
    width: auto;
    height: 100%;
    object-fit: cover;
    background-image: url('https://www.oknarenovace.cz/files/spaletovaokna-poster.jpg');
    background-position: center;
    background-size: cover;
}
    
#video-veil
{
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}


@media screen and (max-width: 1024px)
{
    .navbar-header { display: none !important; }
}

.mouseyWrapper {
    position: absolute;
    bottom: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.defaultMousey { border-color: #ffffff; }
.defaultMousey .scroller { background-color: #ff0000; }