.parallax-container{
    height: 150px;
}
.parallax-container::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    display: block;
   background-size: cover;
    transform: translateZ(-1px) scale(2.1);
    min-height: 100%;
    z-index: -2;
   
  }
  .parallax-container {
    position: relative;
    height: 200px;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    width: 100%;
}
  .background-image-2 {
    background-image: url('https://rassweiler-it.de/images/rassweiler-it_jerome_rassweiler_programming_setup_2048x1365.jpg');
}
.background-image-1 {
    background-image: url('https://rassweiler-it.de/images/rassweiler-it_jerome_rassweiler_webdesign.png');
    background-position: center right;
}
.parallax-section{
    height: inherit;
    background: rgba(0, 0, 0, 0.6);
}
.parallax-section .row{
    height: inherit;
}
.parallax-section .row{
    height: inherit;
}
.parallax-section h4{
    color:#ffffff!important;
    font-size: 1.9rem;
}
.parallax-section p{
    color:#ffffff!important;
    font-size: 1.5rem;

}
@media only screen and (max-width: 850px) {
    .parallax-container{
        background-attachment: initial;
    }
}