table { width: 100%; }
table td { width: 25%; padding-bottom: 30px; }
img { padding: 2px; }
figcaption { font-size: 10px; }
.margin-top-25 { margin-top: 25px; }
.form-wrapper h3 { margin-bottom: 5px !important; }

.no-margin { margin-bottom: 5px;}
.margin-bottom-60 { margin-bottom: 60px; }

table.imagesWrapper img { width: 100%; height: auto; }

#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/eurookna-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%;
}

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