.machine_layer_1 {
}

.machine_layer_2 {
    min-height: 443px;
    max-height: 443px;
    overflow: hidden;
    padding-top: 50px;
}

#filter_paralax_wrapper {
    display: flex;
    flex-direction: column;
}

.filter_layer_2 {
    min-height: 280px;
    max-height: 280px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-top: 160px;
    width: 69%;
    margin: auto;
}

.filter_img{
    min-height: 440px;
    max-height: 440px;
    position: relative;
    display: flex;
    margin: initial !important;
}

.filter_img:hover {
    top: -50px;
}

@media only screen and (max-width: 800px) {
    .machine_layer_2 {
        min-height: 150px;
        max-height: 150px;
    }

    .filter_img{
        min-height: 110px;
        max-height: 110px;
        min-width: 30px;
        max-width: 30px;
    }

    .filter_layer_2 {
        min-height: 69px;
        max-height: 69px;
        padding-top: 60px;
        width: 100%;
    }
}