.slidertext {
    bottom: 0;
    position: absolute;
    z-index: 21;
}

::selection {
    background: #4d4db1;
    color: white;
    opacity: 20%;
}

.testbg {
    background: #1e1e1e;
}

.schoenimg {
    object-fit: cover;
    height: 350px;
}

.containerfluidbg {
    background-repeat: no-repeat;
    width: 100%;
}

.parallax {
    background-image: url("assets/media/slider2.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.form-control {
    border-radius: 0 !important;
    border: 1px solid #e77655;
    background-color: #1e1e1e !important;
}

label {
    color: #1e1e1e;
    margin-bottom: 10px !important;
    border: solid 1px #e77655;
}

.wpcf7[type="submit"] {
    margin-top: 10px;
    width: 25% !important;
    border-radius: 0;
}

.op-60 {
    opacity: 1;
}

@media screen and (max-width: 992px) {
    .op-60 {
        opacity: .6;
        left: 0;
    }
}

#slider-1-slide-1-layer-6, #slider-1-slide-1-layer-3 {
    display: none!important;
}
