.ts-white {
    background-color: rgba(255, 255, 255, .7) !important;
    color: #333;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.ts-black {
    background-color: rgba(0, 0, 0, .2) !important;
    color: #fff;
}

.carousel-caption {
    opacity: 0 !important;
    transition: .3s;
}

.carousel-item:hover .carousel-caption {
    opacity: 1 !important;
    transition: .3s;
    cursor: pointer;
}


/* BACKGROUNDS  */


/* .bg-wallpaper {
    background-image: url(../img/wallpaper.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
} */

.blur {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}