@media only screen (max-width: 992px) {
    .res-display {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .border-term {
        border-right: none !important;
    }

    .footer-mobile-link-position {
        display: flex;
        text-align: center;
        justify-content: center;
    }

    .icon-md-position {
        text-align: center;
    }

    .bread-crumb-nav-link li a h5 {
        font-size: 15px;
    }

    .notice-card-text {
        font-size: 18px;
        overflow: hidden;
    }

    .breadcrumb-font-for-mobile-version a {
        font-size: 14px;
    }

    .font-size-mobile-version-15px {
        font-size: 15px !important;
    }

    .font-size-mobile-version-13px {
        font-size: 13px !important;
    }

    .font-size-mobile-version-12px {
        font-size: 12px !important;
    }

    .card-header h4 {
        font-size: 14px;
    }

    .fixed-width-oto {
        width: 75px !important;
        background-color: pink !important;
    }

    .bottom-menu-column p {
        text-align: center;
    }

    .logo-size {
        max-width: 270PX;
        max-height: 108px;
    }

    td.member-image-size img {
        width: 50px !important;
    }

    .border-end.nth-child-border-end-none {
        border-right: 0px solid white !important;
      }
      .singlePage.videoWrapper iframe {
        height: 193px;
    }
}