﻿

@media screen and (max-width: 480px) {
    .team_style1 {
        padding: 20px
    }
    .top-header--right {
        width: 100%;
        height: 64px;
    }

    #mycarouselExampleFade .owl-item img {
        height: 200px;
    }

    .owl-prev, .owl-next {
        font-size: 14px;
        height: 35px;
        width: 35px;
    }

    .custom-card-info {
        height: 280px
    }

    .newheader {
        margin-top: 15px
    }

    .message-card {
        margin-top: 10px;
    }

    .top-header--right > img {
        object-fit: cover
    }

    .faculty-table {
        font-size: 13px;
    }

    .faculty-img-width {
        width: 200px;
    }

        .faculty-img-width img {
            width: 100%;
            height: 96px;
        }

    .logo {
        margin: auto;
        float: initial;
       
        width: 97%
    }

    .top-header--title > div:first-child {
        font-size: 13px;
    }

    .top-header--title > div:nth-child(2) {
        font-size: 7px;
    }

    .top-header--title > div:nth-child(3), .top-header--title > div:last-child {
        font-size: 8px;
    }

    .top-header--title {
        margin-top: 10px;
        line-height: 16px
    }
    .visitor-count {
        margin-bottom: 10px;
        justify-content: center;
    }
}
