.full-slider-containers, .carousel-barrier{
    height: 700px;
    overflow: hidden;
}
.content-slides {
    position: absolute;
    top: 10%;
    left: 10%;
    color: #fff;
    /*background: rgb(0, 255, 145); */
    width: 80%;
}
img.base-slider-album {
    filter: blur(3px);
}
.content-slides {
    display: flex;
}
img.innder-view-slide {
    height: 510px;
    box-shadow: -4px 5px 7px #1d1c1c;
}
.columer {
    width: 50%;
}
h1, h2 {
    text-shadow: 2px 3px 2px #1d1c1c;
}
h1.InitFade {
    font-size: 100px;
}
.InitFade {
    opacity: 0;
    transition: opacity 2s ease-in-out;
}
.SecondFade{
    opacity: 0;
    transition: opacity 4s ease-in-out;
}
.innder-view-slide {
    opacity: 0;
    transition: opacity 6s ease-in-out;
}
.InitFade.active, .SecondFade.active, .innder-view-slide.active {
    opacity: 1;
}
.InitFade {
    transform: translateY(-50px);
}
.SecondFade {
    transform: translateX(-50px);
}
@media only screen and (max-width: 600px) {
    .full-slider-containers, .carousel-barrier{
        height: 510px;
    }
    .carousel-barrier .item {
        height: 500px;
    }
    .content-slides {
        display: block;
        top:5%;
    }
    .full-slider-containers, .carousel-barrier {
        background: #d94a65b0;
    }
    img.base-slider-album {
        filter: blur(14px);
    }
    .columer {
        width: 100%;
    }
    img.innder-view-slide {
        height: 320px;
    }
}