@media (min-width: 1199px) {

    body#index #carousel {
        max-width: 773px;
        text-align: center;
        margin: 0 auto;
    }

    .carousel .carousel-inner {
        height: 400px;
    }
}

body#index #carousel .carousel-item .display-1 {
    display: none;
}

@media (max-width: 1200px) {
    body#index #carousel .carousel-inner {
        height: auto;
    }
}

.block-social ul li,
.block-social ul li:hover {
    background-color: #3b5998;
}