@media only screen and (max-width: 520px) {
    .b-display {
        display: block !important;
    }

    .res-logo {
        width: 35% !important;
        display: flex;
        margin: auto;
    }

    .carousel-inner {
        height: 30vh;
    }

    .carousel-inner .carousel-item img {
        height: 30vh;
        object-fit: fill;
    }

    .social-menu ul li {
        list-style: none;
        margin: 0 1px;
    }

    .social-menu ul li .fab {
        font-size: 30px;
        line-height: 40px;
        transition: .3s;
        color: #000;
    }

    .clickable:hover{
        color: #efe00a !important;
        border-bottom: 5px dashed rgb(179, 224, 15);
    }

    .social-menu ul li .fab:hover {
        color: #fff;
    }

    .social-menu ul li a {

        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #fff;
        text-align: center;
        transition: .6s;
        box-shadow: 0 5px 4px rgba(0, 0, 0, .5);
    }

    .social-menu ul li a:hover {
        transform: translate(0, -10%);
    }

    .fixed-button {
        display: none;
    }

    .res-fixed-button {
        width: 100%;
        position: fixed;
        bottom: 0vh;
        z-index: 999;
        display: block;
    }

}