F .owl-wrapper-outer {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: 5%;
}

.sizes.tabulka-z {
    width: 102.5%;
    margin-top: 0px;
    border: 1px solid #000000;
    float: left;
    margin: auto;
    border-collapse: collapse;
    overflow-x: auto;
    display: block;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
}

.sizes.tabulka-m {
    width: 93.1%;
    margin-top: 0px;
    border: 1px solid #000000;
    float: left;
    margin: auto;
    border-collapse: collapse;
    overflow-x: auto;
    display: block;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
}

.col-sm-5 {
    width: 60%;
}

.table-col {
    border: solid rgb(200, 200, 200) 1px;
    padding: .5rem;
    min-width: 100%;
    text-align: center;
}

.table-col {
    white-space: nowrap;
    border-bottom: none;
    color: rgb(20, 20, 20);
}

.table-col:first-of-type {
    border-left: none;
}

.table-col:last-of-type {
    border-right: none;
}

.owl-wrapper {
    min-width: 1200px;
    max-width: 8000px;
}

.owl-next {
    position: absolute;
    left: 97%;
    top: 58%;
}

.owl-prev {
    position: absolute;
    left: 0%;
    top: 58%;
}

.col-sm-5 {
    min-width: 450px;
    max-width: 1000px;
}

.image-container img {
    min-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.sliding-card-with-bottom-image .image-container img {
    position: relative;
    margin: 0 auto;
    padding-top: 3%;
}

@media (max-width: 1200px) {
    .dropbtn {
        background-color: #FFFFFF;
        color: black;
        padding: 16px;
        font-size: 16px;
        border: 0.1em solid #000000;
    }
    .dropdown {
        position: relative;
        display: inline-block;
    }
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }
    .dropdown-content a:hover {
        background-color: #ddd;
    }
    .dropdown:hover .dropdown-content {
        display: block;
    }
    .dropdown:hover .dropbtn {
        background-color: #3e8e41;
    }
    .dropdown-toggle::after {
        content: "";
        margin: 0 0.5em;
        display: inline-block;
        border: 7px solid transparent;
        border-top: 8px solid black;
        border-bottom: 0 none;
    }
    .table-desc {
        margin-top: 900px;
    }
    .owl-wrapper-outer {
        margin-left: 2 10%;
    }
    .sizes.tabulka-z {
        display: none;
    }
    .sizes.tabulka-d {
        display: none;
    }
    .sizes.tabulka-m {
        display: none;
    }
    .table-desc {
        display: none;
    }
}

@media (max-width: 992px) {
    .table-desc {
        margin-top: 900px;
    }
    .owl-wrapper-outer {
        margin-left: 5%;
    }
}

@media screen and (max-width: 768px) {
    .padding-top-115 {
        margin-top: 30px;
        margin-left: 0;
    }
    .padding-top-120 {
        margin-left: 0;
    }
    .content {
        text-align: center;
    }
    .txt {
        text-align: center;
    }
    .table-desc {
        margin-top: 600px;
    }
    .owl-wrapper-outer {
        margin-left: 0%;
        padding-top: 0;
    }
    .img-responsive {
        min-width: 70%;
    }
    .col-sm-5 {
        min-width: 0;
        width: 100%;
        margin-left: 0%;
    }
    aside {
        margin-top: 0px;
        margin-left: 0px;
        padding-right: 15px;
    }
}