@media only screen and (max-width : 992px) {
    .hidden-tablet{
        display: none;
    }
}

@media only screen and (max-width : 768px) {
    .hidden-phone{
        display: none;
    }
}

.carousel-item img{
    max-height: 252px;
    margin: auto;
    border-radius: 15px;
}

body{
    background: url(../img/bg_rudy.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.bg-light-transparent-90{
    background-color: rgba(248,249,250,.9) !important;
}

.card{
    background-color: rgba(255,255,255,.9);
}