@media (min-width: 767px){
    .h-sm-10vh {height: 10vh;min-height: 70px; }
    .h-sm-20vh {height: 20vh;min-height: 100px; }
    .h-sm-30vh {height: 30vh;min-height: 200px; }
    .h-sm-40vh {height: 40vh;min-height: 300px; }
    .h-sm-50vh {height: 50vh;min-height: 400px; }
    .h-sm-60vh {height: 60vh;min-height: 500px; }
    .h-sm-70vh {height: 70vh;min-height: 600px; }
    .h-sm-80vh {height: 80vh;min-height: 700px; }
}
@media(max-width: 1024px) {
    .background-image-container-about-us-bg-values {
        width: 100%;
        min-height: 50vh;
        background: #000 url("../images/background/about-us-bg-values-mobile.png") no-repeat 50% 50% / cover;
    }
}
@media (min-width: 993px){
    .h-md-10vh {height: 10vh;min-height: 70px;}
    .h-md-20vh {height: 20vh;min-height: 100px;}
    .h-md-30vh {height: 30vh;min-height: 200px;}
    .h-md-40vh {height: 40vh;min-height: 300px;}
    .h-md-50vh {height: 50vh;min-height: 400px;}
    .h-md-60vh {height: 60vh;min-height: 500px;}
    .h-md-70vh {height: 70vh;min-height: 600px;}
    .h-md-80vh {height: 80vh;min-height: 700px;}
    .mt-md-m40{ margin-top: -40px; }
    .background-image-container-about-us-bg-values { height: 100vh; }
}
@media (max-width: 992px){
    .navbar-collapse.collapse.show {
        position: absolute;
        top: calc(100% + 20px);
        background: #141414;
        padding: 10px;
        left: -40px;
    }
    #homeView { min-height: 90vh; }
    #homeView > div{ min-height: calc(100vh - 5vh); }
    #homeView .music-head { height: min-content !important; padding-top: 30px; padding-bottom: 10px; }
    .headline { font-size: 3em; }
    .profileType p{ padding-bottom: 5px; margin-bottom: 0; }
    #profile-summary h3{ font-size: calc(1.09em + 1vmin); }
    #selectProfileType{
        padding: 2px 30px;
        background-size: 15px;
        background-position: calc(100% - 12px) 7px;
        font-size: 1em;
    }
    #selectProfileType option{ padding: 5px; }
    #artists .owl-controls,
    #services .owl-controls,
    #fans .owl-controls{ display: none !important; }
/*    #artists .owl-item img,
    #services .owl-item img,
    #fans .owl-item img{ width: 80%; }*/
    .owl-carousel .owl-item{ text-align: center; }
    #profile-summary { max-height: 45vh; }
}

@media (max-width: 767px){
    .left, .right {
        position: absolute;
        margin: 0 auto;
        width: 50%;
        /* Adjust width as needed */
    }

    .left {
        right: auto;
        left: -3rem;
    }

    .right {
        left: auto;
        right: -3rem;
    }
    ul.user-type-services { margin-top: 20px; margin-left: auto; }
    .custom-bg2 {
        padding: 0 10%;
        margin-top: 0;
        margin-bottom: 0;
    }

    .background-image-container { min-height: unset; height: auto; }
    .profile-quick-info .bullet-tick li{ font-size: 1.25em; }
    .profile-quick-info .bullet-tick li.active {
        font-size: 1.5em !important;
        font-weight: 600 !important;
        line-height: 1.5em !important;
    }
    a.btn-more-details{ margin-top: 10px; text-align: center; }
    .features-details{ margin-top: 15px; }
    .transparent-bg-section {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}
@media (max-width: 640px) {
    body { font-size: calc(10px + 0.5vw); }
    .headline {
        font-size: 2.2em;
        min-width: 370px;
        line-height: 0.7em;
    }
    .headline *{ font-size: 1em !important; }
    h2 { font-size: 1.8em; }
    h3 { font-size: 1.6em; }
    h4 { font-size: 1.4em; }
    h5 { font-size: 1.2em; }
}

@media (max-width: 560px) {
    .headline {
        font-size: 2em;
        min-width: 300px;
    }
    .btn-watch-video img { max-width: 70px; }
    .icon-item { font-size: 0.9em; }
    ul.user-type-services li {
        font-size: 1.1em;
        margin-bottom: 4px;
    }
    .button-block > button span { font-size: 1.4em; }
    .button-block > button, .button-block .sub-list .btn-outline-success {
        flex-direction: column;
        line-height: 1.2;
        margin: 1px auto;
        padding: 2px 5px;
        width: 65%;
        max-width: unset;
        min-width: fit-content;
    }
    .headline {
        text-align: left;
        text-justify: auto;
    }

    .headline xpan { text-align: left; }
    .button-block .sub-list {
        position: relative;
        left: unset;
        top: unset;
    }
    .artistrow { padding-top: 14vh; }
    .btn-watch-video {
        margin-top: 20px;
        margin-bottom: 30px;
        padding-bottom: 0;
    }
    .icon-cont { margin-top: 15px; }
    .icon-item p br {
        display: none;
        width: 0;
    }
}