::-webkit-scrollbar {
    width: 0;
}

::-webkit-scrollbar-track {
    box-shadow: 0
}

::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 0 solid slategrey;
}

.project-content {
    display: flex;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.project-content-item {
    display: flex;
    width: 50%;
    padding: 40px;
}

h6 {
    margin-top: 20px;
    font-weight: 600;
}

h2,
h3 {
    font-family: "Drugs";
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0em;
    font-weight: 900;
    font-style: normal;
    font-size: 26px;
    letter-spacing: .04em;
    line-height: 1.2em;
    text-transform: none;
    color: #111;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: 1;
}

h3 {
    color: #1353bf;
}

.menu-home {
    color: #222 !important;
}

.project-description p {
    margin: 0;
}

img {
    width: 100%;
}

.image-galery-mainImage {
    width: 100%;
    height: 25vw;
}

#mainImage {
    object-fit: contain;
}

.image-galery-small-images {
    display: flex;
    overflow: hidden;
    /* overflow-x: auto; */
    cursor: pointer;
}

.small-image-container {
    width: 150px;
    height: 85px;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-grow: 1;
    flex-shrink: 0;
}

.small-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    opacity: .5;
}

.small-image-active {
    opacity: 1;
}

.image-galery-container {
    width: 100%;
}

* {
    font-family: "Lato";
}

h2,
h3 {
    font-family: "Lato";
}

.block-2-page-content,
.block-page-content {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}

.image-galery-small-images.active {
    background: rgba(255, 255, 255, 0.3);
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(1);
}

@media only screen and (max-width: 760px) {
    .project-content {
        max-width: 100%;
        overflow: hidden;
        flex-direction: column;
    }
    .project-content-item {
        display: flex;
        width: 100%;
        padding: 20px 0;
    }
    .block-2-page-content,
    .block-page-content {
        padding: 50px 50px;
        padding-bottom: 0;
    }
    .small-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: .5;
    }
    .project-content-right {
        padding: 20px;
        box-sizing: border-box;
    }
    .image-galery-small-images {
        width: 90vw;
        margin: 10px;
        display: flex;
        height: auto;
        overflow: hidden;
        overflow-x: auto;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
    .small-image:focus,
    .small-image:hover {
        opacity: 1;
    }
    .image-galery-mainImage {
        width: auto;
        height: 56vw;
        margin: 10px;
    }
}