/* Using min-width */
/* Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... } */

/* Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... } */

/* Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... } */

/* Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... } */

/* Using max-width */
/* @media (max-width: 575.98px) { ... } */

/* Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) { ... } */

/* Medium devices (tablets, less than 992px)
@media (max-width: 991.98px) { ... } */

/* Large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) { ... } */

@media only screen and (min-width: 1024px) and (max-width: 4800px) {
    .profile-img-wrap {
        position: relative;
        margin: 0 auto;
        padding: 5px;
        max-width: 150px;
        width: 100%;
    }

    .profile-image {
        position: relative;
        overflow: hidden;
        background-color: #fff;
        border-radius: 300px;
        margin: 5px auto 5px auto;
        padding-bottom: 75%;
        border: 1px solid #eee;
        box-shadow: 0 0 5px #eee;
        transition: all 0.3s;
    }

    .profile-image img {
        position: absolute;
        font-size: 20px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        color: gray;
        left: 0;
        top: 0;
    }

}

@media only screen and (max-width: 4800px) {
    .header-sports-m {
        display: none;
    }

    .profile-img-wrap-m {
        max-width: 101px;
        width: 100%;
    }

    .logout-m {
        position: absolute; 
        top: 64px; 
        left: 150px;
    }

    .dropdown-item-style {
        font-size: 20px !important;
        padding-top: 15px !important;
        padding-bottom: 6px !important;
        margin-left: 14px !important;
    }
}

@media only screen and (max-width: 4800px) {
    .sub-nav {
        left: 0;
    }

    .sub-nav nav {
        width: 80%;
        margin: 0 auto; 
    }

    .video-info .average-rating {
        min-width: unset !important;
    }

    .video-info .average-rating .rating-stars-average {
        display: flex !important;
    }

    .video-info .rating-stars {
        min-width: unset !important;
    }
    
}

@media only screen and (max-width: 4800px) {
    .mobile-user-basic-info, .mobile-user-sport-info {
        display: block;
    }

    .dropdown-btn-settings {
        border: none;
        background: none;
        cursor: pointer;
        outline: none;
        font-family: inherit;
        display: block;
        padding-right: 10px !important;
        width: 100% !important;
        padding: .25rem 1.2rem !important;
        font-size: 16px !important;
    }

    .dropdown-btn-settings::before {
        display: inline-block;
        content: "\25BC";
        font-size: 10px;
        position: absolute;
        left: 30px;
        transform: translate(-11%, 7%);
    }

    .dropdown-container-mobile {
        display: none;
    }

    .dropdown-mobile.is-open .dropdown-btn-settings:before {
        transform: rotate(180deg);
    }

    .dropdown-mobile.is-open .dropdown-container-mobile {
        display: block;
    }

    .dropdown-container-mobile a {
        display: block;
    }

    .user-menu-m .feed-menu-options a {
        width: 100%;
        padding-left: 20px !important;
    }
}

@media only screen and (max-width: 4800px) {
    .video-options {
        justify-content: flex-end;
        width: 100%;
    }
}

@media only screen and (max-width: 4800px) {
    .average-rating .rating-stars-average {
        display: flex;
    }
}

@media only screen and (max-width: 4800px) {
    .grey-link {
        color: #5d625f;
    }

    .filter-discover {
        width: 100px;
    }

    .sub-nav {
        position: fixed;
        width: 100%;
        background-color: #ffffff;
        z-index: 999;
    }

    .category-back-toggler {
        position: fixed;
        width: 100%;
        justify-content: start;
        text-align: left;
        background: #ffffff;
        padding-top: 30px;
        padding-bottom: 10px;
        margin-top: -22px;
    }

    /* why is this here?                        */
    /* many pages are affected if it is removed */
    .main {
        padding-top: 40px;
    }

    .category-back-fixed {
        position: fixed;
        background: #ffffff !important;
        width: 100%;
        z-index: 999;
        margin-top: -10px !important;
    }

    .category {
        padding-top: 0px;
    }

    .feed-menu-img-wrap {
        z-index: 9999;
        margin-left: 54px;
        position: fixed;
        margin-top: 15px;
    }

    .feed-m {
        padding-top: 0;
    }

    .feed-p {
        padding-top: 20px !important;
    }

    .folder-img-navigation {
        z-index: 99999;
        margin-left: 54px;
        position: fixed;
        margin-top: 15px;
    }

    .category-filter-m {
        padding-top: 0;
    }
}

@media only screen and (max-width: 4800px) {
    .related-wrap-v .related {
        width: 33%;
        display: block;
        position: unset;
        overflow: hidden;
        padding: 5px;
        height: auto;
    }

    .related-wrap-v .blog .article-img img {
        position: absolute;
        width: 142px;
        height: 90px;
        object-fit: cover;
        left: 0;
        top: 0;
    }

    .related-wrap-v .related a img {
        width: 100%;
    }

    .my-sportsedtv-community {
        display:block;
        font-size:15px;
        margin-top:-3px;
    }

    .my-sportsedtv-community-img {
        margin-top:-5px;
        width: 120px;
    }

    .profile-img-wrap-m {
        position: absolute;
        top: 35px;
        left: 40px;
    }

    .user-name-padding-v {
        padding-top: 110px;
    }
}

@media only screen and (max-width: 768px) {
    .video-container,
    .video-holder {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 500px) {
    .average-rating .rating-stars-average {
        display: block;
    }

    .blog-section-table-new .average-rating .rating-stars-average {
        display: flex;
    }
}
