@media only screen and (max-width: 999px) {
    .album-lft {
        float: left;
        width: 100px;
        padding: 15px 0 0 15px;
    }
    .album-img {
        border-radius: 6px;
        overflow: hidden;
    }
}
@media only screen and (max-width: 991px) {
    .tp-lst .tb-cnt-img {
        position: absolute !important;
        transform: translateY(-50%) !important;
    }
    .artst-dv {
        width: 25%;
    }
    .tb-cnt-title-span {
        width: 100%;
        float: left;
        padding: 0px;
        padding-top: 5px;
    }
    .tb-cnt-img {
        position: unset;
        transform: unset;
        float: left;
    }
    .prw-lft {
        width: 300px;
    }
}
@media only screen and (max-width: 767px) {
    .t-lst-ot {
        min-height: auto !important;
    }
    .fullwidth.txt-inner.mb-3.search-area {
        width: 100% !important;
        margin: 0 0 10px 0 !important;
      }
      .crt-bt {
        margin: 10px 0px 15px 0px;
      }
    .tb-cnt.tb-mng-cnt .tb-cnt-in {
        width: 100% !important;
        padding: 5px 10px;
    }
    .tb-cnt.tb-mng-cnt {
        padding: 10px 5px !important;
    }
    .tb-cnt-in.tb-cntr {
        text-align: unset;
    }
    .tb-cnt-in.tb-cntr svg {
        float: right !important;
        padding-right: 15px !important;
    }
    .t-lft {
        width: 100%;
    }
    .t-rt {
        width: 100%;
    }
    .menu-bt-res img {
        width: 23px;
    }
    .menu-bt-res {
        display: block;
        float: right;
        padding: 9px 5px 15px 15px;
    }
    .mnu-dwn {
        float: right;
        transition: .3s ease;
        width: 11px;
        margin-top: 7px;
    }
    .mnu-dwn.active {
        transform: rotate(180deg);
    }
    .head-link:hover svg path {
        color: #fff;
    }
    .usr-ic {
        width: 15px;
        padding-right: 8px;
    }
    .usr-bt2 {
        padding-top: 50px !important;
        border-bottom: 1px solid #1b1b1b;
        margin-bottom: 15px !important;
        padding-bottom: 15px !important;
    }
    .usr-drp-a.drp-res {
        padding: 9px 0px;
    }
    .usr-drp-a.drp-res:hover {
        background: transparent;
    }
    .head-responsive{
        display: block;
    }
    .head-desktop{
        display: none;
    }
    .head-responsive {
        position: fixed;
        left: -240px;
        top: 0;
        bottom: 0;
        background: #000;
        width: 240px;
        overflow: auto;
        transition: .3s ease;
    }
    .head-responsive.active {
        left: 0px;
    }
    .head-responsive-bg {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #00000070;
        display: none;
      }
    .head-link {
        width: 100%;
        margin: 0px;
        padding: 10px 20px;
    }
    .usr-drp {
        display: block;
        position: unset;
        width: 100%;
        float: left;
        text-align: left;
        padding: 0px !important;
      }
    .usr-drp1 {
        position: unset;
        opacity: 1;
        visibility: visible;
        display: none;
        transition: unset;
        width: 100%;
        float: left;
        background: #111;
        margin-top: 20px;
    }
    .prw-cnt-txt-lft {
        width: 175px;
    }
    .prwv-rngtn {
        display: block;
    }
    .artst-dv {
        width: 33.33%;
    }
    .artst-txt h2 {
        font-size: 15px;
    }
    .artst-dv {
        padding-bottom: 0px !important;
    }
    .tb-cnt-head{
        display: block;
        /*color: #9d9d9d;*/
       padding-top: 10px;
       padding-bottom: 5px;
    }
    .tb-cnt {
        display: block;
    }
    .tb-cnt-title-span {
        float: left;
        width: auto;
        padding-top: 0px;
        padding-left: 10px;
    }
    .tb-cnt-in {
        float: left;
        padding: 5px 10px;
        /*color: #fff;*/
    }
    .tb-cnt-img {
        width: 40px;
    }
    .tb-cnt-title-span {
        color: #fff;
    }
    .tb-cnt-title-span span {
        color: #fff;
    }
    .tb-cnt-title .tb-cnt-head {
        padding-bottom: 10px;
    }
    .tb-hd {
        display: none;
    }
    .tb-cnt-out {
        background: unset;
        border-radius: unset;
    }
    .tb-cnt {
        float: left;
        background: #333333;
        padding: 10px 0px;
        border-radius: 5px;
        margin-bottom: 10px;
    }
    .log-lft {
        width: 100%;
        position: unset;
        padding: 20px;
        float: left;
        margin-top: 140px;
    }
    .albm-dv {
        padding-bottom: 10px !mportant;
    }
    .log-rt {
        width: 100%;
    }
    .log-rt {
        width: 100%;
        height: auto;
        top: -90px;
    }
    .login-pop {
        position: relative;
        float: left;
        max-width: 94%;
        padding: 23px;
        margin: 0px auto;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
    }
    .searchwidth {
         width: 100% !important;
          margin: 0 0 10px 0 !important;
          display: block;
    }
    .d1 {
    width: 100%;
    padding-right: 0 !important;
    padding-bottom: 10px;
    }
    .d2 {
    width: 100%;
    }
}
@media only screen and (max-width: 575px) {

    .artst-dv {
        width: 50%;
    }   
}