/* ================================================== 
    Fonts Declaration
================================================== */

@font-face {
    font-family: 'LidlFontCondPro-Regular';
    src: 
    url('/wp-content/themes/lidl/fonts/lidlfontpro/LidlFontCondPro-Regular.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
}

@font-face {
    font-family: 'LidlFontPro-Regular';
    src: 
    url('/wp-content/themes/lidl/fonts/lidlfontpro/LidlFontPro-Regular.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'LidlFontPro-Semibold';
    src: 
    url('/wp-content/themes/lidl/fonts/lidlfontpro/LidlFontPro-Semibold.ttf')  format('truetype');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'GT-Sectra-LG-Display-Regular';
    src: 
    url('/wp-content/themes/lidl/fonts/spectra/GT-Sectra-LG-Display-Regular.woff') format('woff2'),
    url('/wp-content/themes/lidl/fonts/spectra/GT-Sectra-LG-Display-Regular.woff')  format('woff'), 
    url('/wp-content/themes/lidl/fonts/spectra/GT-Sectra-LG-Display-Regular.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'GT-Sectra-LG-Display-Medium';
    src: 
    url('/wp-content/themes/lidl/fonts/spectra/GT-Sectra-LG-Display-Medium.woff') format('woff2'),
    url('/wp-content/themes/lidl/fonts/spectra/GT-Sectra-LG-Display-Medium.woff')  format('woff'), 
    url('/wp-content/themes/lidl/fonts/spectra/GT-Sectra-LG-Display-Medium.ttf')  format('truetype');
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'GT-Sectra-LG-Display-Bold';
    src: 
    url('/wp-content/themes/lidl/fonts/spectra/GT-Sectra-LG-Display-Bold.woff2') format('woff2'),
    url('/wp-content/themes/lidl/fonts/spectra/GT-Sectra-LG-Display-Bold.woff')  format('woff'), 
    url('/wp-content/themes/lidl/fonts/spectra/GT-Sectra-LG-Display-Bold.ttf')  format('truetype');
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'MonumentExtended-Ultrabold';
    src:  
    url('/wp-content/themes/lidl/fonts/monument/MonumentExtended-Ultrabold.otf')  format('opentype');
    font-weight: bolder;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'ApercuPro-Regular';
    src: 
    url('/wp-content/themes/lidl/fonts/apercu/ApercuPro-Regular.eot#iefix') format('embedded-opentype'),  
    url('/wp-content/themes/lidl/fonts/apercu/ApercuPro-Regular.woff') format('woff'), 
    url('/wp-content/themes/lidl/fonts/apercu/ApercuPro-Regular.ttf')  format('truetype'), 
    url('/wp-content/themes/lidl/fonts/apercu/ApercuPro-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}


/* ================================================== 
    Document Setup
================================================== */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
fieldset, form, label, legend,
caption, tfoot, thead,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline: none;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
	outline: none;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

input:focus, textarea:focus
{
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'LidlFontPro-Regular', sans-serif;
    font-size: 16px;
    height: 100%;
    box-sizing: border-box;
    background-color: #E5E3DC;
}

/* ================================================== 
    Texts
================================================== */

/* main */

.full-width-menu-txt {
    font-family: 'GT-Sectra-LG-Display-Medium';
    font-size: 45px;
    letter-spacing: 0px;
    line-height: 65px;
    opacity: 1;
    color: #E5E3DC;
}

.full-width-menu-dd-txt {
    font-family: 'LidlFontPro-Regular';
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 40px;
    opacity: 1;
    color: #E5E3DC;
}

.hero-intro-txt {
    font-family: 'GT-Sectra-LG-Display-Medium';
    font-size: 47px;
    letter-spacing: 0px;
    line-height: 60px;
    opacity: 1;
    color: #000000;
}

.rm-txt {
    font-family: 'GT-Sectra-LG-Display-Medium';
    font-size: 35px;
    letter-spacing: 0px;
    line-height: 41px;
    opacity: 1;
    color: #E5E3DC;
}

.rm-button-txt {
    font-family: 'LidlFontPro-Regular';
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    opacity: 1;
}

.composers-slide-heading-txt {
    font-family: 'GT-Sectra-LG-Display-Medium';
    font-size: 50px;
    letter-spacing: 0px;
    line-height: 53px;
    opacity: 1;
    color: #0050AA;
    text-align: left;
    text-decoration: underline;
}

.composers-slide-knowmore-txt {
    font-family: 'LidlFontPro-Regular';
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 30px;
    opacity: 1;
    color: #0050AA;
    margin-right: 1rem;
}

.composers-slide-content-txt {
    font-family: 'LidlFontPro-Regular';
    font-size: 19px;
    letter-spacing: 0px;
    line-height: 24px;
    opacity: 1;
    color: #000000;
}

.composers-slide-sec-heading-txt {
    font-family: 'GT-Sectra-LG-Display-Medium';
    font-size: 35px;
    letter-spacing: 0px;
    line-height: 39px;
    opacity: 1;
    color: #0050AA;
    text-decoration: underline;
    text-transform: uppercase;
}

.collections-heading-txt {
    font-family: 'GT-Sectra-LG-Display-Regular';
    font-size: 60px;
    letter-spacing: 0px;
    line-height: 38px;
    opacity: 1;
    color: #0050AA;
}

.collections-click-txt {
    font-family: 'LidlFontPro-Regular';
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 21px;
    opacity: 1;
    color: #707070;
}

.collection-heading-txt {
    font-family: 'GT-Sectra-LG-Display-Regular';
    font-size: 55px;
    letter-spacing: 0px;
    line-height: 121px;
    opacity: 1;
    color: #000000;
}

.song-details-txt {
    font-family: 'LidlFontPro-Semibold';
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 38px;
    opacity: 1;
    color: #000000;
}

.collections-coming-soon-txt {
    font-family: 'LidlFontPro-Regular';
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 38px;
    opacity: 1;
    color: #707070;
}

.player-artist-txt {
    font-family: 'LidlFontPro-Semibold';
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 22px;
    opacity: 1;
    color: #000000;
}

.player-song-txt {
    font-family: 'LidlFontPro-Regular';
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 22px;
    opacity: 1;
    color: #000000;
}

.player-collection-txt {
    font-family: 'LidlFontPro-Regular';
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 22px;
    opacity: 1;
    color: #707070;
}

.footer-notes-txt {
    font-family: 'LidlFontPro-Regular';
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 20px;
    opacity: 1;
    color: #707070;
}

.footer-copyright-txt {
    font-family: 'LidlFontPro-Regular';
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 31px;
    opacity: 1;
    color: #707070;
}

.footer-cloudevo-txt {
    font-family: 'LidlFontPro-Regular';
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 31px;
    opacity: 1;
    color: #707070;
}

.cloudevo-logo-txt {
    font-family: 'MonumentExtended-Ultrabold';
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 31px;
    opacity: 1;
    color: #707070;
}

/* more-info */

.more-info-heading-txt {
    font-family: 'GT-Sectra-LG-Display-Medium';
    font-size: 40px;
    letter-spacing: -0.16px;
    line-height: 54px;
    opacity: 1;
    color: #0050AA;
}

.more-info-content-txt {
    font-family: 'LidlFontPro-Regular';
    font-size: 19px;
    letter-spacing: 0px;
    line-height: 24px;
    opacity: 1;
    color: #000000;
}

.more-info-lidl-txt {
    font-family: 'LidlFontPro-Semibold';
    font-size: 35px;
    letter-spacing: 0px;
    line-height: 87px;
    opacity: 1;
    color: #707070;
}


/* internal-info */

.internal-info-heading-txt {
    font-family: 'GT-Sectra-LG-Display-Medium';
    font-size: 55px;
    letter-spacing: -0.39px;
    line-height: 54px;
    opacity: 1;
    color: #0050AA;
}

.internal-info-main-txt {
    font-family: 'GT-Sectra-LG-Display-Medium';
    font-size: 25px;
    letter-spacing: 0px;
    line-height: 31px;
    opacity: 1;
    color: #000000;
}

.internal-info-content-txt {
    font-family: 'LidlFontPro-Regular';
    font-size: 19px;
    letter-spacing: 0px;
    line-height: 24px;
    opacity: 1;
    color: #000000;
}

.internal-info-listen-txt {
    font-family: 'GT-Sectra-LG-Display-Medium';
    font-size: 40px;
    letter-spacing: 0px;
    line-height: 50px;
    opacity: 1;
    color: #707070;
    text-decoration: underline;
}

/* artist */

.artist-heading-txt {
    font-family: 'GT-Sectra-LG-Display-Medium';
    font-size: 30px;
    letter-spacing: -0.08px;
    line-height: 34px;
    opacity: 1;
    color: #0050AA;
    text-transform: uppercase;
}

.artist-content-txt {
    font-family: 'LidlFontPro-Regular';
    font-size: 19px;
    letter-spacing: 0px;
    line-height: 24px;
    opacity: 1;
    color: #000000;
}

.artist-listen-txt {
    font-family: 'LidlFontPro-Regular';
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 38px;
    opacity: 1;
    color: #0050AA;
}

/* Artists-single */

.artists-single-heading-txt {
    font-family: 'GT-Sectra-LG-Display-Medium';
    font-size: 40px;
    letter-spacing: -0.39px;
    line-height: 54px;
    opacity: 1;
    color: #0050AA;
    text-align: center;
}

/* collections */

.collections-page-heading-txt {
    font-family: 'GT-Sectra-LG-Display-Regular';
    font-size: 55px;
    letter-spacing: 0px;
    line-height: 121px;
    opacity: 1;
    color: #000000;
}

/* track */

.track-page-heading-txt {
    font-family: 'GT-Sectra-LG-Display-Medium';
    font-size: 54px;
    letter-spacing: -0.18px;
    line-height: 61px;
    opacity: 1;
    color: #0050AA;
}

.track-page-sub-heading-txt {
    font-family: 'GT-Sectra-LG-Display-Medium';
    font-size: 20px;
    letter-spacing: -0.18px;
    line-height: 90px;
    opacity: 1;
    color: #707070;
}

.track-song-title-txt {
    font-family: 'GT-Sectra-LG-Display-Medium';
    font-size: 40px;
    letter-spacing: 0px;
    line-height: 47px;
    opacity: 1;
    color: #000000;
    text-decoration: underline;
}

.track-details-txt {
    font-family: 'LidlFontPro-Semibold';
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 27px;
    opacity: 1;
    color: #000000;
}

.track-date-txt {
    font-family: 'GT-Sectra-LG-Display-Medium';
    font-size: 65px;
    letter-spacing: 0px;
    line-height: 48px;
    opacity: 1;
    color: #9A9A9A;
}

.track-description-txt {
    font-family: 'LidlFontPro-Regular';
    font-size: 19px;
    letter-spacing: 0px;
    line-height: 24px;
    opacity: 1;
    color: #000000;
}

.track-lyrics-txt {
    font-family: 'GT-Sectra-LG-Display-Medium';
    font-size: 23px;
    letter-spacing: 0px;
    line-height: 29px;
    opacity: 1;
    color: #000000;
}

.track-listen-txt {
    font-family: 'GT-Sectra-LG-Display-Medium';
    font-size: 40px;
    letter-spacing: 0px;
    line-height: 50px;
    opacity: 1;
    color: #707070;
    text-decoration: underline;
}

.track-next-txt {
    font-family: 'LidlFontPro-Regular';
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 38px;
    opacity: 1;
    color: #707070;
}

.track-next-title-txt {
    font-family: 'GT-Sectra-LG-Display-Medium';
    font-size: 30px;
    letter-spacing: -0.11px;
    line-height: 50px;
    opacity: 1;
    color: #0050AA;
}

/* ================================================== 
    Text Helpers
================================================== */

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.indent-30 {
    text-indent: 30px;
}

.bold {
    font-weight: 600;
}

/* ================================================== 
    Color Helpers
================================================== */

.blue {
    color: #0050AA
}

.l-grey {
    color: #E5E3DC;
}

.m-grey {
    color: #9A9A9A;
}

.d-grey {
    color: #707070;
}

.black {
    color: #000000;
}

/* ================================================== 
    Containers
================================================== */

.menu, .content, .footer {
    display: block;
}

.menu {
    margin-top: 30px;
    position: sticky;
    top: 0;
    background-color: #E5E3DC;
    z-index: 3;
}

.menu-wrapper {
    width: 90%;
    height: 25%;
    display: flex;
    flex-direction: row;
    margin: 0 5%;
}

.menu-left {
    display: flex;
    justify-content: flex-end;
    width: 65%;
}

.logo-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 20rem;
}

.header-logo {
    height: 75px;
}

.menu-icon {
    width: 53px;
}

.menu-right {
    display: flex;
    justify-content: flex-end;
    width: 30%;
    margin-top: 2rem;
}

.nav-holder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
}

.nav-item {
    width: unset;
    align-self: unset;
}

.dropdown {
    width: 17%;
    position: absolute;
    top: 80%;
    left: 60%;
    display: flex;
    justify-content: center;
    background-color: #0050AA;
}

.dropdown-holder {
    width: 90%;
    height: 100%;
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
}

.dropdown-item {
    width: 80%;
    padding: 1.5rem 1rem 1rem 1.5rem;
    border-bottom: 1px solid #6E88A5;
    align-self: center;
}

.dropdown-item:last-child {
    border: none;
}

.full-width-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0050AA;
    z-index: 10;
    overflow: auto;
    -ms-overflow-style: none;  
    scrollbar-width: none; 
    z-index: 1000; 
}

.full-width-menu::-webkit-scrollbar {
    display: none;
}

.menu-controls {
    position: relative;
    width: 90%;
    height: 5%;
    margin: 10% 0%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.menu-content {
    position: relative;
    width: 80%;
    margin: 25% 10% 5% 10%;
}

.menu-item {
    margin-bottom: 10%;
}

.menu-items-holder {
    width: 80%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu-item-top {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.about-caret {
    margin-left: 10%;
}

.menu-close-icon {
    width: 62px;
    height: 62px;
}

.menu-item-bottom {
    display: flex;
    flex-direction: column;
    margin-bottom: 5%;
}

.menu-dd-item {
    margin-top: 5%;
    margin-left: 5%;
    width: 105%;
}

.nav-holder-hidden {
    display: flex;
}

.nav-holder-mobile {
    justify-content: flex-end;
}

.full-width-menu-hidden {
    display: none;
}

.body-hidden {
    overflow-y: hidden;
    height: 100%;
}

.menu-icon:hover,
.menu-close-icon:hover,
.about-button-dd:hover,
.about-desktop:hover {
    cursor: pointer;
}

.about-dd-hidden {
    display: none;
}

.caret-change {
    transform: rotate(180deg);
}

.desktop-dropdown-hidden {
    display: none;
}

.hero {
    position: relative;
    width: 100%;
    height: 60vh;
    margin: 0;
    padding: 0;
    background: url(/wp-content/themes/lidl/img/lidl_hero_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 40%;
    background-position: 0% 20%;
    background-origin: padding-box;
    background-size: cover
}

.hero-box {
    position: absolute;
    top: 15%;
    left: 10%;
    width: 80%;
    height: 50%;
    opacity: 1;
}

.bg-holder {
    position: relative;
    overflow: hidden;
    width: 80%;
    height: 100%;
    left: 20%;
}

.bg-hero {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 5%;
}

.read-more {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    /* margin-top: -10%; */
}

.rm-container {
    width: 100%;
    height: 80%;
    background-color:  #0050AA;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 5% 0;
}

.rm-box {
    width: 80%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.rm-button {
    width: 85%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    border: 1px solid white;
    border-radius: 25px;
    margin: 1.5rem auto;
    background-color: transparent;
}

.rm-button-link {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

/* composer sliders */

.sliders {
    position: relative;
    width: 100%;
    margin: 10% auto;
    background: url(/wp-content/themes/lidl/img/lidl_hero_bg.png);
    background-repeat: no-repeat;
    background-position-x: 30%;
    background-position-y: center;
    /* background-size: cover; */
}

.sliders-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slider-bg-holder {
    position: absolute;
    overflow: hidden;
    width: 80%;
    height: 100%;
    left: 20%;
    top: -5%;
}

.slider-bg-hero {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 5%;
}

.slider-top, 
.slider-bottom {
    width: 100%;
}

.slider-bottom {
    margin-bottom: 10%;
}

.slider-top {
    margin-bottom: 5%;
}

/* ====== Swiper Styles START ====== */

.swiper-container {
    width: 100%;
    height: 100%;
    margin: 20px auto;
}

.swiper-slide {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

/* ======= Swiper Styles END ======= */

.m-swiper-slide-top {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.m-slide-heading-holder {
    width: 90%;
    margin: 5%;
}

.slide-heading {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between; 
}

.m-slide-img-holder {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
}

.m-slide-controls-ln {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: first baseline;
    width: 85%;
    margin: -10% 35% 10% 5%;
}

.m-slide-content-holder {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.m-slide-content {
    width: 75%;
}

.m-slide-img {
    width: 50%;
}

.slide-sign-img {
    width: 100%;
}

.slide-composer-sign {
    height: 140px;
    width: auto;
    align-self: flex-end;
}

.slider-scrollbar {
    width: 40%;
    display: flex;
    height: 0.3rem;
    border-top: 1px solid black;
}

.slider-scrollbar-fill {
    width: 50%;
    background:rgba(0,0,0,.5);
    flex: 0;
    flex-basis: 0%;
    position: relative;
    top: -50%;
}

.slide-img {
    width: 60%;
    height: auto;
    align-self: flex-start;
}

.m-img-holder-bottom {
    justify-content: flex-start;
}

.m-slide-contols-bottom {
    justify-content: flex-end;
    margin: -115% 10% 15% 5%;
}

.slider-contols {
    position: relative;
    width: 100%;
    height: 5%;
    display: flex;
    justify-content: flex-end;
}

.controls-wrapper {
    width: 65%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.slider-button-img:hover {
    cursor: pointer;
}

.slider-button-hide {
    display: none;
}

.slider-buttons {
    margin-left: 5%;
}

.hide-last-slide {
    clip-path: polygon(0 0, 60% 0, 60% 100%, 0% 100%);
}

.top-slider-controls-m {
    margin-top: -340%;
    margin-left: -75%;
    z-index: 2;
}

.bot-slider-controls-m {
    margin-top: -120%;
    margin-left: 15%;
    z-index: 2;
}

/* divider */

.divider {
    position: relative;
    width: 100%;
    margin-top: 5%;
}

.divider-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

.divider-img {
    width: 100%;
    height: auto;
}

/* collections */

.collections {
    position: relative;
    width: 80%;
    margin: 30% auto 5% auto;
}

.collections-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.collections-heading-holder {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.collections-heading {
    width: 100%;
}

.collections-heading-click {
    width: 18%;
}

.playlist-head {
    align-self: flex-start;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    width: 100%;
    padding: 1rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.one .playlist-head {
    border-top: none;
}

.playlist-head-left {
    width: 100%;
}

.playlist-head-right {
    width: 10%;
    align-self: center;
}

.two .playlist-head{
    border-bottom: none;
}

.playlists-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    margin: 10% 0;
}

.playlist-wrapper {
    width: 100%;
    max-width: 1456px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background-color: #e5e3dc;
}

.playlist-holder {
    display: flex;
    flex-flow: column;
    width: 100%;
    margin: 1rem 0;
    padding: 5px 0;
}

.playlist-item {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 0.75px solid #b5b5b5;
}

.playlist-song {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
}

.song-number {
    width: 5%;
}

.song-composer {
    width: 60%;
}

.song-title {
    width: 35%;
}

.song-duration {
    width: 10%;
}

.song-number:hover, .song-composer:hover,
.song-title:hover, .song-duration:hover {
    cursor: pointer;
    /* color: #0050AA; */
}

.playlist-song:hover {
    cursor: pointer;
}

.playlist-item-last {
    border-bottom: none;
}

.song-page:hover {
    cursor: pointer;
}

.playlist-show-more {
    width: 45%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    border: 1px solid black;
    border-radius: 25px;
    margin: 1.5rem auto;
    opacity: 0.5;
}

/* player */

.player {
    position: relative;
    height: 8%;
    z-index: 999;
}

.player-sticky {
    position: sticky;
    bottom: 0;
    z-index: 999;
}

.player-container {
    width: 100%;
    height: 4rem;
    background-color: #e5e3dc;
    display: flex;
    flex-direction: column;
}

.songdata-popup {
    width: 100%;
    /* margin: 5%; */
    background: #e5e3dc;
}

.pu-fix {
    width: 90%;
    margin: 1% 5%;
}

.bt-2 {
    border-top: 2px solid #000000;
}

.pp-hidden {
    visibility: hidden;
    opacity: 0;
}

.player-progress-bar {
    display: flex;
    height: 0.2rem;
    border-top: 1px solid black;
}

.player-progress-bar:hover {
    cursor: pointer;
}

.player-control-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-content: center;
    align-self: center;
    width: 75%;
    height: 100%;
}

.player-controls {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    width: 100%;
}

.player-songdata {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.meta-playlist {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    opacity: 1;
}

.player-volume {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: center;
    gap: 1rem;
    width: 40%;
}

.player-progress-fill {
    width: 50%;
    background: #000000;
    flex: 0;
    flex-basis: 50%;
}

.volume-input {
    display: flex;
    position: absolute;
    top: -135%;
    right: 12%;
    transform: rotate(-90deg);
}

.hidden-volume {
    display: none;
}

.active {
    display: flex;
}

.hidden {
    display: none;
}

.less {
    display: none;
}

.more {
    display: flex;
}

.clicked {
    opacity: 1;
}

.play-track:hover {
    cursor: pointer;
}

.play-track-disabled:hover {
    cursor: default;
}

.prev-track:hover {
    cursor: pointer;
}

.next-track:hover {
    cursor: pointer;
}

input[type=range] {
    -webkit-appearance: none;
    background: black;
    width: 100%;
    margin: 0 5px;
    height: 5px;
}
  
input[type=range]:focus {
    outline: none;
}
  
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    /* box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0); */
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    border: 0.2px solid rgba(1, 1, 1, 0);
}
  
input[type=range]::-webkit-slider-thumb {
    height: 15px;
    width: 15px;
    border-radius: 50px;
    background: black;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -3.5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
  
input[type=range]:focus::-webkit-slider-runnable-track {
    background: rgba(255, 255, 255, 0.8);
}
  
input[type=range]::-moz-range-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    /* box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0); */
    background: #000000;
    border-radius: 10px;
    border: 0.2px solid rgba(1, 1, 1, 0);
}
  
input[type=range]::-moz-range-thumb {
    /* box-shadow: 0 0 3px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0); */
    height: 16px;
    width: 16px;
    border-radius: 50px;
    background: black;
    cursor: pointer;
    border: 0.2px solid rgba(1, 1, 1, 0);
}

.align-self-center {
    align-self: center;
}

.hidden {
    display: none;
}

.hidden-volume {
    display: none;
}

.vis-hidden {
    visibility: hidden;
}

/* footer */

.footer {
    position: relative;
    width: 100%;
    height:  15%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    border-top: 1px solid #B4B4B4;
}

.footer-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: unset;
    margin: 5% 5% 10% 5%;
    width: 90%;
}

.footer-mob-ln {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.footer-logo {
    height: 77px;
}

.footer-info-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: 8% 0;
}

.footer-info-ln {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.footer-info-item {
    width: 70%;
    margin-right: 5%;
    margin-top: 5%;
}

.footer-cloudevo-margin {
    margin-right: 0px;
}

.footer-copyright-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.footer-scroll-top {
    align-self: flex-start;
}

.footer-copy {
    align-self: center;
}

.footer-scroll-top:hover {
    cursor: pointer;
}

.a-footer-link {
    color: inherit;
}

/* artists */

.artists-wrapper {
    width: 100%;
    margin: 60px auto;
}

.artist-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 90px;
}

.artist-col {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
}

.artist-img {
    width: 75%;
    height: auto;
    align-self: flex-end
}

.right {
    align-self: flex-end;
}

.artist-line {
    width: 100%;
    height: 45%;
    display: flex;
    justify-content: center;
}

.artist-bio-holder {
    width: 75%;
    align-self: flex-end;
    margin-right: 10%;
    margin-top: 10%;
}

.ml-10 {
    margin-left: 0%;
}

.artist-learn-more {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.artist-lm-img {
    height: 15px;
    align-self: center;
}


.odd-artist-container {
    flex-direction: column;
}

.even-artist-container {
    flex-direction: column-reverse;
}

.odd-col-top {
    margin-bottom: 10%;
    flex-direction: row;
}
.odd-col-bottom {
    width: 80%;
    align-self: flex-end;
}

.even-col-top {
    align-content: flex-end;
    margin-top: 10%;
    margin-left: 10%;
}

.even-col-bottom {
    margin-left: 10%;
}


/* info */

.info-wrapper {
    width: 90%;
    margin: 5% auto;
    position: relative;
}

.info-heading-holder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
}

.info-image-holder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
}

.info-img {
    width: 75%;
    height: auto;
}

.info-holder {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 10% auto 20% auto;
}

.info-text {
    column-count: 1;
    margin-bottom: 2%;
}

.info-visit-lidl {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 15%;
}

.visit-lidl-link {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.visit-lidl-img {
    height: 25px;
    width: auto;
    margin-left: 5%;
}

/* internal artist info */

.art-info-wrapper {
    width: 90%;
    margin: 5% auto;
    position: relative;
}

.art-info-heading {
    width: 100%;
}

.info-heading-line-f {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: flex-start;
}

.info-heading-line-s {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: flex-end;
}

.art-info-heading-holder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.art-info-image-holder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
    margin-top: -5%;
}

.info-img {
    width: 75%;
    height: auto;
}

.art-info-bt-holder {
    width: 100%;
    margin: 20% 0;
}

.art-info-holder {
    width: 80%;
    margin: 0 auto;
}

.art-visit-link-holder {
    width: 100%;
    margin: 10% 0;
    display: flex;
    justify-content: center;
    text-align: center;
}

.art-visit-link:hover {
    color: #0050AA;
}

/* artists single */

.artist-sngl-bio {
    column-count: 1;
    margin-bottom: 2%;
}

/* collections */

.coll-playlist-head {
    padding: 6% 0;
    border-top: none;
}

.coll-playlist-head:hover {
    cursor: pointer;
    color: #0050AA;
}

.coll-playlist-head-left {
    width: 100%;
}

.coll-playlist-head-left:hover {
    color: #0050AA;
}

.coll-playlist-holder {
    padding: 2% 0;
    border-bottom: 2px solid black;
}

.coll-collapsed {
    display: none;
}

.coll-head-left {
    color: #707070
}

.coll-head-right {
    width: 15%;
}

/* track */

.track-page-title {
    position: relative;
    width: 75%;
    margin: 15% auto;
}

.track-heading-holder {
    width: 100%;
}

.track-info {
    position: relative;
    width: 75%;
    margin: 7% auto;
}

.track-heading-line {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.track-info-holder {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.track-info-col {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.track-details-holder {
    display: flex;
    flex-direction: column;
    margin-top: 5%;
}

.track-date {
    display: flex;
    justify-content: flex-end;
    margin-top: 2%;
}

.track-description-holder {
    width: 75%;
    height: 100%;
    margin-top: 0;
    align-self: flex-end;
}

.track-description-heading {
    margin-bottom: 5%;
    margin-top: 50%;
}

.track-lyrics {
    position: relative;
    width: 85%;
    margin: 40% auto;
}

.track-lyrics-holder {
    width: 100%;
    height: 100%;
}

.quotes-top {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.quotes-bottom {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: -15%;
    margin-left: -10%;
}

.track-quotes {
    width: 64px;
    height: 64px;
}

.track-lyrics-verses {
    width: 75%;
    height: 90%;
    display: flex;
    flex-direction: column;
    margin: -5% auto 0 auto;
}

.track-verse {
    margin-bottom: 10%;
}

.track-bg-holder {
    position: relative;
    overflow: hidden;
    width: 80%;
    height: 100%;
    left: 10%;
}

.track-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 5%;
    clip-path: polygon(0 0, 70% 0, 70% 100%, 0% 100%);
}

.track-collections {
    position: relative;
    width: 90%;
    margin: 7% auto;
}

.collections-link-holder {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.track-collections-link:hover {
    color: #0050AA;
}

.track-next-prev {
    position: relative;
    width: 60%;
    margin: 30% auto;
}

.track-prevnext-img {
    width: 69px;
}

.track-np-holder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.track-np-line {
    width: 100%;
    height: 22%;
    display: flex;
    flex-direction: row;
    margin-bottom: 3%;
    justify-content: center;
}

.track-hidden {
    visibility: hidden;
    cursor: auto;
}

.track-np-col {
    height: 100%;
    width: 77%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.track-np-text {
    align-self: center;
    margin: 0 5%;
}

.track-np-f {
    justify-content: center;
}

.track-np-s {
    justify-content: center;
}

.track-name-hidden {
    display: none;
}

.mob-d-none {
    display: none;
}

.nav-d-none {
    display: none;
}

.menu-d-none {
    display: none;
}

.mob-hidden {
    visibility: hidden;
}

@media screen and (min-width: 768px) {
    .top-slider-controls-m {
        margin-top: 165%;
    }
}

@media screen and (min-width: 1023px) {

    /* ================================================== 
        Texts
    ================================================== */

    /* main */

    .logo-top-txt {
        font-family: 'GT-Sectra-LG-Display-Regular';
        font-size: 24px;
        letter-spacing: -0.28px;
        line-height: 28px;
        opacity: 1;
        color: #000000;
    }

    .logo-60 {
        font-size: 38px;
        letter-spacing: -1.8px;
    }

    .menu-item-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 24px;
        opacity: 1;
        color: #707070;
    }

    .menu-drop-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 19px;
        letter-spacing: 0px;
        line-height: 21px;
        opacity: 1;
        color: #E5E3DC;
    }

    .menu-dropdown-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 21px;
        opacity: 1;
        color: #E5E3DC;
    }

    .full-width-menu-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 70px;
        letter-spacing: 0px;
        line-height: 130px;
        opacity: 1;
        color: #E5E3DC;
    }

    .full-width-menu-dd-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 50px;
        letter-spacing: 0px;
        line-height: 38px;
        opacity: 1;
        color: #E5E3DC;
    }

    .hero-intro-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 70px;
        letter-spacing: 0px;
        line-height: 80px;
        opacity: 1;
        color: #000000;
    }

    .rm-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 37px;
        letter-spacing: 0px;
        line-height: 54px;
        opacity: 1;
        color: #E5E3DC;
    }

    .rm-button-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        opacity: 1;
    }

    .composers-slide-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 65px;
        letter-spacing: 0px;
        line-height: 85px;
        opacity: 1;
        color: #0050AA;
        text-align: left;
        text-decoration: unset;
    }

    .composers-slide-knowmore-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 17px;
        letter-spacing: 0px;
        line-height: 30px;
        opacity: 1;
        color: #0050AA;
        margin-right: 1rem;
    }

    .composers-slide-content-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 15px;
        letter-spacing: 0px;
        line-height: 22px;
        opacity: 1;
        color: #000000;
    }

    .composers-slide-sec-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 48px;
        letter-spacing: 0px;
        line-height: 50px;
        opacity: 1;
        color: #0050AA;
        text-decoration: unset;
        text-transform: uppercase;
    }

    .collections-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Regular';
        font-size: 120px;
        letter-spacing: 0px;
        line-height: 100px;
        opacity: 1;
        color: #0050AA;
    }

    .collections-click-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 21px;
        opacity: 1;
        color: #707070;
    }

    .collection-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Regular';
        font-size: 110px;
        letter-spacing: 0px;
        line-height: 121px;
        opacity: 1;
        color: #000000;
    }

    .song-details-txt {
        font-family: 'LidlFontPro-Semibold';
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 38px;
        opacity: 1;
        color: #000000;
    }

    .collections-coming-soon-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 17px;
        letter-spacing: 0px;
        line-height: 38px;
        opacity: 1;
        color: #707070;
    }

    .player-artist-txt {
        font-family: 'LidlFontPro-Semibold';
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 22px;
        opacity: 1;
        color: #000000;
    }

    .player-song-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 22px;
        opacity: 1;
        color: #000000;
    }

    .player-collection-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 22px;
        opacity: 1;
        color: #707070;
    }

    .footer-notes-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 15px;
        letter-spacing: 0px;
        line-height: 25px;
        opacity: 1;
        color: #707070;
    }

    .footer-copyright-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 31px;
        opacity: 1;
        color: #707070;
    }

    .footer-cloudevo-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 31px;
        opacity: 1;
        color: #707070;
    }

    .cloudevo-logo-txt {
        font-family: 'MonumentExtended-Ultrabold';
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 31px;
        opacity: 1;
        color: #707070;
    }

    /* more-info */

    .more-info-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 102px;
        letter-spacing: -0.16px;
        line-height: 122px;
        opacity: 1;
        color: #0050AA;
    }

    .more-info-content-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 30px;
        opacity: 1;
        color: #000000;
    }

    .more-info-lidl-txt {
        font-family: 'LidlFontPro-Semibold';
        font-size: 65px;
        letter-spacing: 0px;
        line-height: 166px;
        opacity: 1;
        color: #707070;
    }

    
    /* internal-info */

    .internal-info-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 115px;
        letter-spacing: -0.16px;
        line-height: 105px;
        opacity: 1;
        color: #0050AA;
    }

    .internal-info-main-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 41px;
        letter-spacing: 0px;
        line-height: 61px;
        opacity: 1;
        color: #000000;
    }

    .internal-info-content-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 25px;
        letter-spacing: 0px;
        line-height: 35px;
        opacity: 1;
        color: #000000;
    }

    .internal-info-listen-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 72px;
        letter-spacing: 0px;
        line-height: 190px;
        opacity: 1;
        color: #707070;
        text-decoration: unset;
    }

    /* artist */

    .artist-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 48px;
        letter-spacing: -0.08px;
        line-height: 54px;
        opacity: 1;
        color: #0050AA;
        text-transform: uppercase;
    }

    .artist-content-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 26px;
        opacity: 1;
        color: #000000;
    }

    .artist-listen-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 38px;
        opacity: 1;
        color: #0050AA;
    }

    /* Artists-single */

    .artists-single-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 100px;
        letter-spacing: -0.16px;
        line-height: 95px;
        opacity: 1;
        color: #0050AA;
        text-align: unset;
    }

    /* collections */

    .collections-page-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Regular';
        font-size: 120px;
        letter-spacing: 0px;
        line-height: 95px;
        opacity: 1;
        color: #000000;
    }

    /* track */

    .track-page-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 130px;
        letter-spacing: -0.18px;
        line-height: 135px;
        opacity: 1;
        color: #0050AA;
    }

    .track-page-sub-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 25px;
        letter-spacing: -0.18px;
        line-height: 90px;
        opacity: 1;
        color: #707070;
    }

    .track-song-title-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 70px;
        letter-spacing: 0px;
        line-height: 80px;
        opacity: 1;
        color: #000000;
        text-decoration: underline;
    }

    .track-details-txt {
        font-family: 'LidlFontPro-Semibold';
        font-size: 19px;
        letter-spacing: 0px;
        line-height: 30px;
        opacity: 1;
        color: #000000;
    }

    .track-date-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 90px;
        letter-spacing: 0px;
        line-height: 48px;
        opacity: 1;
        color: #9A9A9A;
    }

    .track-description-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 26px;
        opacity: 1;
        color: #000000;
    }

    .track-lyrics-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 40px;
        letter-spacing: 0px;
        line-height: 50px;
        opacity: 1;
        color: #000000;
    }

    .track-listen-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 80px;
        letter-spacing: 0px;
        line-height: 130px;
        opacity: 1;
        color: #707070;
        text-decoration: unset;
    }

    .track-next-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 17px;
        letter-spacing: 0px;
        line-height: 38px;
        opacity: 1;
        color: #707070;
    }

    .track-next-title-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 90px;
        letter-spacing: -0.11px;
        line-height: 82px;
        opacity: 1;
        color: #0050AA;
    }

    /* ================================================== 
        Containers
    ================================================== */

    .menu, .content, .footer {
        display: block;
    }

    .menu {
        margin-top: 30px;
        position: sticky;
        top: 0;
        background-color: #E5E3DC;
        z-index: 3;
    }

    .menu-wrapper {
        width: 90%;
        height: 25%;
        display: flex;
        flex-direction: row;
        margin: 0 5%;
    }

    .menu-left {
        display: flex;
        justify-content: space-between;
        width: 75%;
    }

    .logo-holder {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 33%;
    }

    .header-logo {
        height: 88px;
    }
    
    .menu-icon {
        width: 60%;
    }

    .menu-right {
        display: flex;
        justify-content: flex-end;
        width: 45%;
        margin-top: 0rem;
    }

    .nav-holder {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 85%;
    }

    .nav-item {
        width: 33%;
        align-self: center;
    }

    .last-item {
        width: 40%;
    }

    .dropdown {
        width: 23%;
        position: absolute;
        top: 80%;
        left: 60%;
        display: flex;
        justify-content: center;
        background-color: #0050AA;
    }

    .dropdown-holder {
        width: 90%;
        height: 100%;
        padding: 1rem 0;
        display: flex;
        flex-direction: column;
    }

    .dropdown-item {
        width: 80%;
        padding: 1.5rem 1rem 1rem 1.5rem;
        border-bottom: 1px solid #6E88A5;
        align-self: center;
    }

    .dropdown-item:last-child {
        border: none;
    }

    .full-width-menu {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #0050AA;
        z-index: 10;
        overflow: auto;
        -ms-overflow-style: none;  
        scrollbar-width: none;  
        z-index: 1000;
    }

    .full-width-menu::-webkit-scrollbar {
        display: none;
    }

    .menu-controls {
        position: relative;
        width: 90%;
        height: 5%;
        margin: 3% 5%;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    .menu-content {
        position: relative;
        width: 80%;
        margin: 0 10% 5% 10%;
    }

    .menu-item {
        margin: unset;
    }

    .menu-items-holder {
        width: 90%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .menu-item-top {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .about-caret {
        margin-left: 10%;
    }

    .menu-close-icon {
        width: 62px;
        height: 62px;
    }

    .menu-item-bottom {
        display: flex;
        flex-direction: column;
        margin-bottom: 5%;
    }

    .menu-dd-item {
        margin-top: 5%;
        margin-left: 5%;
        width: 100%;
    }

    .nav-holder-hidden {
        display: flex;
    }

    .nav-holder-mobile {
        justify-content: flex-end;
    }

    .full-width-menu-hidden {
        display: none;
    }

    .body-hidden {
        overflow-y: hidden;
        height: 100%;
    }

    .menu-icon:hover,
    .menu-close-icon:hover,
    .about-button-dd:hover,
    .about-desktop:hover {
        cursor: pointer;
    }

    .about-dd-hidden {
        display: none;
    }

    .caret-change {
        transform: rotate(180deg);
    }

    .desktop-dropdown-hidden {
        display: none;
    }

    .hero {
        position: relative;
        width: 100%;
        height: 100vh;
        margin: 0;
        padding: 0;
        background: url(/wp-content/themes/lidl/img/lidl_hero_bg.png);
        background-repeat: no-repeat;
        background-size: 95% 50%;
        background-position: center top;
        background-origin: padding-box;
        margin-bottom: 0;
    }

    .hero-box {
        position: absolute;
        top: 15%;
        left: 100px;
        width: 50%;
        height: 50%;
        opacity: 1;
    }

    .bg-holder {
        position: relative;
        overflow: hidden;
        width: 80%;
        height: 100%;
        left: 20%;
    }

    .bg-hero {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 5%;
    }

    .read-more {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-content: center;
        margin-top: -25%;
    }

    .rm-container {
        width: 75%;
        height: 75%;
        background-color:  #0050AA;
        display: flex;
        justify-content: center;
        align-content: center;
        padding: 5% 0;
    }

    .rm-box {
        width: 80%;
        height: 80%;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
    }

    .rm-button {
        width: 45%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        border: 1px solid white;
        border-radius: 25px;
        margin: 1.5rem auto;
        background-color: transparent;
    }

    .rm-button-link {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }

    /* composer sliders */

    .sliders {
        position: relative;
        width: 95%;
        margin: 10% auto;
        /* background-image: url(http://localhost/lidl/wp-content/themes/lidl/img/lidl_sliders_bg-01.png);
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: center; */
    }

    .sliders-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* background-image: url(http://localhost/lidl/wp-content/themes/lidl/img/lidl_sliders_bg-01.png);
        background-repeat: no-repeat;
        background-position: -223% 90%; */
    }

    .slider-bg-holder {
        position: absolute;
        overflow: hidden;
        width: 80%;
        height: 100%;
        left: 20%;
        top: -5%;
    }

    .slider-bg-hero {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 5%;
    }

    .slider-top, 
    .slider-bottom {
        width: 95%;
    }

    .slider-top {
        margin-bottom: 5%;
    }

    /* ====== Swiper Styles START ====== */

    .swiper-container {
        width: 100%;
        height: 100%;
        margin: 20px auto;
    }

    .swiper-slide {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 80%;
    }

    .swiper-slide-top {
        width: 100%;
    }

    /* ======= Swiper Styles END ======= */

    .slide-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .slide-wrapper-top {
        flex-direction: row;
    }

    .main-slide {
        width: 70%;
        display: flex;
        flex-direction: column;
    }

    .preview-img-holder {
        position: relative;
        overflow: hidden;
        width: auto;
        height: 72%;
        left: 20%;
    }

    .slide-preview-img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        clip-path: polygon(0 0, 70% 0, 70% 100%, 0% 100%);
    }

    .next-slide-preview {
        width: 30%;
        display: flex;
        justify-content: flex-end;
        align-content: flex-end;
        flex-direction: column;
    }

    .slide-heading-holder {
        width: 100%;
        height: 35%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        z-index: 2;
    }

    .slide-heading {
        width: 85%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .slide-composer-sign {
        height: 75px;
        width: auto;
        align-self: flex-end;
    }

    .slider-scrollbar {
        width: 20%;
        display: flex;
        height: 0.3rem;
        border-top: 1px solid black;
    }

    .slider-scrollbar-fill {
        width: 50%;
        background:rgba(0,0,0,.5);
        flex: 0;
        flex-basis: 0%;
        position: relative;
        top: -50%;
    }

    .slider-button-img {
        width: 75%;
    }

    .slide-body {
        width: 100%;
        height: 65%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: -5%;
    }

    .slide-col {
        width: 50%;
        display: flex;
        flex-direction: column;
    }

    .slide-row {
        width: 100%;
        height: 45%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .row-top {
        height: 35%;
        align-items: flex-start;
    }

    .row-bottom {
        height: 65%;
    }

    .slide-learn-more {
        width: 67%;
        display: flex;
        gap: 1rem;
    }

    .learn-more-link {
        width: 100%;
        display: flex;
    }

    .slide-content {
        width: 65%;
        align-self: flex-start;
    }

    .slide-img {
        width: 75%;
        height: auto;
        align-self: flex-start;
    }

    .sec-slide-body {
        margin-top: 0;
    }

    .sec-slide-left {
        width: 35%;
    }

    .sec-slide-row {
        height: 100%;
        justify-content: flex-end;
    }

    .sec-slide-km {
        width: 100%;
        height: 10%;
        display: flex;
        justify-content: center;
    }

    .row-km {
        margin: 2% 0;
        width: 50%;
    }

    .slider-contols {
        position: relative;
        width: 100%;
        height: 5%;
        display: flex;
        justify-content: flex-end;
    }

    .controls-wrapper {
        width: 65%;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .slider-button-img:hover {
        cursor: pointer;
    }

    .slider-button-hide {
        display: none;
    }

    .slider-buttons {
        margin-left: 5%;
    }

    .hide-last-slide {
        clip-path: polygon(0 0, 60% 0, 60% 100%, 0% 100%);
    }

    .top-slider-controls-m {
        margin-top: unset;
        margin-left: 5%;
        z-index: unset;
    }
    
    .bot-slider-controls-m {
        margin-top: unset;
        margin-left: 5%;
        z-index: unset;
    }

    /* divider */

    .divider {
        position: relative;
        width: 100%;
        margin-top: 5%;
    }

    .divider-container {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-content: center;
    }

    .divider-img {
        width: 100%;
        height: auto;
    }

    /* collections */

    .collections {
        position: relative;
        width: 75%;
        margin: 5% auto;
    }

    .collections-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .collections-heading-holder {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .collections-heading {
        width: 75%;
    }

    .collections-heading-click {
        width: 18%;
    }

    
    .playlist-head {
        align-self: flex-start;
        border-top: 2px solid black;
        border-bottom: 2px solid black;
        width: 100%;
        padding: 1rem 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .one .playlist-head {
        /* border-top: 2px solid black; */
        border-top: none;
    }

    .playlist-head-left {
        width: 80%;
    }

    .playlist-head-right {
        width: 20%;
        align-self: center;
    }

    .two .playlist-head{
        border-bottom: unset;
    }

    .playlists-container {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 100%;
        margin: 10% 0;
    }

    .playlist-wrapper {
        width: 100%;
        max-width: 1456px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        background-color: #e5e3dc;
    }

    .playlist-holder {
        display: flex;
        flex-flow: column;
        width: 100%;
        margin: 1rem 0;
        padding: 5px 0;
    }

    .playlist-item {
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        border-bottom: 0.75px solid #b5b5b5;
    }

    .playlist-song {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 90%;
    }

    .song-number {
        width: 5%;
    }

    .song-composer {
        width: 25%;
    }

    .song-title {
        width: 35%;
    }

    .song-duration {
        width: 10%;
    }

    .song-number:hover, .song-composer:hover,
    .song-title:hover, .song-duration:hover {
        cursor: pointer;
        /* color: #0050AA; */
    }

    .playlist-song:hover {
        cursor: pointer;
    }

    .playlist-item-last {
        border-bottom: none;
    }

    .song-page:hover {
        cursor: pointer;
    }

    .playlist-show-more {
        width: 45%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        border: 1px solid black;
        border-radius: 25px;
        margin: 1.5rem auto;
        opacity: 0.5;
    }

    /* player */

    .player {
        position: relative;
        height: 8%;
        z-index: 999;
    }

    .player-sticky {
        position: sticky;
        bottom: 0;
        z-index: 999;
    }

    .player-container {
        width: 100%;
        height: 5rem;
        background-color: #e5e3dc;
        display: flex;
        flex-direction: column;
    }

    .player-progress-bar {
        display: flex;
        height: 0.2rem;
        border-top: 1px solid black;
    }

    .player-progress-bar:hover {
        cursor: pointer;
    }

    .player-control-bar {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-content: center;
        align-self: center;
        width: 75%;
        height: 100%;
    }

    .player-controls {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        width: 20%;
    }

    .player-songdata {
        display: flex;
        flex-direction: column;
        width: 40%;
    }

    .meta-playlist {
        font-family: 'ProximaNova-Regular', sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        color: #000000;
        opacity: 1;
    }

    .player-volume {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-content: center;
        gap: 1rem;
        width: 40%;
    }

    .player-progress-fill {
        width: 50%;
        background: #000000;
        flex: 0;
        flex-basis: 50%;
    }

    .volume-input {
        display: flex;
        position: absolute;
        top: 20%;
        right: 12%;
        transform: rotate(-90deg);
    }

    .hidden-volume {
        display: none;
    }

    .active {
        display: flex;
    }

    .hidden {
        display: none;
    }

    .less {
        display: none;
    }

    .more {
        display: flex;
    }

    .clicked {
        opacity: 1;
    }

    .play-track:hover {
        cursor: pointer;
    }

    .play-track-disabled:hover {
        cursor: default;
    }

    .prev-track:hover {
        cursor: pointer;
    }

    .next-track:hover {
        cursor: pointer;
    }

    input[type=range] {
        -webkit-appearance: none;
        background: black;
        width: 100%;
        margin: 0 5px;
        height: 5px;
    }
    
    input[type=range]:focus {
        outline: none;
    }
    
    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 8px;
        cursor: pointer;
        /* box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0); */
        background: rgba(255, 255, 255, 0.5);
        border-radius: 10px;
        border: 0.2px solid rgba(1, 1, 1, 0);
    }
    
    input[type=range]::-webkit-slider-thumb {
        height: 15px;
        width: 15px;
        border-radius: 50px;
        background: black;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -3.5px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    }
    
    input[type=range]:focus::-webkit-slider-runnable-track {
        background: rgba(255, 255, 255, 0.8);
    }
    
    input[type=range]::-moz-range-track {
        width: 100%;
        height: 8px;
        cursor: pointer;
        /* box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0); */
        background: #000000;
        border-radius: 10px;
        border: 0.2px solid rgba(1, 1, 1, 0);
    }
    
    input[type=range]::-moz-range-thumb {
        /* box-shadow: 0 0 3px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0); */
        height: 16px;
        width: 16px;
        border-radius: 50px;
        background: black;
        cursor: pointer;
        border: 0.2px solid rgba(1, 1, 1, 0);
    }

    .align-self-center {
        align-self: center;
    }

    .hidden {
        display: none;
    }

    .hidden-volume {
        display: none;
    }

    .vis-hidden {
        visibility: hidden;
    }

    /* footer */

    .footer {
        position: relative;
        width: 100%;
        height:  15%;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        border-top: 1px solid #B4B4B4;
    }

    .footer-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 40px auto;
    }

    .footer-logo {
        height: 90px;
    }

    .footer-info-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 55%;
        margin: 0;
    }

    .footer-info-ln {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

    .footer-info-item {
        width: 40%;
        margin-right: 5%;
    }

    .footer-cloudevo-margin {
        margin-right: 10px;
    }

    .footer-copyright-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 15%;
    }

    .footer-scroll-top, .footer-copy {
        align-self: flex-end;
    }

    .footer-scroll-top:hover {
        cursor: pointer;
    }

    .a-footer-link {
        color: inherit;
    }

    /* artists */

    .odd-artist-container {
        flex-direction: unset;
    }
    
    .even-artist-container {
        flex-direction: unset;
    }
    
    .odd-col-top {
        margin-bottom: unset;
        flex-direction: unset;
    }
    .odd-col-bottom {
        width: unset;
        align-self: unset;
    }
    
    .even-col-top {
        align-content: unset;
        margin-top: unset;
        margin-left: unset;
    }
    
    .even-col-bottom {
        margin-left: unset;
    }

    .artists-wrapper {
        width: 72%;
        margin: 60px auto;
    }

    .artist-container {
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-bottom: 90px;
    }

    .artist-col {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-content: flex-start;
    }

    .artist-img {
        width: 75%;
        height: auto;
        align-self: unset;
    }

    .right {
        align-self: flex-end;
    }

    .artist-line {
        width: 100%;
        height: 45%;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
    }

    .artist-bio-holder {
        width: 80%;
        align-self: flex-end;
        margin-right: 10%;
    }

    .ml-10 {
        margin-left: 30%;
    }

    .artist-learn-more {
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .artist-lm-img {
        height: 12px;
        align-self: center;
    }

    
    /* info */

    .info-wrapper {
        width: 75%;
        margin: 5% auto;
        position: relative;
    }

    .info-heading-holder {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5%;
    }

    .info-image-holder {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5%;
    }

    .info-img {
        width: 75%;
        height: auto;
    }

    .info-holder {
        display: flex;
        flex-direction: column;
        width: 90%;
    }

    .info-text {
        column-count: 2;
        margin-bottom: 2%;
    }

    .info-visit-lidl {
        width: 90%;
        display: flex;
        justify-content: flex-start;
    }

    .visit-lidl-link {
        width: 70%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .visit-lidl-img {
        height: 45px;
        width: auto;
        margin-left: 5%;
    }

    /* internal artist info */

    .art-info-wrapper {
        width: 80%;
        margin: 5% auto;
        position: relative;
    }

    .art-info-heading {
        width: 100%;
    }

    .info-heading-line-f {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: flex-start;
    }

    .info-heading-line-s {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: flex-end;
    }

    .art-info-heading-holder {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .art-info-image-holder {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5%;
        margin-top: -5%;
    }

    .info-img {
        width: 75%;
        height: auto;
    }

    .art-info-bt-holder {
        width: 100%;
        margin: 5% 0;
    }

    .art-info-holder {
        width: 80%;
        margin: 0 auto;
    }

    .art-visit-link-holder {
        width: 100%;
        margin: 10% 0;
        display: flex;
        justify-content: center;
        text-align: unset;
    }

    .art-visit-link:hover {
        color: #0050AA;
    }

    /* artists single */

    .artist-sngl-bio {
        column-count: 1;
        margin-bottom: 2%;
    }

    .art-sngl-heading {
        text-align: center;
        width: 100%;
    }

    /* collections */

    .coll-playlist-head {
        padding: 6% 0;
        border-top: none;
    }

    .coll-playlist-head:hover {
        cursor: pointer;
        color: #0050AA;
    }

    .coll-playlist-head-left {
        width: 95%;
    }

    .coll-playlist-head-left:hover {
        color: #0050AA;
    }

    .coll-playlist-holder {
        padding: 2% 0;
        border-bottom: 2px solid black;
    }

    .coll-collapsed {
        display: none;
    }

    .coll-head-left {
        color: #707070
    }

    .coll-head-right {
        width: 15%;
    }

    /* track */

    .track-page {
        background-image: url(/wp-content/themes/lidl/img/lidl_hero_bg.png);
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: right;
    }

    .track-page-title {
        position: relative;
        width: 75%;
        margin: 7% auto;
    }

    .track-heading-holder {
        width: 100%;
    }

    .track-info {
        position: relative;
        width: 75%;
        margin: 7% auto;
    }

    .track-heading-line {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .track-info-holder {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .track-info-col {
        width: 40%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .track-details-holder {
        display: flex;
        flex-direction: column;
        margin-top: 5%;
    }

    .track-date {
        display: flex;
        justify-content: flex-end;
        margin-top: 2%;
    }

    .track-description-holder {
        width: 100%;
        height: 100%;
        margin-top: 0;
    }

    .track-description-heading {
        margin-bottom: 5%;
        margin-top: 50%;
    }

    .track-lyrics {
        position: relative;
        width: 85%;
        margin: 2% auto 7% auto;
    }

    .track-lyrics-holder {
        width: 50%;
        height: 100%;
    }

    .quotes-top {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }

    .quotes-bottom {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-top: -15%;
        margin-left: -10%;
    }

    .track-quotes {
        width: 110px;
        height: 110px;
    }

    .track-lyrics-verses {
        width: 75%;
        height: 90%;
        display: flex;
        flex-direction: column;
        margin: -5% auto 0 auto;
    }

    .track-verse {
        margin-bottom: 10%;
    }

    .track-bg-holder {
        position: relative;
        overflow: hidden;
        width: 80%;
        height: 100%;
        left: 10%;
    }

    .track-bg-img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 5%;
        clip-path: polygon(0 0, 70% 0, 70% 100%, 0% 100%);
    }

    .track-collections {
        position: relative;
        width: 90%;
        margin: 7% auto;
    }

    .collections-link-holder {
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: unset;
    }

    .track-collections-link:hover {
        color: #0050AA;
    }

    .track-next-prev {
        position: relative;
        width: 60%;
        margin: 7% auto;
    }

    .track-prevnext-img {
        width: 100px;
    }

    .track-np-holder {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .track-np-line {
        width: 100%;
        height: 22%;
        display: flex;
        flex-direction: row;
        margin-bottom: 3%;
        justify-content: center;
    }

    .track-hidden {
        visibility: hidden;
        cursor: auto;
    }

    .track-np-col {
        height: 100%;
        width: 93%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .track-np-text {
        align-self: center;
        margin: 0 5%;
    }

    .track-np-f {
        justify-content: flex-end;
    }

    .track-np-s {
        justify-content: flex-start;
    }

    .track-name-hidden {
        display: none;
    }

    .mob-d-none {
        display: flex;
    }

    .nav-d-none {
        display: flex;
    }

    .menu-d-none {
        display: none;
    }

    .mob-hidden {
        visibility: unset;
    }

    .desk-d-none {
        display: none;
    }
}

@media screen and (min-width: 1199px) {

    /* ================================================== 
        Texts
    ================================================== */

    /* main */

    .logo-top-txt {
        font-family: 'GT-Sectra-LG-Display-Regular';
        font-size: 30px;
        letter-spacing: -0.28px;
        line-height: 34px;
        opacity: 1;
        color: #000000;
    }

    .logo-60 {
        font-size: 44px;
        letter-spacing: -1.8px;
    }

    .menu-item-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 24px;
        opacity: 1;
        color: #707070;
    }

    .menu-drop-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 19px;
        letter-spacing: 0px;
        line-height: 21px;
        opacity: 1;
        color: #E5E3DC;
    }

    .menu-dropdown-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 21px;
        opacity: 1;
        color: #E5E3DC;
    }

    .full-width-menu-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 110px;
        letter-spacing: 0px;
        line-height: 137px;
        opacity: 1;
        color: #E5E3DC;
    }

    .full-width-menu-dd-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 60px;
        letter-spacing: 0px;
        line-height: 38px;
        opacity: 1;
        color: #E5E3DC;
    }

    .hero-intro-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 91px;
        letter-spacing: 0px;
        line-height: 109px;
        opacity: 1;
        color: #000000;
    }

    .rm-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 42px;
        letter-spacing: 0px;
        line-height: 60px;
        opacity: 1;
        color: #E5E3DC;
    }

    .rm-button-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        opacity: 1;
    }

    .composers-slide-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 75px;
        letter-spacing: 0px;
        line-height: 75px;
        opacity: 1;
        color: #0050AA;
        text-align: left;
        text-decoration: unset;
    }

    .composers-slide-knowmore-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 17px;
        letter-spacing: 0px;
        line-height: 30px;
        opacity: 1;
        color: #0050AA;
        margin-right: 1rem;
    }

    .composers-slide-content-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 26px;
        opacity: 1;
        color: #000000;
    }

    .composers-slide-sec-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 60px;
        letter-spacing: 0px;
        line-height: 65px;
        opacity: 1;
        color: #0050AA;
        text-decoration: unset;
        text-transform: uppercase;
    }

    .collections-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Regular';
        font-size: 160px;
        letter-spacing: 0px;
        line-height: 121px;
        opacity: 1;
        color: #0050AA;
    }

    .collections-click-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 17px;
        letter-spacing: 0px;
        line-height: 21px;
        opacity: 1;
        color: #707070;
    }

    .collection-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Regular';
        font-size: 110px;
        letter-spacing: 0px;
        line-height: 121px;
        opacity: 1;
        color: #000000;
    }

    .song-details-txt {
        font-family: 'LidlFontPro-Semibold';
        font-size: 22px;
        letter-spacing: 0px;
        line-height: 38px;
        opacity: 1;
        color: #000000;
    }

    .collections-coming-soon-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 17px;
        letter-spacing: 0px;
        line-height: 38px;
        opacity: 1;
        color: #707070;
    }

    .player-artist-txt {
        font-family: 'LidlFontPro-Semibold';
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 22px;
        opacity: 1;
        color: #000000;
    }

    .player-song-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 22px;
        opacity: 1;
        color: #000000;
    }

    .player-collection-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 22px;
        opacity: 1;
        color: #707070;
    }

    .footer-notes-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 17px;
        letter-spacing: 0px;
        line-height: 25px;
        opacity: 1;
        color: #707070;
    }

    .footer-copyright-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 31px;
        opacity: 1;
        color: #707070;
    }

    .footer-cloudevo-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 31px;
        opacity: 1;
        color: #707070;
    }

    .cloudevo-logo-txt {
        font-family: 'MonumentExtended-Ultrabold';
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 31px;
        opacity: 1;
        color: #707070;
    }

    /* more-info */

    .more-info-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 127px;
        letter-spacing: -0.16px;
        line-height: 161px;
        opacity: 1;
        color: #0050AA;
    }

    .more-info-content-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 22px;
        letter-spacing: 0px;
        line-height: 30px;
        opacity: 1;
        color: #000000;
    }

    .more-info-lidl-txt {
        font-family: 'LidlFontPro-Semibold';
        font-size: 65px;
        letter-spacing: 0px;
        line-height: 166px;
        opacity: 1;
        color: #707070;
    }

    
    /* internal-info */

    .internal-info-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 150px;
        letter-spacing: -0.16px;
        line-height: 135px;
        opacity: 1;
        color: #0050AA;
    }

    .internal-info-main-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 50px;
        letter-spacing: 0px;
        line-height: 70px;
        opacity: 1;
        color: #000000;
    }

    .internal-info-content-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 25px;
        letter-spacing: 0px;
        line-height: 35px;
        opacity: 1;
        color: #000000;
    }

    .internal-info-listen-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 90px;
        letter-spacing: 0px;
        line-height: 190px;
        opacity: 1;
        color: #707070;
        text-decoration: unset;
    }

    /* artist */

    .artist-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 70px;
        letter-spacing: -0.08px;
        line-height: 82px;
        opacity: 1;
        color: #0050AA;
        text-transform: uppercase;
    }

    .artist-content-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 26px;
        opacity: 1;
        color: #000000;
    }

    .artist-listen-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 38px;
        opacity: 1;
        color: #0050AA;
    }

    /* Artists-single */

    .artists-single-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 130px;
        letter-spacing: -0.16px;
        line-height: 130px;
        opacity: 1;
        color: #0050AA;
        text-align: unset;
    }

    /* collections */

    .collections-page-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Regular';
        font-size: 155px;
        letter-spacing: 0px;
        line-height: 121px;
        opacity: 1;
        color: #000000;
    }

    /* track */

    .track-page-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 180px;
        letter-spacing: -0.18px;
        line-height: 190px;
        opacity: 1;
        color: #0050AA;
    }

    .track-page-sub-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 25px;
        letter-spacing: -0.18px;
        line-height: 90px;
        opacity: 1;
        color: #707070;
    }

    .track-song-title-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 70px;
        letter-spacing: 0px;
        line-height: 80px;
        opacity: 1;
        color: #000000;
        text-decoration: underline;
    }

    .track-details-txt {
        font-family: 'LidlFontPro-Semibold';
        font-size: 19px;
        letter-spacing: 0px;
        line-height: 30px;
        opacity: 1;
        color: #000000;
    }

    .track-date-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 90px;
        letter-spacing: 0px;
        line-height: 48px;
        opacity: 1;
        color: #9A9A9A;
    }

    .track-description-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 26px;
        opacity: 1;
        color: #000000;
    }

    .track-lyrics-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 40px;
        letter-spacing: 0px;
        line-height: 50px;
        opacity: 1;
        color: #000000;
    }

    .track-listen-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 100px;
        letter-spacing: 0px;
        line-height: 190px;
        opacity: 1;
        color: #707070;
        text-decoration: unset;
    }

    .track-next-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 17px;
        letter-spacing: 0px;
        line-height: 38px;
        opacity: 1;
        color: #707070;
    }

    .track-next-title-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 90px;
        letter-spacing: -0.11px;
        line-height: 82px;
        opacity: 1;
        color: #0050AA;
    }

    /* ================================================== 
        Containers
    ================================================== */

    .menu, .content, .footer {
        display: block;
    }

    .menu {
        margin-top: 30px;
        position: sticky;
        top: 0;
        background-color: #E5E3DC;
        z-index: 3;
    }

    .menu-wrapper {
        width: 90%;
        height: 25%;
        display: flex;
        flex-direction: row;
        margin: 0 5%;
    }

    .menu-left {
        display: flex;
        justify-content: space-between;
        width: 55%;
    }

    .logo-holder {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 33%;
    }

    .header-logo {
        height: 91px;
    }
    
    .menu-icon {
        width: 100%;
    }

    .menu-right {
        display: flex;
        justify-content: flex-end;
        width: 45%;
        margin-top: 0rem;
    }

    .nav-holder {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 85%;
    }

    .nav-item {
        width: 33%;
        align-self: center;
    }

    .dropdown {
        width: 23%;
        position: absolute;
        top: 80%;
        left: 60%;
        display: flex;
        justify-content: center;
        background-color: #0050AA;
    }

    .dropdown-holder {
        width: 90%;
        height: 100%;
        padding: 1rem 0;
        display: flex;
        flex-direction: column;
    }

    .dropdown-item {
        width: 80%;
        padding: 1.5rem 1rem 1rem 1.5rem;
        border-bottom: 1px solid #6E88A5;
        align-self: center;
    }

    .dropdown-item:last-child {
        border: none;
    }

    .full-width-menu {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #0050AA;
        z-index: 10;
        overflow: auto;
        -ms-overflow-style: none;  
        scrollbar-width: none;
        z-index: 1000;  
    }

    .full-width-menu::-webkit-scrollbar {
        display: none;
    }

    .menu-controls {
        position: relative;
        width: 90%;
        height: 5%;
        margin: 3% 5%;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    .menu-content {
        position: relative;
        width: 80%;
        margin: 0 10% 5% 10%;
    }

    .menu-item {
        margin: unset;
    }

    .menu-items-holder {
        width: 80%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .menu-item-top {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .about-caret {
        margin-left: 10%;
    }

    .menu-close-icon {
        width: 62px;
        height: 62px;
    }

    .menu-item-bottom {
        display: flex;
        flex-direction: column;
        margin-bottom: 5%;
    }

    .menu-dd-item {
        margin-top: 5%;
        margin-left: 5%;
        width: 100%;
    }

    .nav-holder-hidden {
        display: none;
    }

    .nav-holder-mobile {
        justify-content: flex-end;
    }

    .full-width-menu-hidden {
        display: none;
    }

    .body-hidden {
        overflow-y: hidden;
        height: 100%;
    }

    .menu-icon:hover,
    .menu-close-icon:hover,
    .about-button-dd:hover,
    .about-desktop:hover {
        cursor: pointer;
    }

    .about-dd-hidden {
        display: none;
    }

    .caret-change {
        transform: rotate(180deg);
    }

    .desktop-dropdown-hidden {
        display: none;
    }

    .hero {
        position: relative;
        width: 100%;
        height: 100vh;
        margin: 0;
        padding: 0;
        background: url(/wp-content/themes/lidl/img/lidl_hero_bg.png);
        background-repeat: no-repeat;
        background-size: 81% 62%;
        background-position: 110% 0%;
        background-origin: padding-box;
        margin-bottom: 0;
    }

    .hero-box {
        position: absolute;
        top: 15%;
        left: 100px;
        width: 50%;
        height: 50%;
        opacity: 1;
    }

    .bg-holder {
        position: relative;
        overflow: hidden;
        width: 80%;
        height: 100%;
        left: 20%;
    }

    .bg-hero {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 5%;
    }

    .read-more {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-content: center;
        margin-top: -30%;
    }

    .rm-container {
        width: 75%;
        height: 75%;
        background-color:  #0050AA;
        display: flex;
        justify-content: center;
        align-content: center;
        padding: 5% 0;
    }

    .rm-box {
        width: 80%;
        height: 80%;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
    }

    .rm-button {
        width: 33%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        border: 1px solid white;
        border-radius: 25px;
        margin: 1.5rem auto;
        background-color: transparent;
    }

    .rm-button-link {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }

    /* composer sliders */

    .sliders {
        position: relative;
        width: 95%;
        margin: 10% auto;
        /* background-image: url(http://localhost/lidl/wp-content/themes/lidl/img/lidl_sliders_bg-01.png);
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: center; */
    }

    .sliders-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* background-image: url(http://localhost/lidl/wp-content/themes/lidl/img/lidl_sliders_bg-01.png);
        background-repeat: no-repeat;
        background-position: -223% 90%; */
    }

    .slider-bg-holder {
        position: absolute;
        overflow: hidden;
        width: 80%;
        height: 100%;
        left: 20%;
        top: -5%;
    }

    .slider-bg-hero {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 5%;
    }

    .slider-top, 
    .slider-bottom {
        width: 95%;
    }

    .slider-top {
        margin-bottom: 5%;
    }

    /* ====== Swiper Styles START ====== */

    .swiper-container {
        width: 100%;
        height: 100%;
        margin: 20px auto;
    }

    .swiper-slide {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 80%;
    }

    .swiper-slide-top {
        width: 100%;
    }

    /* ======= Swiper Styles END ======= */

    .slide-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .slide-wrapper-top {
        flex-direction: row;
    }

    .main-slide {
        width: 70%;
        display: flex;
        flex-direction: column;
    }

    .preview-img-holder {
        position: relative;
        overflow: hidden;
        width: auto;
        height: 80%;
        left: 20%;
    }

    .slide-preview-img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        clip-path: polygon(0 0, 70% 0, 70% 100%, 0% 100%);
    }

    .next-slide-preview {
        width: 30%;
        display: flex;
        justify-content: flex-end;
        align-content: flex-end;
        flex-direction: column;
    }

    .slide-heading-holder {
        width: 100%;
        height: 35%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        z-index: 2;
    }

    .slide-heading {
        width: 80%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .slide-composer-sign {
        height: 95px;
        width: auto;
        align-self: flex-end;
    }

    .slider-scrollbar {
        width: 20%;
        display: flex;
        height: 0.3rem;
        border-top: 1px solid black;
    }

    .slider-scrollbar-fill {
        width: 50%;
        background:rgba(0,0,0,.5);
        flex: 0;
        flex-basis: 0%;
        position: relative;
        top: -50%;
    }

    .slider-button-img {
        width: 100%;
    }

    .slide-body {
        width: 100%;
        height: 80%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: -5%;
    }

    .slide-col {
        width: 50%;
        display: flex;
        flex-direction: column;
    }

    .slide-row {
        width: 100%;
        height: 45%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .row-top {
        height: 35%;
        align-items: flex-start;
    }

    .row-bottom {
        height: 65%;
    }

    .slide-learn-more {
        width: 55%;
        display: flex;
        gap: 1rem;
    }

    .learn-more-link {
        width: 100%;
        display: flex;
    }

    .slide-content {
        width: 65%;
        align-self: flex-start;
    }

    .slide-img {
        width: 75%;
        height: auto;
        align-self: flex-start;
    }

    .sec-slide-body {
        margin-top: 0;
    }

    .sec-slide-left {
        width: 35%;
    }

    .sec-slide-row {
        height: 100%;
        justify-content: flex-end;
    }

    .sec-slide-km {
        width: 100%;
        height: 10%;
        display: flex;
        justify-content: center;
    }

    .row-km {
        margin: 2% 0;
        width: 50%;
    }

    .slider-contols {
        position: relative;
        width: 100%;
        height: 5%;
        display: flex;
        justify-content: flex-end;
    }

    .controls-wrapper {
        width: 65%;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .slider-button-img:hover {
        cursor: pointer;
    }

    .slider-button-hide {
        display: none;
    }

    .slider-buttons {
        margin-left: 5%;
    }

    .hide-last-slide {
        clip-path: polygon(0 0, 60% 0, 60% 100%, 0% 100%);
    }

    .top-slider-controls-m {
        margin-top: unset;
        margin-left: 5%;
        z-index: unset;
    }
    
    .bot-slider-controls-m {
        margin-top: unset;
        margin-left: 5%;
        z-index: unset;
    }

    /* divider */

    .divider {
        position: relative;
        width: 100%;
        margin-top: 5%;
    }

    .divider-container {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-content: center;
    }

    .divider-img {
        width: 100%;
        height: auto;
    }

    /* collections */

    .collections {
        position: relative;
        width: 75%;
        margin: 5% auto;
    }

    .collections-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .collections-heading-holder {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .collections-heading {
        width: 75%;
    }

    .collections-heading-click {
        width: 18%;
    }

    
    .playlist-head {
        align-self: flex-start;
        border-top: 2px solid black;
        border-bottom: 2px solid black;
        width: 100%;
        padding: 1rem 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .one .playlist-head {
        /* border-top: 2px solid black; */
        border-top: none;
    }

    .playlist-head-left {
        width: 80%;
    }

    .playlist-head-right {
        width: 20%;
        align-self: center;
    }

    .two .playlist-head{
        border-bottom: unset;
    }

    .playlists-container {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 100%;
        margin: 10% 0;
    }

    .playlist-wrapper {
        width: 100%;
        max-width: 1456px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        background-color: #e5e3dc;
    }

    .playlist-holder {
        display: flex;
        flex-flow: column;
        width: 100%;
        margin: 1rem 0;
        padding: 5px 0;
    }

    .playlist-item {
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        border-bottom: 0.75px solid #b5b5b5;
    }

    .playlist-song {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 90%;
    }

    .song-number {
        width: 5%;
    }

    .song-composer {
        width: 25%;
    }

    .song-title {
        width: 35%;
    }

    .song-duration {
        width: 10%;
    }

    .song-number:hover, .song-composer:hover,
    .song-title:hover, .song-duration:hover {
        cursor: pointer;
        /* color: #0050AA; */
    }

    .playlist-song:hover {
        cursor: pointer;
    }

    .playlist-item-last {
        border-bottom: none;
    }

    .song-page:hover {
        cursor: pointer;
    }

    .playlist-show-more {
        width: 45%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        border: 1px solid black;
        border-radius: 25px;
        margin: 1.5rem auto;
        opacity: 0.5;
    }

    /* player */

    .player {
        position: relative;
        height: 8%;
        z-index: 999;
    }

    .player-sticky {
        position: sticky;
        bottom: 0;
        z-index: 999;
    }

    .player-container {
        width: 100%;
        height: 5rem;
        background-color: #e5e3dc;
        display: flex;
        flex-direction: column;
    }

    .player-progress-bar {
        display: flex;
        height: 0.2rem;
        border-top: 1px solid black;
    }

    .player-progress-bar:hover {
        cursor: pointer;
    }

    .player-control-bar {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-content: center;
        align-self: center;
        width: 75%;
        height: 100%;
    }

    .player-controls {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        width: 20%;
    }

    .player-songdata {
        display: flex;
        flex-direction: column;
        width: 40%;
    }

    .meta-playlist {
        font-family: 'ProximaNova-Regular', sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        color: #000000;
        opacity: 1;
    }

    .player-volume {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-content: center;
        gap: 1rem;
        width: 40%;
    }

    .player-progress-fill {
        width: 50%;
        background: #000000;
        flex: 0;
        flex-basis: 50%;
    }

    .volume-input {
        display: flex;
        position: absolute;
        top: 20%;
        right: 12%;
        transform: rotate(-90deg);
    }

    .hidden-volume {
        display: none;
    }

    .active {
        display: flex;
    }

    .hidden {
        display: none;
    }

    .less {
        display: none;
    }

    .more {
        display: flex;
    }

    .clicked {
        opacity: 1;
    }

    .play-track:hover {
        cursor: pointer;
    }

    .play-track-disabled:hover {
        cursor: default;
    }

    .prev-track:hover {
        cursor: pointer;
    }

    .next-track:hover {
        cursor: pointer;
    }

    input[type=range] {
        -webkit-appearance: none;
        background: black;
        width: 100%;
        margin: 0 5px;
        height: 5px;
    }
    
    input[type=range]:focus {
        outline: none;
    }
    
    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 8px;
        cursor: pointer;
        /* box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0); */
        background: rgba(255, 255, 255, 0.5);
        border-radius: 10px;
        border: 0.2px solid rgba(1, 1, 1, 0);
    }
    
    input[type=range]::-webkit-slider-thumb {
        height: 15px;
        width: 15px;
        border-radius: 50px;
        background: black;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -3.5px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    }
    
    input[type=range]:focus::-webkit-slider-runnable-track {
        background: rgba(255, 255, 255, 0.8);
    }
    
    input[type=range]::-moz-range-track {
        width: 100%;
        height: 8px;
        cursor: pointer;
        /* box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0); */
        background: #000000;
        border-radius: 10px;
        border: 0.2px solid rgba(1, 1, 1, 0);
    }
    
    input[type=range]::-moz-range-thumb {
        /* box-shadow: 0 0 3px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0); */
        height: 16px;
        width: 16px;
        border-radius: 50px;
        background: black;
        cursor: pointer;
        border: 0.2px solid rgba(1, 1, 1, 0);
    }

    .align-self-center {
        align-self: center;
    }

    .hidden {
        display: none;
    }

    .hidden-volume {
        display: none;
    }

    .vis-hidden {
        visibility: hidden;
    }

    /* footer */

    .footer {
        position: relative;
        width: 100%;
        height:  15%;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        border-top: 1px solid #B4B4B4;
    }

    .footer-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 40px 100px;
    }

    .footer-logo {
        height: 140px;
    }

    .footer-info-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 55%;
        margin: 0;
    }

    .footer-info-ln {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

    .footer-info-item {
        width: 30%;
        margin-right: 5%;
    }

    .footer-cloudevo-margin {
        margin-right: 10px;
    }

    .footer-copyright-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 15%;
    }

    .footer-scroll-top, .footer-copy {
        align-self: flex-end;
    }

    .footer-scroll-top:hover {
        cursor: pointer;
    }

    .a-footer-link {
        color: inherit;
    }

    /* artists */

    .odd-artist-container {
        flex-direction: unset;
    }
    
    .even-artist-container {
        flex-direction: unset;
    }
    
    .odd-col-top {
        margin-bottom: unset;
        flex-direction: unset;
    }
    .odd-col-bottom {
        width: unset;
        align-self: unset;
    }
    
    .even-col-top {
        align-content: unset;
        margin-top: unset;
        margin-left: unset;
    }
    
    .even-col-bottom {
        margin-left: unset;
    }

    .artists-wrapper {
        width: 72%;
        margin: 60px auto;
    }

    .artist-container {
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-bottom: 90px;
    }

    .artist-col {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-content: flex-start;
    }

    .artist-img {
        width: 75%;
        height: auto;
        align-self: unset;
    }

    .right {
        align-self: flex-end;
    }

    .artist-line {
        width: 100%;
        height: 45%;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
    }

    .artist-bio-holder {
        width: 80%;
        align-self: flex-end;
        margin-right: 10%;
    }

    .ml-10 {
        margin-left: 30%;
    }

    .artist-learn-more {
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .artist-lm-img {
        height: 15px;
        align-self: center;
    }

    
    /* info */

    .info-wrapper {
        width: 75%;
        margin: 5% auto;
        position: relative;
    }

    .info-heading-holder {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5%;
    }

    .info-image-holder {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5%;
    }

    .info-img {
        width: 75%;
        height: auto;
    }

    .info-holder {
        display: flex;
        flex-direction: column;
        width: 90%;
    }

    .info-text {
        column-count: 2;
        margin-bottom: 2%;
    }

    .info-visit-lidl {
        width: 90%;
        display: flex;
        justify-content: flex-start;
    }

    .visit-lidl-link {
        width: 50%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .visit-lidl-img {
        height: 45px;
        width: auto;
        margin-left: 5%;
    }

    /* internal artist info */

    .art-info-wrapper {
        width: 80%;
        margin: 5% auto;
        position: relative;
    }

    .art-info-heading {
        width: 100%;
    }

    .info-heading-line-f {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: flex-start;
    }

    .info-heading-line-s {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: flex-end;
    }

    .art-info-heading-holder {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .art-info-image-holder {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5%;
        margin-top: -5%;
    }

    .info-img {
        width: 75%;
        height: auto;
    }

    .art-info-bt-holder {
        width: 100%;
        margin: 5% 0;
    }

    .art-info-holder {
        width: 80%;
        margin: 0 auto;
    }

    .art-visit-link-holder {
        width: 100%;
        margin: 10% 0;
        display: flex;
        justify-content: center;
        text-align: unset;
    }

    .art-visit-link:hover {
        color: #0050AA;
    }

    /* artists single */

    .artist-sngl-bio {
        column-count: 1;
        margin-bottom: 2%;
    }

    .art-sngl-heading {
        text-align: center;
        width: 100%;
    }

    /* collections */

    .coll-playlist-head {
        padding: 6% 0;
        border-top: none;
    }

    .coll-playlist-head:hover {
        cursor: pointer;
        color: #0050AA;
    }

    .coll-playlist-head-left {
        width: 95%;
    }

    .coll-playlist-head-left:hover {
        color: #0050AA;
    }

    .coll-playlist-holder {
        padding: 2% 0;
        border-bottom: 2px solid black;
    }

    .coll-collapsed {
        display: none;
    }

    .coll-head-left {
        color: #707070
    }

    .coll-head-right {
        width: 15%;
    }

    /* track */

    .track-page {
        background-image: url(/wp-content/themes/lidl/img/lidl_hero_bg.png);
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: right;
    }

    .track-page-title {
        position: relative;
        width: 75%;
        margin: 7% auto;
    }

    .track-heading-holder {
        width: 100%;
    }

    .track-info {
        position: relative;
        width: 75%;
        margin: 7% auto;
    }

    .track-heading-line {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .track-info-holder {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .track-info-col {
        width: 40%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .track-details-holder {
        display: flex;
        flex-direction: column;
        margin-top: 5%;
    }

    .track-date {
        display: flex;
        justify-content: flex-end;
        margin-top: 2%;
    }

    .track-description-holder {
        width: 100%;
        height: 100%;
        margin-top: 0%;
    }

    .track-description-heading {
        margin-bottom: 5%;
        margin-top: 50%;
    }

    .track-lyrics {
        position: relative;
        width: 85%;
        margin: 2% auto 7% auto;
    }

    .track-lyrics-holder {
        width: 50%;
        height: 100%;
    }

    .quotes-top {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }

    .quotes-bottom {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-top: -15%;
        margin-left: -10%;
    }

    .track-quotes {
        width: 110px;
        height: 110px;
    }

    .track-lyrics-verses {
        width: 75%;
        height: 90%;
        display: flex;
        flex-direction: column;
        margin: -5% auto 0 auto;
    }

    .track-verse {
        margin-bottom: 10%;
    }

    .track-bg-holder {
        position: relative;
        overflow: hidden;
        width: 80%;
        height: 100%;
        left: 10%;
    }

    .track-bg-img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 5%;
        clip-path: polygon(0 0, 70% 0, 70% 100%, 0% 100%);
    }

    .track-collections {
        position: relative;
        width: 90%;
        margin: 7% auto;
    }

    .collections-link-holder {
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: unset;
    }

    .track-collections-link:hover {
        color: #0050AA;
    }

    .track-next-prev {
        position: relative;
        width: 60%;
        margin: 7% auto;
    }

    .track-prevnext-img {
        width: 110px;
    }

    .track-np-holder {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .track-np-line {
        width: 100%;
        height: 22%;
        display: flex;
        flex-direction: row;
        margin-bottom: 3%;
        justify-content: center;
    }

    .track-hidden {
        visibility: hidden;
        cursor: auto;
    }

    .track-np-col {
        height: 100%;
        width: 85%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .track-np-text {
        align-self: center;
        margin: 0 5%;
    }

    .track-np-f {
        justify-content: flex-end;
    }

    .track-np-s {
        justify-content: flex-start;
    }

    .track-name-hidden {
        display: none;
    }

    .mob-d-none {
        display: flex;
    }

    .nav-d-none {
        display: flex;
    }

    .menu-d-none {
        display: flex;
    }

    .mob-hidden {
        visibility: unset;
    }

    .desk-d-none {
        display: none;
    }
}

@media screen and (min-width: 1359px) {

    /* ================================================== 
        Texts
    ================================================== */

    /* main */

    .logo-top-txt {
        font-family: 'GT-Sectra-LG-Display-Regular';
        font-size: 30px;
        letter-spacing: -0.28px;
        line-height: 34px;
        opacity: 1;
        color: #000000;
    }

    .logo-60 {
        font-size: 44px;
        letter-spacing: -1.8px;
    }

    .menu-item-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 24px;
        opacity: 1;
        color: #707070;
    }

    .menu-drop-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 21px;
        opacity: 1;
        color: #E5E3DC;
    }

    .menu-dropdown-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 21px;
        opacity: 1;
        color: #E5E3DC;
    }

    .full-width-menu-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 110px;
        letter-spacing: 0px;
        line-height: 137px;
        opacity: 1;
        color: #E5E3DC;
    }

    .full-width-menu-dd-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 60px;
        letter-spacing: 0px;
        line-height: 38px;
        opacity: 1;
        color: #E5E3DC;
    }

    .hero-intro-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 115px;
        letter-spacing: 0px;
        line-height: 130px;
        opacity: 1;
        color: #000000;
    }

    .rm-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 50px;
        letter-spacing: 0px;
        line-height: 75px;
        opacity: 1;
        color: #E5E3DC;
    }

    .rm-button-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        opacity: 1;
    }

    .composers-slide-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 105px;
        letter-spacing: 0px;
        line-height: 120px;
        opacity: 1;
        color: #0050AA;
        text-align: left;
        text-decoration: unset;
    }

    .composers-slide-knowmore-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 17px;
        letter-spacing: 0px;
        line-height: 30px;
        opacity: 1;
        color: #0050AA;
        margin-right: 1rem;
    }

    .composers-slide-content-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 30px;
        opacity: 1;
        color: #000000;
    }

    .composers-slide-sec-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 65px;
        letter-spacing: 0px;
        line-height: 75px;
        opacity: 1;
        color: #0050AA;
        text-decoration: unset;
        text-transform: uppercase;
    }

    .collections-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Regular';
        font-size: 170px;
        letter-spacing: 0px;
        line-height: 121px;
        opacity: 1;
        color: #0050AA;
    }

    .collections-click-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 17px;
        letter-spacing: 0px;
        line-height: 21px;
        opacity: 1;
        color: #707070;
    }

    .collection-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Regular';
        font-size: 110px;
        letter-spacing: 0px;
        line-height: 121px;
        opacity: 1;
        color: #000000;
    }

    .song-details-txt {
        font-family: 'LidlFontPro-Semibold';
        font-size: 22px;
        letter-spacing: 0px;
        line-height: 38px;
        opacity: 1;
        color: #000000;
    }

    .collections-coming-soon-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 17px;
        letter-spacing: 0px;
        line-height: 38px;
        opacity: 1;
        color: #707070;
    }

    .player-artist-txt {
        font-family: 'LidlFontPro-Semibold';
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 22px;
        opacity: 1;
        color: #000000;
    }

    .player-song-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 22px;
        opacity: 1;
        color: #000000;
    }

    .player-collection-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 22px;
        opacity: 1;
        color: #707070;
    }

    .footer-notes-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 25px;
        opacity: 1;
        color: #707070;
    }

    .footer-copyright-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 31px;
        opacity: 1;
        color: #707070;
    }

    .footer-cloudevo-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 31px;
        opacity: 1;
        color: #707070;
    }

    .cloudevo-logo-txt {
        font-family: 'MonumentExtended-Ultrabold';
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 31px;
        opacity: 1;
        color: #707070;
    }

    /* more-info */

    .more-info-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 138px;
        letter-spacing: -0.16px;
        line-height: 191px;
        opacity: 1;
        color: #0050AA;
    }

    .more-info-content-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 25px;
        letter-spacing: 0px;
        line-height: 35px;
        opacity: 1;
        color: #000000;
    }

    .more-info-lidl-txt {
        font-family: 'LidlFontPro-Semibold';
        font-size: 65px;
        letter-spacing: 0px;
        line-height: 166px;
        opacity: 1;
        color: #707070;
    }

    
    /* internal-info */

    .internal-info-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 175px;
        letter-spacing: -0.16px;
        line-height: 160px;
        opacity: 1;
        color: #0050AA;
    }

    .internal-info-main-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 54px;
        letter-spacing: 0px;
        line-height: 80px;
        opacity: 1;
        color: #000000;
    }

    .internal-info-content-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 25px;
        letter-spacing: 0px;
        line-height: 35px;
        opacity: 1;
        color: #000000;
    }

    .internal-info-listen-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 95px;
        letter-spacing: 0px;
        line-height: 190px;
        opacity: 1;
        color: #707070;
        text-decoration: unset;
    }

    /* artist */

    .artist-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 70px;
        letter-spacing: -0.08px;
        line-height: 82px;
        opacity: 1;
        color: #0050AA;
        text-transform: uppercase;
    }

    .artist-content-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 26px;
        opacity: 1;
        color: #000000;
    }

    .artist-listen-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 38px;
        opacity: 1;
        color: #0050AA;
    }

    /* Artists-single */

    .artists-single-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 140px;
        letter-spacing: -0.16px;
        line-height: 145px;
        opacity: 1;
        color: #0050AA;
        text-align: unset;
    }

    /* collections */

    .collections-page-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Regular';
        font-size: 170px;
        letter-spacing: 0px;
        line-height: 121px;
        opacity: 1;
        color: #000000;
    }

    /* track */

    .track-page-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 180px;
        letter-spacing: -0.18px;
        line-height: 190px;
        opacity: 1;
        color: #0050AA;
    }

    .track-page-sub-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 25px;
        letter-spacing: -0.18px;
        line-height: 90px;
        opacity: 1;
        color: #707070;
    }

    .track-song-title-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 70px;
        letter-spacing: 0px;
        line-height: 80px;
        opacity: 1;
        color: #000000;
        text-decoration: underline;
    }

    .track-details-txt {
        font-family: 'LidlFontPro-Semibold';
        font-size: 19px;
        letter-spacing: 0px;
        line-height: 30px;
        opacity: 1;
        color: #000000;
    }

    .track-date-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 90px;
        letter-spacing: 0px;
        line-height: 48px;
        opacity: 1;
        color: #9A9A9A;
    }

    .track-description-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 26px;
        opacity: 1;
        color: #000000;
    }

    .track-lyrics-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 40px;
        letter-spacing: 0px;
        line-height: 50px;
        opacity: 1;
        color: #000000;
    }

    .track-listen-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 110px;
        letter-spacing: 0px;
        line-height: 190px;
        opacity: 1;
        color: #707070;
        text-decoration: unset;
    }

    .track-next-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 17px;
        letter-spacing: 0px;
        line-height: 38px;
        opacity: 1;
        color: #707070;
    }

    .track-next-title-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 90px;
        letter-spacing: -0.11px;
        line-height: 82px;
        opacity: 1;
        color: #0050AA;
    }

    /* ================================================== 
        Containers
    ================================================== */

    .menu, .content, .footer {
        display: block;
    }

    .menu {
        margin-top: 30px;
        position: sticky;
        top: 0;
        background-color: #E5E3DC;
        z-index: 3;
    }

    .menu-wrapper {
        width: 90%;
        height: 25%;
        display: flex;
        flex-direction: row;
        margin: 0 5%;
    }

    .menu-left {
        display: flex;
        justify-content: space-between;
        width: 55%;
    }

    .logo-holder {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 33%;
    }

    .header-logo {
        height: 91px;
    }
    
    .menu-icon {
        width: 100%;
    }

    .menu-right {
        display: flex;
        justify-content: flex-end;
        width: 45%;
        margin-top: 0rem;
    }

    .nav-holder {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 80%;
    }

    .nav-item {
        width: 33%;
        align-self: center;
    }

    .dropdown {
        width: 23%;
        position: absolute;
        top: 80%;
        left: 60%;
        display: flex;
        justify-content: center;
        background-color: #0050AA;
    }

    .dropdown-holder {
        width: 90%;
        height: 100%;
        padding: 1rem 0;
        display: flex;
        flex-direction: column;
    }

    .dropdown-item {
        width: 80%;
        padding: 1.5rem 1rem 1rem 1.5rem;
        border-bottom: 1px solid #6E88A5;
        align-self: center;
    }

    .dropdown-item:last-child {
        border: none;
    }

    .full-width-menu {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #0050AA;
        z-index: 10;
        overflow: auto;
        -ms-overflow-style: none;  
        scrollbar-width: none;  
        z-index: 1000;
    }

    .full-width-menu::-webkit-scrollbar {
        display: none;
    }

    .menu-controls {
        position: relative;
        width: 90%;
        height: 5%;
        margin: 3% 5%;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    .menu-content {
        position: relative;
        width: 80%;
        margin: 0 10% 5% 10%;
    }

    .menu-item {
        margin: unset;
    }

    .menu-items-holder {
        width: 80%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .menu-item-top {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .about-caret {
        margin-left: 10%;
    }

    .menu-close-icon {
        width: 62px;
        height: 62px;
    }

    .menu-item-bottom {
        display: flex;
        flex-direction: column;
        margin-bottom: 5%;
    }

    .menu-dd-item {
        margin-top: 5%;
        margin-left: 5%;
        width: 100%;
    }

    .nav-holder-hidden {
        display: none;
    }

    .nav-holder-mobile {
        justify-content: flex-end;
    }

    .full-width-menu-hidden {
        display: none;
    }

    .body-hidden {
        overflow-y: hidden;
        height: 100%;
    }

    .menu-icon:hover,
    .menu-close-icon:hover,
    .about-button-dd:hover,
    .about-desktop:hover {
        cursor: pointer;
    }

    .about-dd-hidden {
        display: none;
    }

    .caret-change {
        transform: rotate(180deg);
    }

    .desktop-dropdown-hidden {
        display: none;
    }

    .hero {
        position: relative;
        width: 100%;
        height: 100vh;
        margin: 0;
        padding: 0;
        background: url(/wp-content/themes/lidl/img/lidl_hero_bg.png);
        background-repeat: no-repeat;
        background-size: 90% 110%;
        background-position: 80% -5%;
        background-origin: padding-box;
        margin-bottom: 0;
    }

    .hero-box {
        position: absolute;
        top: 15%;
        left: 100px;
        width: 50%;
        height: 50%;
        opacity: 1;
    }

    .bg-holder {
        position: relative;
        overflow: hidden;
        width: 80%;
        height: 100%;
        left: 20%;
    }

    .bg-hero {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 5%;
    }

    .read-more {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-content: center;
        margin-top: 0;
    }

    .rm-container {
        width: 75%;
        height: 75%;
        background-color:  #0050AA;
        display: flex;
        justify-content: center;
        align-content: center;
        padding: 5% 0;
    }

    .rm-box {
        width: 80%;
        height: 80%;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
    }

    .rm-button {
        width: 33%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        border: 1px solid white;
        border-radius: 25px;
        margin: 1.5rem auto;
        background-color: transparent;
    }

    .rm-button-link {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }

    /* composer sliders */

    .sliders {
        position: relative;
        width: 95%;
        margin: 10% auto;
        /* background-image: url(http://localhost/lidl/wp-content/themes/lidl/img/lidl_sliders_bg-01.png);
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: center; */
    }

    .sliders-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* background-image: url(http://localhost/lidl/wp-content/themes/lidl/img/lidl_sliders_bg-01.png);
        background-repeat: no-repeat;
        background-position: -223% 90%; */
    }

    .slider-bg-holder {
        position: absolute;
        overflow: hidden;
        width: 80%;
        height: 100%;
        left: 20%;
        top: -5%;
    }

    .slider-bg-hero {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 5%;
    }

    .slider-top, 
    .slider-bottom {
        width: 95%;
    }

    .slider-top {
        margin-bottom: 5%;
    }

    /* ====== Swiper Styles START ====== */

    .swiper-container {
        width: 100%;
        height: 100%;
        margin: 20px auto;
    }

    .swiper-slide {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 80%;
    }

    .swiper-slide-top {
        width: 100%;
    }

    /* ======= Swiper Styles END ======= */

    .slide-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .slide-wrapper-top {
        flex-direction: row;
    }

    .main-slide {
        width: 70%;
        display: flex;
        flex-direction: column;
    }

    .preview-img-holder {
        position: relative;
        overflow: hidden;
        width: auto;
        height: 72%;
        left: 20%;
    }

    .slide-preview-img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        clip-path: polygon(0 0, 70% 0, 70% 100%, 0% 100%);
    }

    .next-slide-preview {
        width: 30%;
        display: flex;
        justify-content: flex-end;
        align-content: flex-end;
        flex-direction: column;
    }

    .slide-heading-holder {
        width: 100%;
        height: 35%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        z-index: 2;
    }

    .slide-heading {
        width: 95%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .slide-composer-sign {
        height: 120px;
        width: auto;
        align-self: flex-end;
    }

    .slider-scrollbar {
        width: 20%;
        display: flex;
        height: 0.3rem;
        border-top: 1px solid black;
    }

    .slider-scrollbar-fill {
        width: 50%;
        background:rgba(0,0,0,.5);
        flex: 0;
        flex-basis: 0%;
        position: relative;
        top: -50%;
    }

    .slider-button-img {
        width: 100%;
    }

    .slide-body {
        width: 100%;
        height: 65%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: -5%;
    }

    .slide-col {
        width: 50%;
        display: flex;
        flex-direction: column;
    }

    .slide-row {
        width: 100%;
        height: 45%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .row-top {
        height: 35%;
        align-items: flex-start;
    }

    .row-bottom {
        height: 65%;
    }

    .slide-learn-more {
        width: 50%;
        display: flex;
        gap: 1rem;
    }

    .learn-more-link {
        width: 100%;
        display: flex;
    }

    .slide-content {
        width: 65%;
        align-self: flex-start;
    }

    .slide-img {
        width: 75%;
        height: auto;
        align-self: flex-start;
    }

    .sec-slide-body {
        margin-top: 0;
    }

    .sec-slide-left {
        width: 35%;
    }

    .sec-slide-row {
        height: 100%;
        justify-content: flex-end;
    }

    .sec-slide-km {
        width: 100%;
        height: 10%;
        display: flex;
        justify-content: center;
    }

    .row-km {
        margin: 2% 0;
        width: 50%;
    }

    .slider-contols {
        position: relative;
        width: 100%;
        height: 5%;
        display: flex;
        justify-content: flex-end;
    }

    .controls-wrapper {
        width: 65%;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .slider-button-img:hover {
        cursor: pointer;
    }

    .slider-button-hide {
        display: none;
    }

    .slider-buttons {
        margin-left: 5%;
    }

    .hide-last-slide {
        clip-path: polygon(0 0, 60% 0, 60% 100%, 0% 100%);
    }

    .top-slider-controls-m {
        margin-top: unset;
        margin-left: 5%;
        z-index: unset;
    }
    
    .bot-slider-controls-m {
        margin-top: unset;
        margin-left: 5%;
        z-index: unset;
    }

    /* divider */

    .divider {
        position: relative;
        width: 100%;
        margin-top: 5%;
    }

    .divider-container {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-content: center;
    }

    .divider-img {
        width: 100%;
        height: auto;
    }

    /* collections */

    .collections {
        position: relative;
        width: 75%;
        margin: 5% auto;
    }

    .collections-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .collections-heading-holder {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .collections-heading {
        width: 90%;
    }

    .collections-heading-click {
        width: 10%;
    }

    
    .playlist-head {
        align-self: flex-start;
        border-top: 2px solid black;
        border-bottom: 2px solid black;
        width: 100%;
        padding: 1rem 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .one .playlist-head {
        /* border-top: 2px solid black; */
        border-top: none;
    }

    .playlist-head-left {
        width: 80%;
    }

    .playlist-head-right {
        width: 35%;
        align-self: center;
    }

    .two .playlist-head{
        border-bottom: 2px solid black;
    }

    .playlists-container {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 100%;
        margin: 10% 0;
    }

    .playlist-wrapper {
        width: 100%;
        max-width: 1456px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        background-color: #e5e3dc;
    }

    .playlist-holder {
        display: flex;
        flex-flow: column;
        width: 100%;
        margin: 1rem 0;
        padding: 5px 0;
    }

    .playlist-item {
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        border-bottom: 0.75px solid #b5b5b5;
    }

    .playlist-song {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 90%;
    }

    .song-number {
        width: 5%;
    }

    .song-composer {
        width: 25%;
    }

    .song-title {
        width: 35%;
    }

    .song-duration {
        width: 10%;
    }

    .song-number:hover, .song-composer:hover,
    .song-title:hover, .song-duration:hover {
        cursor: pointer;
        /* color: #0050AA; */
    }

    .playlist-song:hover {
        cursor: pointer;
    }

    .playlist-item-last {
        border-bottom: none;
    }

    .song-page:hover {
        cursor: pointer;
    }

    .playlist-show-more {
        width: 45%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        border: 1px solid black;
        border-radius: 25px;
        margin: 1.5rem auto;
        opacity: 0.5;
    }

    /* player */

    .player {
        position: relative;
        height: 8%;
        z-index: 999;
    }

    .player-sticky {
        position: sticky;
        bottom: 0;
        z-index: 999;
    }

    .player-container {
        width: 100%;
        height: 5rem;
        background-color: #e5e3dc;
        display: flex;
        flex-direction: column;
    }

    .player-progress-bar {
        display: flex;
        height: 0.2rem;
        border-top: 1px solid black;
    }

    .player-progress-bar:hover {
        cursor: pointer;
    }

    .player-control-bar {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-content: center;
        align-self: center;
        width: 75%;
        height: 100%;
    }

    .player-controls {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        width: 20%;
    }

    .player-songdata {
        display: flex;
        flex-direction: column;
        width: 40%;
    }

    .meta-playlist {
        font-family: 'ProximaNova-Regular', sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        color: #000000;
        opacity: 1;
    }

    .player-volume {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-content: center;
        gap: 1rem;
        width: 40%;
    }

    .player-progress-fill {
        width: 50%;
        background: #000000;
        flex: 0;
        flex-basis: 50%;
    }

    .volume-input {
        display: flex;
        position: absolute;
        top: 20%;
        right: 12%;
        transform: rotate(-90deg);
    }

    .hidden-volume {
        display: none;
    }

    .active {
        display: flex;
    }

    .hidden {
        display: none;
    }

    .less {
        display: none;
    }

    .more {
        display: flex;
    }

    .clicked {
        opacity: 1;
    }

    .play-track:hover {
        cursor: pointer;
    }

    .play-track-disabled:hover {
        cursor: default;
    }

    .prev-track:hover {
        cursor: pointer;
    }

    .next-track:hover {
        cursor: pointer;
    }

    input[type=range] {
        -webkit-appearance: none;
        background: black;
        width: 100%;
        margin: 0 5px;
        height: 5px;
    }
    
    input[type=range]:focus {
        outline: none;
    }
    
    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 8px;
        cursor: pointer;
        /* box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0); */
        background: rgba(255, 255, 255, 0.5);
        border-radius: 10px;
        border: 0.2px solid rgba(1, 1, 1, 0);
    }
    
    input[type=range]::-webkit-slider-thumb {
        height: 15px;
        width: 15px;
        border-radius: 50px;
        background: black;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -3.5px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    }
    
    input[type=range]:focus::-webkit-slider-runnable-track {
        background: rgba(255, 255, 255, 0.8);
    }
    
    input[type=range]::-moz-range-track {
        width: 100%;
        height: 8px;
        cursor: pointer;
        /* box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0); */
        background: #000000;
        border-radius: 10px;
        border: 0.2px solid rgba(1, 1, 1, 0);
    }
    
    input[type=range]::-moz-range-thumb {
        /* box-shadow: 0 0 3px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0); */
        height: 16px;
        width: 16px;
        border-radius: 50px;
        background: black;
        cursor: pointer;
        border: 0.2px solid rgba(1, 1, 1, 0);
    }

    .align-self-center {
        align-self: center;
    }

    .hidden {
        display: none;
    }

    .hidden-volume {
        display: none;
    }

    .vis-hidden {
        visibility: hidden;
    }

    /* footer */

    .footer {
        position: relative;
        width: 100%;
        height:  15%;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        border-top: 1px solid #B4B4B4;
    }

    .footer-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 40px 100px;
    }

    .footer-logo {
        height: 140px;
    }

    .footer-info-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 55%;
        margin: 0;
    }

    .footer-info-ln {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

    .footer-info-item {
        width: 30%;
        margin-right: 5%;
    }

    .footer-cloudevo-margin {
        margin-right: 10px;
    }

    .footer-copyright-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 15%;
    }

    .footer-scroll-top, .footer-copy {
        align-self: flex-end;
    }

    .footer-scroll-top:hover {
        cursor: pointer;
    }

    .a-footer-link {
        color: inherit;
    }

    /* artists */

    .odd-artist-container {
        flex-direction: unset;
    }
    
    .even-artist-container {
        flex-direction: unset;
    }
    
    .odd-col-top {
        margin-bottom: unset;
        flex-direction: unset;
    }
    .odd-col-bottom {
        width: unset;
        align-self: unset;
    }
    
    .even-col-top {
        align-content: unset;
        margin-top: unset;
        margin-left: unset;
    }
    
    .even-col-bottom {
        margin-left: unset;
    }

    .artists-wrapper {
        width: 72%;
        margin: 60px auto;
    }

    .artist-container {
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-bottom: 90px;
    }

    .artist-col {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-content: flex-start;
    }

    .artist-img {
        width: 75%;
        height: auto;
        align-self: unset;
    }

    .right {
        align-self: flex-end;
    }

    .artist-line {
        width: 100%;
        height: 45%;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
    }

    .artist-bio-holder {
        width: 75%;
        align-self: flex-end;
        margin-right: 10%;
    }

    .ml-10 {
        margin-left: 30%;
    }

    .artist-learn-more {
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .artist-lm-img {
        height: 15px;
        align-self: center;
    }

    
    /* info */

    .info-wrapper {
        width: 75%;
        margin: 5% auto;
        position: relative;
    }

    .info-heading-holder {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5%;
    }

    .info-image-holder {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5%;
    }

    .info-img {
        width: 75%;
        height: auto;
    }

    .info-holder {
        display: flex;
        flex-direction: column;
        width: 90%;
    }

    .info-text {
        column-count: 2;
        margin-bottom: 2%;
    }

    .info-visit-lidl {
        width: 90%;
        display: flex;
        justify-content: flex-start;
    }

    .visit-lidl-link {
        width: 50%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .visit-lidl-img {
        height: 45px;
        width: auto;
        margin-left: 5%;
    }

    /* internal artist info */

    .art-info-wrapper {
        width: 80%;
        margin: 5% auto;
        position: relative;
    }

    .art-info-heading {
        width: 100%;
    }

    .info-heading-line-f {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: flex-start;
    }

    .info-heading-line-s {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: flex-end;
    }

    .art-info-heading-holder {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .art-info-image-holder {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5%;
        margin-top: -5%;
    }

    .info-img {
        width: 75%;
        height: auto;
    }

    .art-info-bt-holder {
        width: 100%;
        margin: 5% 0;
    }

    .art-info-holder {
        width: 80%;
        margin: 0 auto;
    }

    .art-visit-link-holder {
        width: 100%;
        margin: 10% 0;
        display: flex;
        justify-content: center;
        text-align: unset;
    }

    .art-visit-link:hover {
        color: #0050AA;
    }

    /* artists single */

    .artist-sngl-bio {
        column-count: 1;
        margin-bottom: 2%;
    }

    .art-sngl-heading {
        text-align: center;
        width: 100%;
    }

    /* collections */

    .coll-playlist-head {
        padding: 6% 0;
        border-top: none;
    }

    .coll-playlist-head:hover {
        cursor: pointer;
        color: #0050AA;
    }

    .coll-playlist-head-left {
        width: 95%;
    }

    .coll-playlist-head-left:hover {
        color: #0050AA;
    }

    .coll-playlist-holder {
        padding: 2% 0;
        border-bottom: 2px solid black;
    }

    .coll-collapsed {
        display: none;
    }

    .coll-head-left {
        color: #707070
    }

    .coll-head-right {
        width: 15%;
    }

    /* track */

    .track-page {
        background-image: url(/wp-content/themes/lidl/img/lidl_hero_bg.png);
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: right;
    }

    .track-page-title {
        position: relative;
        width: 75%;
        margin: 7% auto;
    }

    .track-heading-holder {
        width: 100%;
    }

    .track-info {
        position: relative;
        width: 75%;
        margin: 7% auto;
    }

    .track-heading-line {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .track-info-holder {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .track-info-col {
        width: 40%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .track-details-holder {
        display: flex;
        flex-direction: column;
        margin-top: 5%;
    }

    .track-date {
        display: flex;
        justify-content: flex-end;
        margin-top: 2%;
    }

    .track-description-holder {
        width: 100%;
        height: 100%;
        margin-top: 0%;
    }

    .track-description-heading {
        margin-bottom: 5%;
        margin-top: 50%;
    }

    .track-lyrics {
        position: relative;
        width: 85%;
        margin: 2% auto 7% auto;
    }

    .track-lyrics-holder {
        width: 50%;
        height: 100%;
    }

    .quotes-top {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }

    .quotes-bottom {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-top: -15%;
        margin-left: -10%;
    }

    .track-quotes {
        width: 110px;
        height: 110px;
    }

    .track-lyrics-verses {
        width: 75%;
        height: 90%;
        display: flex;
        flex-direction: column;
        margin: -5% auto 0 auto;
    }

    .track-verse {
        margin-bottom: 10%;
    }

    .track-bg-holder {
        position: relative;
        overflow: hidden;
        width: 80%;
        height: 100%;
        left: 10%;
    }

    .track-bg-img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 5%;
        clip-path: polygon(0 0, 70% 0, 70% 100%, 0% 100%);
    }

    .track-collections {
        position: relative;
        width: 90%;
        margin: 7% auto;
    }

    .collections-link-holder {
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: unset;
    }

    .track-collections-link:hover {
        color: #0050AA;
    }

    .track-next-prev {
        position: relative;
        width: 60%;
        margin: 7% auto;
    }

    .track-prevnext-img {
        width: 110px;
    }

    .track-np-holder {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .track-np-line {
        width: 100%;
        height: 22%;
        display: flex;
        flex-direction: row;
        margin-bottom: 3%;
        justify-content: center;
    }

    .track-hidden {
        visibility: hidden;
        cursor: auto;
    }

    .track-np-col {
        height: 100%;
        width: 83%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .track-np-text {
        align-self: center;
        margin: 0 5%;
    }

    .track-np-f {
        justify-content: flex-end;
    }

    .track-np-s {
        justify-content: flex-start;
    }

    .track-name-hidden {
        display: none;
    }

    .mob-d-none {
        display: flex;
    }

    .nav-d-none {
        display: flex;
    }

    .menu-d-none {
        display: flex;
    }

    .mob-hidden {
        visibility: unset;
    }

    .desk-d-none {
        display: none;
    }
}

@media screen and (min-width: 1599px) {

    /* ================================================== 
        Texts
    ================================================== */

    /* main */

    .logo-top-txt {
        font-family: 'GT-Sectra-LG-Display-Regular';
        font-size: 34px;
        letter-spacing: -0.28px;
        line-height: 40px;
        opacity: 1;
        color: #000000;
    }

    .logo-60 {
        font-size: 50px;
        letter-spacing: -1.8px;
    }

    .menu-item-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 24px;
        opacity: 1;
        color: #707070;
    }

    .menu-drop-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 21px;
        opacity: 1;
        color: #E5E3DC;
    }

    .menu-dropdown-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 21px;
        opacity: 1;
        color: #E5E3DC;
    }

    .full-width-menu-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 110px;
        letter-spacing: 0px;
        line-height: 137px;
        opacity: 1;
        color: #E5E3DC;
    }

    .full-width-menu-dd-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 60px;
        letter-spacing: 0px;
        line-height: 38px;
        opacity: 1;
        color: #E5E3DC;
    }

    .hero-intro-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 140px;
        letter-spacing: 0px;
        line-height: 160px;
        opacity: 1;
        color: #000000;
    }

    .rm-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 55px;
        letter-spacing: 0px;
        line-height: 80px;
        opacity: 1;
        color: #E5E3DC;
    }

    .rm-button-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        opacity: 1;
    }

    .composers-slide-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 125px;
        letter-spacing: 0px;
        line-height: 138px;
        opacity: 1;
        color: #0050AA;
        text-align: left;
        text-decoration: unset;
    }

    .composers-slide-knowmore-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 17px;
        letter-spacing: 0px;
        line-height: 30px;
        opacity: 1;
        color: #0050AA;
        margin-right: 1rem;
    }

    .composers-slide-content-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 30px;
        opacity: 1;
        color: #000000;
    }

    .composers-slide-sec-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 70px;
        letter-spacing: 0px;
        line-height: 70px;
        opacity: 1;
        color: #0050AA;
        text-decoration: unset;
        text-transform: uppercase;
    }

    .collections-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Regular';
        font-size: 170px;
        letter-spacing: 0px;
        line-height: 121px;
        opacity: 1;
        color: #0050AA;
    }

    .collections-click-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 17px;
        letter-spacing: 0px;
        line-height: 21px;
        opacity: 1;
        color: #707070;
    }

    .collection-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Regular';
        font-size: 110px;
        letter-spacing: 0px;
        line-height: 121px;
        opacity: 1;
        color: #000000;
    }

    .song-details-txt {
        font-family: 'LidlFontPro-Semibold';
        font-size: 25px;
        letter-spacing: 0px;
        line-height: 38px;
        opacity: 1;
        color: #000000;
    }

    .collections-coming-soon-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 17px;
        letter-spacing: 0px;
        line-height: 38px;
        opacity: 1;
        color: #707070;
    }

    .player-artist-txt {
        font-family: 'LidlFontPro-Semibold';
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 22px;
        opacity: 1;
        color: #000000;
    }

    .player-song-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 22px;
        opacity: 1;
        color: #000000;
    }

    .player-collection-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 22px;
        opacity: 1;
        color: #707070;
    }

    .footer-notes-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 25px;
        opacity: 1;
        color: #707070;
    }

    .footer-copyright-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 31px;
        opacity: 1;
        color: #707070;
    }

    .footer-cloudevo-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 31px;
        opacity: 1;
        color: #707070;
    }

    .cloudevo-logo-txt {
        font-family: 'MonumentExtended-Ultrabold';
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 31px;
        opacity: 1;
        color: #707070;
    }

    /* more-info */

    .more-info-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 150px;
        letter-spacing: -0.16px;
        line-height: 201px;
        opacity: 1;
        color: #0050AA;
    }

    .more-info-content-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 25px;
        letter-spacing: 0px;
        line-height: 35px;
        opacity: 1;
        color: #000000;
    }

    .more-info-lidl-txt {
        font-family: 'LidlFontPro-Semibold';
        font-size: 65px;
        letter-spacing: 0px;
        line-height: 166px;
        opacity: 1;
        color: #707070;
    }

    
    /* internal-info */

    .internal-info-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 210px;
        letter-spacing: -0.16px;
        line-height: 201px;
        opacity: 1;
        color: #0050AA;
    }

    .internal-info-main-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 58px;
        letter-spacing: 0px;
        line-height: 92px;
        opacity: 1;
        color: #000000;
    }

    .internal-info-content-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 25px;
        letter-spacing: 0px;
        line-height: 35px;
        opacity: 1;
        color: #000000;
    }

    .internal-info-listen-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 110px;
        letter-spacing: 0px;
        line-height: 190px;
        opacity: 1;
        color: #707070;
        text-decoration: unset;
    }

    /* artist */

    .artist-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 80px;
        letter-spacing: -0.08px;
        line-height: 92px;
        opacity: 1;
        color: #0050AA;
        text-transform: uppercase;
    }

    .artist-content-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 30px;
        opacity: 1;
        color: #000000;
    }

    .artist-listen-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 17px;
        letter-spacing: 0px;
        line-height: 38px;
        opacity: 1;
        color: #0050AA;
    }

    /* Artists-single */

    .artists-single-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 155px;
        letter-spacing: -0.16px;
        line-height: 165px;
        opacity: 1;
        color: #0050AA;
        text-align: unset;
    }

    /* collections */

    .collections-page-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Regular';
        font-size: 200px;
        letter-spacing: 0px;
        line-height: 121px;
        opacity: 1;
        color: #000000;
    }

    /* track */

    .track-page-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 180px;
        letter-spacing: -0.18px;
        line-height: 190px;
        opacity: 1;
        color: #0050AA;
    }

    .track-page-sub-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 25px;
        letter-spacing: -0.18px;
        line-height: 90px;
        opacity: 1;
        color: #707070;
    }

    .track-song-title-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 70px;
        letter-spacing: 0px;
        line-height: 80px;
        opacity: 1;
        color: #000000;
        text-decoration: underline;
    }

    .track-details-txt {
        font-family: 'LidlFontPro-Semibold';
        font-size: 19px;
        letter-spacing: 0px;
        line-height: 30px;
        opacity: 1;
        color: #000000;
    }

    .track-date-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 115px;
        letter-spacing: 0px;
        line-height: 48px;
        opacity: 1;
        color: #9A9A9A;
    }

    .track-description-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 30px;
        opacity: 1;
        color: #000000;
    }

    .track-lyrics-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 50px;
        letter-spacing: 0px;
        line-height: 62px;
        opacity: 1;
        color: #000000;
    }

    .track-listen-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 110px;
        letter-spacing: 0px;
        line-height: 190px;
        opacity: 1;
        color: #707070;
        text-decoration: unset;
    }

    .track-next-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 17px;
        letter-spacing: 0px;
        line-height: 38px;
        opacity: 1;
        color: #707070;
    }

    .track-next-title-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 110px;
        letter-spacing: -0.11px;
        line-height: 82px;
        opacity: 1;
        color: #0050AA;
    }

    /* ================================================== 
        Containers
    ================================================== */

    .menu, .content, .footer {
        display: block;
    }

    .menu {
        margin-top: 30px;
        position: sticky;
        top: 0;
        background-color: #E5E3DC;
        z-index: 3;
    }

    .menu-wrapper {
        width: 90%;
        height: 25%;
        display: flex;
        flex-direction: row;
        margin: 0 5%;
    }

    .menu-left {
        display: flex;
        justify-content: space-between;
        width: 55%;
    }

    .logo-holder {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 33%;
    }

    .header-logo {
        height: 91px;
    }
    
    .menu-icon {
        width: 100%;
    }

    .menu-right {
        display: flex;
        justify-content: flex-end;
        width: 45%;
        margin-top: 0rem;
    }

    .nav-holder {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 80%;
    }

    .nav-item {
        width: 33%;
        align-self: center;
    }

    .dropdown {
        width: 20%;
        position: absolute;
        top: 80%;
        left: 60%;
        display: flex;
        justify-content: center;
        background-color: #0050AA;
    }

    .dropdown-holder {
        width: 90%;
        height: 100%;
        padding: 1rem 0;
        display: flex;
        flex-direction: column;
    }

    .dropdown-item {
        width: 80%;
        padding: 1.5rem 1rem 1rem 1.5rem;
        border-bottom: 1px solid #6E88A5;
        align-self: center;
    }

    .dropdown-item:last-child {
        border: none;
    }

    .full-width-menu {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #0050AA;
        z-index: 10;
        overflow: auto;
        -ms-overflow-style: none;  
        scrollbar-width: none; 
        z-index: 1000; 
    }

    .full-width-menu::-webkit-scrollbar {
        display: none;
    }

    .menu-controls {
        position: relative;
        width: 90%;
        height: 5%;
        margin: 3% 5%;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    .menu-content {
        position: relative;
        width: 80%;
        margin: 0 10% 5% 10%;
    }

    .menu-item {
        margin: unset;
    }

    .menu-items-holder {
        width: 80%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .menu-item-top {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .about-caret {
        margin-left: 10%;
    }

    .menu-close-icon {
        width: 62px;
        height: 62px;
    }

    .menu-item-bottom {
        display: flex;
        flex-direction: column;
        margin-bottom: 5%;
    }

    .menu-dd-item {
        margin-top: 5%;
        margin-left: 5%;
        width: 100%;
    }

    .nav-holder-hidden {
        display: none;
    }

    .nav-holder-mobile {
        justify-content: flex-end;
    }

    .full-width-menu-hidden {
        display: none;
    }

    .body-hidden {
        overflow-y: hidden;
        height: 100%;
    }

    .menu-icon:hover,
    .menu-close-icon:hover,
    .about-button-dd:hover,
    .about-desktop:hover {
        cursor: pointer;
    }

    .about-dd-hidden {
        display: none;
    }

    .caret-change {
        transform: rotate(180deg);
    }

    .desktop-dropdown-hidden {
        display: none;
    }

    .hero {
        position: relative;
        width: 100%;
        height: 100vh;
        margin: 0;
        padding: 0;
        background: url(/wp-content/themes/lidl/img/lidl_hero_bg.png);
        background-repeat: no-repeat;
        background-size: 90% 110%;
        background-position: 80% -5%;
        background-origin: padding-box;
        margin-bottom: 0;
    }

    .hero-box {
        position: absolute;
        top: 15%;
        left: 100px;
        width: 50%;
        height: 50%;
        opacity: 1;
    }

    .bg-holder {
        position: relative;
        overflow: hidden;
        width: 80%;
        height: 100%;
        left: 20%;
    }

    .bg-hero {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 5%;
    }

    .read-more {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-content: center;
        margin-top: 0;
    }

    .rm-container {
        width: 75%;
        height: 75%;
        background-color:  #0050AA;
        display: flex;
        justify-content: center;
        align-content: center;
        padding: 5% 0;
    }

    .rm-box {
        width: 80%;
        height: 80%;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
    }

    .rm-button {
        width: 27%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        border: 1px solid white;
        border-radius: 25px;
        margin: 1.5rem auto;
        background-color: transparent;
    }

    .rm-button-link {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }

    /* composer sliders */

    .sliders {
        position: relative;
        width: 95%;
        margin: 10% auto;
        /* background-image: url(http://localhost/lidl/wp-content/themes/lidl/img/lidl_sliders_bg-01.png);
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: center; */
    }

    .sliders-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* background-image: url(http://localhost/lidl/wp-content/themes/lidl/img/lidl_sliders_bg-01.png);
        background-repeat: no-repeat;
        background-position: -223% 90%; */
    }

    .slider-bg-holder {
        position: absolute;
        overflow: hidden;
        width: 80%;
        height: 100%;
        left: 20%;
        top: -5%;
    }

    .slider-bg-hero {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 5%;
    }

    .slider-top, 
    .slider-bottom {
        width: 95%;
    }

    .slider-top {
        margin-bottom: 5%;
    }

    /* ====== Swiper Styles START ====== */

    .swiper-container {
        width: 100%;
        height: 100%;
        margin: 20px auto;
    }

    .swiper-slide {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 80%;
    }

    .swiper-slide-top {
        width: 100%;
    }

    /* ======= Swiper Styles END ======= */

    .slide-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .slide-wrapper-top {
        flex-direction: row;
    }

    .main-slide {
        width: 70%;
        display: flex;
        flex-direction: column;
    }

    .preview-img-holder {
        position: relative;
        overflow: hidden;
        width: auto;
        height: 72%;
        left: 20%;
    }

    .slide-preview-img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        clip-path: polygon(0 0, 70% 0, 70% 100%, 0% 100%);
    }

    .next-slide-preview {
        width: 30%;
        display: flex;
        justify-content: flex-end;
        align-content: flex-end;
        flex-direction: column;
    }

    .slide-heading-holder {
        width: 100%;
        height: 35%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        z-index: 2;
    }

    .slide-heading {
        width: 95%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .slide-composer-sign {
        height: 140px;
        width: auto;
        align-self: flex-end;
    }

    .slider-scrollbar {
        width: 20%;
        display: flex;
        height: 0.3rem;
        border-top: 1px solid black;
    }

    .slider-scrollbar-fill {
        width: 50%;
        background:rgba(0,0,0,.5);
        flex: 0;
        flex-basis: 0%;
        position: relative;
        top: -50%;
    }

    .slider-button-img {
        width: 100%;
    }

    .slide-body {
        width: 100%;
        height: 65%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: -5%;
    }

    .slide-col {
        width: 50%;
        display: flex;
        flex-direction: column;
    }

    .slide-row {
        width: 100%;
        height: 45%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .row-top {
        height: 35%;
        align-items: flex-start;
    }

    .row-bottom {
        height: 65%;
    }

    .slide-learn-more {
        width: 45%;
        display: flex;
        gap: 1rem;
    }

    .learn-more-link {
        width: 100%;
        display: flex;
    }

    .slide-content {
        width: 65%;
        align-self: flex-start;
    }

    .slide-img {
        width: 75%;
        height: auto;
        align-self: flex-start;
    }

    .sec-slide-body {
        margin-top: 0;
    }

    .sec-slide-left {
        width: 35%;
    }

    .sec-slide-row {
        height: 100%;
        justify-content: flex-end;
    }

    .sec-slide-km {
        width: 100%;
        height: 10%;
        display: flex;
        justify-content: center;
    }

    .row-km {
        margin: 2% 0;
        width: 60%;
    }

    .slider-contols {
        position: relative;
        width: 100%;
        height: 5%;
        display: flex;
        justify-content: flex-end;
    }

    .controls-wrapper {
        width: 65%;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .slider-button-img:hover {
        cursor: pointer;
    }

    .slider-button-hide {
        display: none;
    }

    .slider-buttons {
        margin-left: 5%;
    }

    .hide-last-slide {
        clip-path: polygon(0 0, 60% 0, 60% 100%, 0% 100%);
    }

    .top-slider-controls-m {
        margin-top: unset;
        margin-left: 5%;
        z-index: unset;
    }
    
    .bot-slider-controls-m {
        margin-top: unset;
        margin-left: 5%;
        z-index: unset;
    }

    /* divider */

    .divider {
        position: relative;
        width: 100%;
        margin-top: 5%;
    }

    .divider-container {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-content: center;
    }

    .divider-img {
        width: 100%;
        height: auto;
    }

    /* collections */

    .collections {
        position: relative;
        width: 75%;
        margin: 5% auto;
    }

    .collections-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .collections-heading-holder {
        width: 80%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .collections-heading {
        width: 85%;
    }

    .collections-heading-click {
        width: 18%;
    }

    
    .playlist-head {
        align-self: flex-start;
        border-top: 2px solid black;
        border-bottom: 2px solid black;
        width: 100%;
        padding: 1rem 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .one .playlist-head {
        /* border-top: 2px solid black; */
        border-top: none;
    }

    .playlist-head-left {
        width: 80%;
    }

    .playlist-head-right {
        width: 10%;
        align-self: center;
    }

    .two .playlist-head{
        border-bottom: 2px solid black;
    }

    .playlists-container {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 100%;
        margin: 10% 0;
    }

    .playlist-wrapper {
        width: 100%;
        max-width: 1456px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        background-color: #e5e3dc;
    }

    .playlist-holder {
        display: flex;
        flex-flow: column;
        width: 100%;
        margin: 1rem 0;
        padding: 5px 0;
    }

    .playlist-item {
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        border-bottom: 0.75px solid #b5b5b5;
    }

    .playlist-song {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 90%;
    }

    .song-number {
        width: 5%;
    }

    .song-composer {
        width: 25%;
    }

    .song-title {
        width: 35%;
    }

    .song-duration {
        width: 10%;
    }

    .song-number:hover, .song-composer:hover,
    .song-title:hover, .song-duration:hover {
        cursor: pointer;
        /* color: #0050AA; */
    }

    .playlist-song:hover {
        cursor: pointer;
    }

    .playlist-item-last {
        border-bottom: none;
    }

    .song-page:hover {
        cursor: pointer;
    }

    .playlist-show-more {
        width: 45%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        border: 1px solid black;
        border-radius: 25px;
        margin: 1.5rem auto;
        opacity: 0.5;
    }

    /* player */

    .player {
        position: relative;
        height: 8%;
        z-index: 999;
    }

    .player-sticky {
        position: sticky;
        bottom: 0;
        z-index: 999;
    }

    .player-container {
        width: 100%;
        height: 5rem;
        background-color: #e5e3dc;
        display: flex;
        flex-direction: column;
    }

    .player-progress-bar {
        display: flex;
        height: 0.2rem;
        border-top: 1px solid black;
    }

    .player-progress-bar:hover {
        cursor: pointer;
    }

    .player-control-bar {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-content: center;
        align-self: center;
        width: 75%;
        height: 100%;
    }

    .player-controls {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        width: 20%;
    }

    .player-songdata {
        display: flex;
        flex-direction: column;
        width: 40%;
    }

    .meta-playlist {
        font-family: 'ProximaNova-Regular', sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        color: #000000;
        opacity: 1;
    }

    .player-volume {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-content: center;
        gap: 1rem;
        width: 40%;
    }

    .player-progress-fill {
        width: 50%;
        background: #000000;
        flex: 0;
        flex-basis: 50%;
    }

    .volume-input {
        display: flex;
        position: absolute;
        top: 20%;
        right: 12%;
        transform: rotate(-90deg);
    }

    .hidden-volume {
        display: none;
    }

    .active {
        display: flex;
    }

    .hidden {
        display: none;
    }

    .less {
        display: none;
    }

    .more {
        display: flex;
    }

    .clicked {
        opacity: 1;
    }

    .play-track:hover {
        cursor: pointer;
    }

    .play-track-disabled:hover {
        cursor: default;
    }

    .prev-track:hover {
        cursor: pointer;
    }

    .next-track:hover {
        cursor: pointer;
    }

    input[type=range] {
        -webkit-appearance: none;
        background: black;
        width: 100%;
        margin: 0 5px;
        height: 5px;
    }
    
    input[type=range]:focus {
        outline: none;
    }
    
    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 8px;
        cursor: pointer;
        /* box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0); */
        background: rgba(255, 255, 255, 0.5);
        border-radius: 10px;
        border: 0.2px solid rgba(1, 1, 1, 0);
    }
    
    input[type=range]::-webkit-slider-thumb {
        height: 15px;
        width: 15px;
        border-radius: 50px;
        background: black;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -3.5px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    }
    
    input[type=range]:focus::-webkit-slider-runnable-track {
        background: rgba(255, 255, 255, 0.8);
    }
    
    input[type=range]::-moz-range-track {
        width: 100%;
        height: 8px;
        cursor: pointer;
        /* box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0); */
        background: #000000;
        border-radius: 10px;
        border: 0.2px solid rgba(1, 1, 1, 0);
    }
    
    input[type=range]::-moz-range-thumb {
        /* box-shadow: 0 0 3px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0); */
        height: 16px;
        width: 16px;
        border-radius: 50px;
        background: black;
        cursor: pointer;
        border: 0.2px solid rgba(1, 1, 1, 0);
    }

    .align-self-center {
        align-self: center;
    }

    .hidden {
        display: none;
    }

    .hidden-volume {
        display: none;
    }

    .vis-hidden {
        visibility: hidden;
    }

    /* footer */

    .footer {
        position: relative;
        width: 100%;
        height:  15%;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        border-top: 1px solid #B4B4B4;
    }

    .footer-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 60px 100px;
    }

    .footer-logo {
        height: 140px;
    }

    .footer-info-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 55%;
        margin: 0;
    }

    .footer-info-ln {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

    .footer-info-item {
        width: 25%;
        margin-right: 5%;
    }

    .footer-cloudevo-margin {
        margin-right: 10px;
    }

    .footer-copyright-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 15%;
    }

    .footer-scroll-top, .footer-copy {
        align-self: flex-end;
    }

    .footer-scroll-top:hover {
        cursor: pointer;
    }

    .a-footer-link {
        color: inherit;
    }

    /* artists */

    .odd-artist-container {
        flex-direction: unset;
    }
    
    .even-artist-container {
        flex-direction: unset;
    }
    
    .odd-col-top {
        margin-bottom: unset;
        flex-direction: unset;
    }
    .odd-col-bottom {
        width: unset;
        align-self: unset;
    }
    
    .even-col-top {
        align-content: unset;
        margin-top: unset;
        margin-left: unset;
    }
    
    .even-col-bottom {
        margin-left: unset;
    }

    .artists-wrapper {
        width: 72%;
        margin: 60px auto;
    }

    .artist-container {
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-bottom: 90px;
    }

    .artist-col {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-content: flex-start;
    }

    .artist-img {
        width: 75%;
        height: auto;
        align-self: unset;
    }

    .right {
        align-self: flex-end;
    }

    .artist-line {
        width: 100%;
        height: 45%;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
    }

    .artist-bio-holder {
        width: 75%;
        align-self: flex-end;
        margin-right: 10%;
    }

    .ml-10 {
        margin-left: 30%;
    }

    .artist-learn-more {
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .artist-lm-img {
        height: 15px;
        align-self: center;
    }

    
    /* info */

    .info-wrapper {
        width: 75%;
        margin: 5% auto;
        position: relative;
    }

    .info-heading-holder {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5%;
    }

    .info-image-holder {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5%;
    }

    .info-img {
        width: 75%;
        height: auto;
    }

    .info-holder {
        display: flex;
        flex-direction: column;
        width: 90%;
    }

    .info-text {
        column-count: 2;
        margin-bottom: 2%;
    }

    .info-visit-lidl {
        width: 90%;
        display: flex;
        justify-content: flex-start;
    }

    .visit-lidl-link {
        width: 50%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .visit-lidl-img {
        height: 45px;
        width: auto;
        margin-left: 5%;
    }

    /* internal artist info */

    .art-info-wrapper {
        width: 80%;
        margin: 5% auto;
        position: relative;
    }

    .art-info-heading {
        width: 100%;
    }

    .info-heading-line-f {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: flex-start;
    }

    .info-heading-line-s {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: flex-end;
    }

    .art-info-heading-holder {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .art-info-image-holder {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5%;
        margin-top: -5%;
    }

    .info-img {
        width: 75%;
        height: auto;
    }

    .art-info-bt-holder {
        width: 100%;
        margin: 5% 0;
    }

    .art-info-holder {
        width: 80%;
        margin: 0 auto;
    }

    .art-visit-link-holder {
        width: 100%;
        margin: 10% 0;
        display: flex;
        justify-content: center;
        text-align: unset;
    }

    .art-visit-link:hover {
        color: #0050AA;
    }

    /* artists single */

    .artist-sngl-bio {
        column-count: 1;
        margin-bottom: 2%;
    }

    .art-sngl-heading {
        text-align: center;
        width: 100%;
    }

    /* collections */

    .coll-playlist-head {
        padding: 6% 0;
        border-top: none;
    }

    .coll-playlist-head:hover {
        cursor: pointer;
        color: #0050AA;
    }

    .coll-playlist-head-left {
        width: 95%;
    }

    .coll-playlist-head-left:hover {
        color: #0050AA;
    }

    .coll-playlist-holder {
        padding: 2% 0;
        border-bottom: 2px solid black;
    }

    .coll-collapsed {
        display: none;
    }

    .coll-head-left {
        color: #707070
    }

    .coll-head-right {
        width: 15%;
    }

    /* track */

    .track-page {
        background-image: url(/wp-content/themes/lidl/img/lidl_hero_bg.png);
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: right;
    }

    .track-page-title {
        position: relative;
        width: 75%;
        margin: 7% auto;
    }

    .track-heading-holder {
        width: 100%;
    }

    .track-info {
        position: relative;
        width: 75%;
        margin: 7% auto;
    }

    .track-heading-line {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .track-info-holder {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .track-info-col {
        width: 40%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .track-details-holder {
        display: flex;
        flex-direction: column;
        margin-top: 5%;
    }

    .track-date {
        display: flex;
        justify-content: flex-end;
        margin-top: 2%;
    }

    .track-description-holder {
        width: 100%;
        height: 100%;
        margin-top: 0%;
    }

    .track-description-heading {
        margin-bottom: 5%;
        margin-top: 50%;
    }

    .track-lyrics {
        position: relative;
        width: 85%;
        margin: 2% auto 7% auto;
    }

    .track-lyrics-holder {
        width: 50%;
        height: 100%;
    }

    .quotes-top {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }

    .quotes-bottom {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-top: -15%;
        margin-left: -10%;
    }

    .track-quotes {
        width: unset;
        height: unset;
    }

    .track-lyrics-verses {
        width: 75%;
        height: 90%;
        display: flex;
        flex-direction: column;
        margin: -5% auto 0 auto;
    }

    .track-verse {
        margin-bottom: 10%;
    }

    .track-bg-holder {
        position: relative;
        overflow: hidden;
        width: 80%;
        height: 100%;
        left: 10%;
    }

    .track-bg-img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 5%;
        clip-path: polygon(0 0, 70% 0, 70% 100%, 0% 100%);
    }

    .track-collections {
        position: relative;
        width: 90%;
        margin: 7% auto;
    }

    .collections-link-holder {
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: unset;
    }

    .track-collections-link:hover {
        color: #0050AA;
    }

    .track-next-prev {
        position: relative;
        width: 60%;
        margin: 7% auto;
    }

    .track-prevnext-img {
        width: unset;
    }

    .track-np-holder {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .track-np-line {
        width: 100%;
        height: 22%;
        display: flex;
        flex-direction: row;
        margin-bottom: 3%;
        justify-content: center;
    }

    .track-hidden {
        visibility: hidden;
        cursor: auto;
    }

    .track-np-col {
        height: 100%;
        width: 77%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .track-np-text {
        align-self: center;
        margin: 0 5%;
    }

    .track-np-f {
        justify-content: flex-end;
    }

    .track-np-s {
        justify-content: flex-start;
    }

    .track-name-hidden {
        display: none;
    }

    .mob-d-none {
        display: flex;
    }

    .nav-d-none {
        display: flex;
    }

    .menu-d-none {
        display: flex;
    }

    .mob-hidden {
        visibility: unset;
    }

    .desk-d-none {
        display: none;
    }
}

@media screen and (min-width: 1679px) {

    /* ================================================== 
        Texts
    ================================================== */

    /* main */

    .logo-top-txt {
        font-family: 'GT-Sectra-LG-Display-Regular';
        font-size: 40px;
        letter-spacing: -0.28px;
        line-height: 40px;
        opacity: 1;
        color: #000000;
    }

    .logo-60 {
        font-size: 60px;
        letter-spacing: -1.8px;
    }

    .menu-item-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 24px;
        opacity: 1;
        color: #707070;
    }

    .menu-drop-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 21px;
        opacity: 1;
        color: #E5E3DC;
    }

    .menu-dropdown-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 21px;
        opacity: 1;
        color: #E5E3DC;
    }

    .full-width-menu-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 110px;
        letter-spacing: 0px;
        line-height: 137px;
        opacity: 1;
        color: #E5E3DC;
    }

    .full-width-menu-dd-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 60px;
        letter-spacing: 0px;
        line-height: 38px;
        opacity: 1;
        color: #E5E3DC;
    }

    .hero-intro-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 140px;
        letter-spacing: 0px;
        line-height: 160px;
        opacity: 1;
        color: #000000;
    }

    .rm-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 55px;
        letter-spacing: 0px;
        line-height: 80px;
        opacity: 1;
        color: #E5E3DC;
    }

    .rm-button-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        opacity: 1;
    }

    .composers-slide-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 130px;
        letter-spacing: 0px;
        line-height: 155px;
        opacity: 1;
        color: #0050AA;
        text-align: left;
        text-decoration: unset;
    }

    .composers-slide-knowmore-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 17px;
        letter-spacing: 0px;
        line-height: 30px;
        opacity: 1;
        color: #0050AA;
        margin-right: 1rem;
    }

    .composers-slide-content-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 30px;
        opacity: 1;
        color: #000000;
    }

    .composers-slide-sec-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 74px;
        letter-spacing: 0px;
        line-height: 74px;
        opacity: 1;
        color: #0050AA;
        text-decoration: unset;
        text-transform: uppercase;
    }

    .collections-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Regular';
        font-size: 170px;
        letter-spacing: 0px;
        line-height: 121px;
        opacity: 1;
        color: #0050AA;
    }

    .collections-click-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 17px;
        letter-spacing: 0px;
        line-height: 21px;
        opacity: 1;
        color: #707070;
    }

    .collection-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Regular';
        font-size: 110px;
        letter-spacing: 0px;
        line-height: 121px;
        opacity: 1;
        color: #000000;
    }

    .song-details-txt {
        font-family: 'LidlFontPro-Semibold';
        font-size: 25px;
        letter-spacing: 0px;
        line-height: 38px;
        opacity: 1;
        color: #000000;
    }

    .collections-coming-soon-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 17px;
        letter-spacing: 0px;
        line-height: 38px;
        opacity: 1;
        color: #707070;
    }

    .player-artist-txt {
        font-family: 'LidlFontPro-Semibold';
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 22px;
        opacity: 1;
        color: #000000;
    }

    .player-song-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 22px;
        opacity: 1;
        color: #000000;
    }

    .player-collection-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 22px;
        opacity: 1;
        color: #707070;
    }

    .footer-notes-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 25px;
        opacity: 1;
        color: #707070;
    }

    .footer-copyright-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 31px;
        opacity: 1;
        color: #707070;
    }

    .footer-cloudevo-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 31px;
        opacity: 1;
        color: #707070;
    }

    .cloudevo-logo-txt {
        font-family: 'MonumentExtended-Ultrabold';
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 31px;
        opacity: 1;
        color: #707070;
    }

    /* more-info */

    .more-info-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 160px;
        letter-spacing: -0.16px;
        line-height: 201px;
        opacity: 1;
        color: #0050AA;
    }

    .more-info-content-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 25px;
        letter-spacing: 0px;
        line-height: 35px;
        opacity: 1;
        color: #000000;
    }

    .more-info-lidl-txt {
        font-family: 'LidlFontPro-Semibold';
        font-size: 65px;
        letter-spacing: 0px;
        line-height: 166px;
        opacity: 1;
        color: #707070;
    }

    
    /* internal-info */

    .internal-info-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 226px;
        letter-spacing: -0.16px;
        line-height: 201px;
        opacity: 1;
        color: #0050AA;
    }

    .internal-info-main-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 63px;
        letter-spacing: 0px;
        line-height: 92px;
        opacity: 1;
        color: #000000;
    }

    .internal-info-content-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 25px;
        letter-spacing: 0px;
        line-height: 35px;
        opacity: 1;
        color: #000000;
    }

    .internal-info-listen-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 130px;
        letter-spacing: 0px;
        line-height: 190px;
        opacity: 1;
        color: #707070;
        text-decoration: unset;
    }

    /* artist */

    .artist-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 80px;
        letter-spacing: -0.08px;
        line-height: 92px;
        opacity: 1;
        color: #0050AA;
        text-transform: uppercase;
    }

    .artist-content-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 30px;
        opacity: 1;
        color: #000000;
    }

    .artist-listen-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 17px;
        letter-spacing: 0px;
        line-height: 38px;
        opacity: 1;
        color: #0050AA;
    }

    /* Artists-single */

    .artists-single-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 170px;
        letter-spacing: -0.16px;
        line-height: 170px;
        opacity: 1;
        color: #0050AA;
        text-align: unset;
    }

    /* collections */

    .collections-page-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Regular';
        font-size: 230px;
        letter-spacing: 0px;
        line-height: 121px;
        opacity: 1;
        color: #000000;
    }

    /* track */

    .track-page-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 180px;
        letter-spacing: -0.18px;
        line-height: 190px;
        opacity: 1;
        color: #0050AA;
    }

    .track-page-sub-heading-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 25px;
        letter-spacing: -0.18px;
        line-height: 90px;
        opacity: 1;
        color: #707070;
    }

    .track-song-title-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 70px;
        letter-spacing: 0px;
        line-height: 80px;
        opacity: 1;
        color: #000000;
        text-decoration: underline;
    }

    .track-details-txt {
        font-family: 'LidlFontPro-Semibold';
        font-size: 19px;
        letter-spacing: 0px;
        line-height: 30px;
        opacity: 1;
        color: #000000;
    }

    .track-date-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 115px;
        letter-spacing: 0px;
        line-height: 48px;
        opacity: 1;
        color: #9A9A9A;
    }

    .track-description-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 30px;
        opacity: 1;
        color: #000000;
    }

    .track-lyrics-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 50px;
        letter-spacing: 0px;
        line-height: 62px;
        opacity: 1;
        color: #000000;
    }

    .track-listen-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 130px;
        letter-spacing: 0px;
        line-height: 190px;
        opacity: 1;
        color: #707070;
        text-decoration: unset;
    }

    .track-next-txt {
        font-family: 'LidlFontPro-Regular';
        font-size: 17px;
        letter-spacing: 0px;
        line-height: 38px;
        opacity: 1;
        color: #707070;
    }

    .track-next-title-txt {
        font-family: 'GT-Sectra-LG-Display-Medium';
        font-size: 110px;
        letter-spacing: -0.11px;
        line-height: 82px;
        opacity: 1;
        color: #0050AA;
    }

    /* ================================================== 
        Containers
    ================================================== */

    .menu, .content, .footer {
        display: block;
    }

    .menu {
        margin-top: 30px;
        position: sticky;
        top: 0;
        background-color: #E5E3DC;
        z-index: 3;
    }

    .menu-wrapper {
        width: 90%;
        height: 25%;
        display: flex;
        flex-direction: row;
        margin: 0 5%;
    }

    .menu-left {
        display: flex;
        justify-content: space-between;
        width: 55%;
    }

    .logo-holder {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 20rem;
    }

    .header-logo {
        height: 126px;
    }
    
    .menu-icon {
        width: 100%;
    }

    .menu-right {
        display: flex;
        justify-content: flex-end;
        width: 45%;
        margin-top: 2rem;
    }

    .nav-holder {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 80%;
    }

    .nav-item {
        width: 30%;
        align-self: center;
    }

    .dropdown {
        width: 17%;
        position: absolute;
        top: 80%;
        left: 60%;
        display: flex;
        justify-content: center;
        background-color: #0050AA;
    }

    .dropdown-holder {
        width: 90%;
        height: 100%;
        padding: 1rem 0;
        display: flex;
        flex-direction: column;
    }

    .dropdown-item {
        width: 80%;
        padding: 1.5rem 1rem 1rem 1.5rem;
        border-bottom: 1px solid #6E88A5;
        align-self: center;
    }

    .dropdown-item:last-child {
        border: none;
    }

    .full-width-menu {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #0050AA;
        z-index: 10;
        overflow: auto;
        -ms-overflow-style: none;  
        scrollbar-width: none; 
        z-index: 1000; 
    }

    .full-width-menu::-webkit-scrollbar {
        display: none;
    }

    .menu-controls {
        position: relative;
        width: 90%;
        height: 5%;
        margin: 3% 5%;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    .menu-content {
        position: relative;
        width: 80%;
        margin: 0 10% 5% 10%;
    }

    .menu-item {
        margin: unset;
    }

    .menu-items-holder {
        width: 80%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .menu-item-top {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .about-caret {
        margin-left: 10%;
    }

    .menu-close-icon {
        width: 62px;
        height: 62px;
    }

    .menu-item-bottom {
        display: flex;
        flex-direction: column;
        margin-bottom: 5%;
    }

    .menu-dd-item {
        margin-top: 5%;
        margin-left: 5%;
        width: 100%;
    }

    .nav-holder-hidden {
        display: none;
    }

    .nav-holder-mobile {
        justify-content: flex-end;
    }

    .full-width-menu-hidden {
        display: none;
    }

    .body-hidden {
        overflow-y: hidden;
        height: 100%;
    }

    .menu-icon:hover,
    .menu-close-icon:hover,
    .about-button-dd:hover,
    .about-desktop:hover {
        cursor: pointer;
    }

    .about-dd-hidden {
        display: none;
    }

    .caret-change {
        transform: rotate(180deg);
    }

    .desktop-dropdown-hidden {
        display: none;
    }

    .hero {
        position: relative;
        width: 100%;
        height: 100vh;
        margin: 0;
        padding: 0;
        background: url(/wp-content/themes/lidl/img/lidl_hero_bg.png);
        background-repeat: no-repeat;
        background-size: 90% 110%;
        background-position: 80% -5%;
        background-origin: padding-box;
        margin-bottom: 0;
    }

    .hero-box {
        position: absolute;
        top: 15%;
        left: 100px;
        width: 50%;
        height: 50%;
        opacity: 1;
    }

    .bg-holder {
        position: relative;
        overflow: hidden;
        width: 80%;
        height: 100%;
        left: 20%;
    }

    .bg-hero {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 5%;
    }

    .read-more {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-content: center;
        margin-top: 0;
    }

    .rm-container {
        width: 75%;
        height: 75%;
        background-color:  #0050AA;
        display: flex;
        justify-content: center;
        align-content: center;
        padding: 5% 0;
    }

    .rm-box {
        width: 80%;
        height: 80%;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
    }

    .rm-button {
        width: 25%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        border: 1px solid white;
        border-radius: 25px;
        margin: 1.5rem auto;
        background-color: transparent;
    }

    .rm-button-link {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }

    /* composer sliders */

    .sliders {
        position: relative;
        width: 95%;
        margin: 10% auto;
        /* background-image: url(http://localhost/lidl/wp-content/themes/lidl/img/lidl_sliders_bg-01.png);
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: center; */
    }

    .sliders-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* background-image: url(http://localhost/lidl/wp-content/themes/lidl/img/lidl_sliders_bg-01.png);
        background-repeat: no-repeat;
        background-position: -223% 90%; */
    }

    .slider-bg-holder {
        position: absolute;
        overflow: hidden;
        width: 80%;
        height: 100%;
        left: 20%;
        top: -5%;
    }

    .slider-bg-hero {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 5%;
    }

    .slider-top, 
    .slider-bottom {
        width: 95%;
    }

    .slider-top {
        margin-bottom: 5%;
    }

    /* ====== Swiper Styles START ====== */

    .swiper-container {
        width: 100%;
        height: 100%;
        margin: 20px auto;
    }

    .swiper-slide {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 80%;
    }

    .swiper-slide-top {
        width: 100%;
    }

    /* ======= Swiper Styles END ======= */

    .slide-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .slide-wrapper-top {
        flex-direction: row;
    }

    .main-slide {
        width: 70%;
        display: flex;
        flex-direction: column;
    }

    .preview-img-holder {
        position: relative;
        overflow: hidden;
        width: auto;
        height: 72%;
        left: 20%;
    }

    .slide-preview-img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        clip-path: polygon(0 0, 70% 0, 70% 100%, 0% 100%);
    }

    .next-slide-preview {
        width: 30%;
        display: flex;
        justify-content: flex-end;
        align-content: flex-end;
        flex-direction: column;
    }

    .slide-heading-holder {
        width: 100%;
        height: 35%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        z-index: 2;
    }

    .slide-heading {
        width: 90%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .slide-composer-sign {
        height: 140px;
        width: auto;
        align-self: flex-end;
    }

    .slider-scrollbar {
        width: 20%;
        display: flex;
        height: 0.3rem;
        border-top: 1px solid black;
    }

    .slider-scrollbar-fill {
        width: 50%;
        background:rgba(0,0,0,.5);
        flex: 0;
        flex-basis: 0%;
        position: relative;
        top: -50%;
    }

    .slider-button-img {
        width: 100%;
    }

    .slide-body {
        width: 100%;
        height: 65%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: -5%;
    }

    .slide-col {
        width: 50%;
        display: flex;
        flex-direction: column;
    }

    .slide-row {
        width: 100%;
        height: 45%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .row-top {
        height: 35%;
        align-items: flex-start;
    }

    .row-bottom {
        height: 65%;
    }

    .slide-learn-more {
        width: 45%;
        display: flex;
        gap: 1rem;
    }

    .learn-more-link {
        width: 100%;
        display: flex;
    }

    .slide-content {
        width: 65%;
        align-self: flex-start;
    }

    .slide-img {
        width: 75%;
        height: auto;
        align-self: flex-start;
    }

    .sec-slide-body {
        margin-top: 0;
    }

    .sec-slide-left {
        width: 35%;
    }

    .sec-slide-row {
        height: 100%;
        justify-content: flex-end;
    }

    .sec-slide-km {
        width: 100%;
        height: 10%;
        display: flex;
        justify-content: center;
    }

    .row-km {
        margin: 2% 0;
        width: 60%;
    }

    .slider-contols {
        position: relative;
        width: 100%;
        height: 5%;
        display: flex;
        justify-content: flex-end;
    }

    .controls-wrapper {
        width: 65%;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .slider-button-img:hover {
        cursor: pointer;
    }

    .slider-button-hide {
        display: none;
    }

    .slider-buttons {
        margin-left: 5%;
    }

    .hide-last-slide {
        clip-path: polygon(0 0, 60% 0, 60% 100%, 0% 100%);
    }

    .top-slider-controls-m {
        margin-top: unset;
        margin-left: 5%;
        z-index: unset;
    }
    
    .bot-slider-controls-m {
        margin-top: unset;
        margin-left: 5%;
        z-index: unset;
    }

    /* divider */

    .divider {
        position: relative;
        width: 100%;
        margin-top: 5%;
    }

    .divider-container {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-content: center;
    }

    .divider-img {
        width: 100%;
        height: auto;
    }

    /* collections */

    .collections {
        position: relative;
        width: 75%;
        margin: 5% auto;
    }

    .collections-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .collections-heading-holder {
        width: 80%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .collections-heading {
        width: 75%;
    }

    .collections-heading-click {
        width: 18%;
    }

    
    .playlist-head {
        align-self: flex-start;
        border-top: 2px solid black;
        border-bottom: 2px solid black;
        width: 100%;
        padding: 1rem 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .one .playlist-head {
        /* border-top: 2px solid black; */
        border-top: none;
    }

    .playlist-head-left {
        width: 80%;
    }

    .playlist-head-right {
        width: 10%;
        align-self: center;
    }

    .two .playlist-head{
        border-bottom: 2px solid black;
    }

    .playlists-container {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 100%;
        margin: 10% 0;
    }

    .playlist-wrapper {
        width: 100%;
        max-width: 1456px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        background-color: #e5e3dc;
    }

    .playlist-holder {
        display: flex;
        flex-flow: column;
        width: 100%;
        margin: 1rem 0;
        padding: 5px 0;
    }

    .playlist-item {
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        border-bottom: 0.75px solid #b5b5b5;
    }

    .playlist-song {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 90%;
    }

    .song-number {
        width: 5%;
    }

    .song-composer {
        width: 25%;
    }

    .song-title {
        width: 35%;
    }

    .song-duration {
        width: 10%;
    }

    .song-number:hover, .song-composer:hover,
    .song-title:hover, .song-duration:hover {
        cursor: pointer;
        /* color: #0050AA; */
    }

    .playlist-song:hover {
        cursor: pointer;
    }

    .playlist-item-last {
        border-bottom: none;
    }

    .song-page:hover {
        cursor: pointer;
    }

    .playlist-show-more {
        width: 45%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        border: 1px solid black;
        border-radius: 25px;
        margin: 1.5rem auto;
        opacity: 0.5;
    }

    /* player */

    .player {
        position: relative;
        height: 8%;
        z-index: 999;
    }

    .player-sticky {
        position: sticky;
        bottom: 0;
        z-index: 999;
    }

    .player-container {
        width: 100%;
        height: 5rem;
        background-color: #e5e3dc;
        display: flex;
        flex-direction: column;
    }

    .player-progress-bar {
        display: flex;
        height: 0.2rem;
        border-top: 1px solid black;
    }

    .player-progress-bar:hover {
        cursor: pointer;
    }

    .player-control-bar {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-content: center;
        align-self: center;
        width: 75%;
        height: 100%;
    }

    .player-controls {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        width: 20%;
    }

    .player-songdata {
        display: flex;
        flex-direction: column;
        width: 40%;
    }

    .meta-playlist {
        font-family: 'ProximaNova-Regular', sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        color: #000000;
        opacity: 1;
    }

    .player-volume {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-content: center;
        gap: 1rem;
        width: 40%;
    }

    .player-progress-fill {
        width: 50%;
        background: #000000;
        flex: 0;
        flex-basis: 50%;
    }

    .volume-input {
        display: flex;
        position: absolute;
        top: 20%;
        right: 12%;
        transform: rotate(-90deg);
    }

    .hidden-volume {
        display: none;
    }

    .active {
        display: flex;
    }

    .hidden {
        display: none;
    }

    .less {
        display: none;
    }

    .more {
        display: flex;
    }

    .clicked {
        opacity: 1;
    }

    .play-track:hover {
        cursor: pointer;
    }

    .play-track-disabled:hover {
        cursor: default;
    }

    .prev-track:hover {
        cursor: pointer;
    }

    .next-track:hover {
        cursor: pointer;
    }

    input[type=range] {
        -webkit-appearance: none;
        background: black;
        width: 100%;
        margin: 0 5px;
        height: 5px;
    }
    
    input[type=range]:focus {
        outline: none;
    }
    
    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 8px;
        cursor: pointer;
        /* box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0); */
        background: rgba(255, 255, 255, 0.5);
        border-radius: 10px;
        border: 0.2px solid rgba(1, 1, 1, 0);
    }
    
    input[type=range]::-webkit-slider-thumb {
        height: 15px;
        width: 15px;
        border-radius: 50px;
        background: black;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -3.5px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    }
    
    input[type=range]:focus::-webkit-slider-runnable-track {
        background: rgba(255, 255, 255, 0.8);
    }
    
    input[type=range]::-moz-range-track {
        width: 100%;
        height: 8px;
        cursor: pointer;
        /* box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0); */
        background: #000000;
        border-radius: 10px;
        border: 0.2px solid rgba(1, 1, 1, 0);
    }
    
    input[type=range]::-moz-range-thumb {
        /* box-shadow: 0 0 3px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0); */
        height: 16px;
        width: 16px;
        border-radius: 50px;
        background: black;
        cursor: pointer;
        border: 0.2px solid rgba(1, 1, 1, 0);
    }

    .align-self-center {
        align-self: center;
    }

    .hidden {
        display: none;
    }

    .hidden-volume {
        display: none;
    }

    .vis-hidden {
        visibility: hidden;
    }

    /* footer */

    .footer {
        position: relative;
        width: 100%;
        height:  15%;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        border-top: 1px solid #B4B4B4;
    }

    .footer-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 60px 100px;
    }

    .footer-logo {
        height: 140px;
    }

    .footer-info-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 55%;
        margin: 0;
    }

    .footer-info-ln {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

    .footer-info-item {
        width: 25%;
        margin-right: 5%;
    }

    .footer-cloudevo-margin {
        margin-right: 10px;
    }

    .footer-copyright-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 15%;
    }

    .footer-scroll-top, .footer-copy {
        align-self: flex-end;
    }

    .footer-scroll-top:hover {
        cursor: pointer;
    }

    .a-footer-link {
        color: inherit;
    }

    /* artists */

    .odd-artist-container {
        flex-direction: unset;
    }
    
    .even-artist-container {
        flex-direction: unset;
    }
    
    .odd-col-top {
        margin-bottom: unset;
        flex-direction: unset;
    }
    .odd-col-bottom {
        width: unset;
        align-self: unset;
    }
    
    .even-col-top {
        align-content: unset;
        margin-top: unset;
        margin-left: unset;
    }
    
    .even-col-bottom {
        margin-left: unset;
    }

    .artists-wrapper {
        width: 72%;
        margin: 60px auto;
    }

    .artist-container {
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-bottom: 90px;
    }

    .artist-col {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-content: flex-start;
    }

    .artist-img {
        width: 75%;
        height: auto;
        align-self: unset;
    }

    .right {
        align-self: flex-end;
    }

    .artist-line {
        width: 100%;
        height: 45%;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
    }

    .artist-bio-holder {
        width: 75%;
        align-self: flex-end;
        margin-right: 10%;
    }

    .ml-10 {
        margin-left: 15%;
    }

    .artist-learn-more {
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .artist-lm-img {
        height: 15px;
        align-self: center;
    }

    
    /* info */

    .info-wrapper {
        width: 75%;
        margin: 5% auto;
        position: relative;
    }

    .info-heading-holder {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5%;
    }

    .info-image-holder {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5%;
    }

    .info-img {
        width: 75%;
        height: auto;
    }

    .info-holder {
        display: flex;
        flex-direction: column;
        width: 90%;
    }

    .info-text {
        column-count: 2;
        margin-bottom: 2%;
    }

    .info-visit-lidl {
        width: 90%;
        display: flex;
        justify-content: flex-start;
    }

    .visit-lidl-link {
        width: 50%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .visit-lidl-img {
        height: 45px;
        width: auto;
        margin-left: 5%;
    }

    /* internal artist info */

    .art-info-wrapper {
        width: 80%;
        margin: 5% auto;
        position: relative;
    }

    .art-info-heading {
        width: 100%;
    }

    .info-heading-line-f {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: flex-start;
    }

    .info-heading-line-s {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: flex-end;
    }

    .art-info-heading-holder {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .art-info-image-holder {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5%;
        margin-top: -5%;
    }

    .info-img {
        width: 75%;
        height: auto;
    }

    .art-info-bt-holder {
        width: 100%;
        margin: 5% 0;
    }

    .art-info-holder {
        width: 80%;
        margin: 0 auto;
    }

    .art-visit-link-holder {
        width: 100%;
        margin: 10% 0;
        display: flex;
        justify-content: center;
        text-align: unset;
    }

    .art-visit-link:hover {
        color: #0050AA;
    }

    /* artists single */

    .artist-sngl-bio {
        column-count: 1;
        margin-bottom: 2%;
    }

    .art-sngl-heading {
        text-align: center;
        width: 100%;
    }

    /* collections */

    .coll-playlist-head {
        padding: 6% 0;
        border-top: none;
    }

    .coll-playlist-head:hover {
        cursor: pointer;
        color: #0050AA;
    }

    .coll-playlist-head-left {
        width: 85%;
    }

    .coll-playlist-head-left:hover {
        color: #0050AA;
    }

    .coll-playlist-holder {
        padding: 2% 0;
        border-bottom: 2px solid black;
    }

    .coll-collapsed {
        display: none;
    }

    .coll-head-left {
        color: #707070
    }

    .coll-head-right {
        width: 15%;
    }

    /* track */

    .track-page {
        background-image: url(/wp-content/themes/lidl/img/lidl_hero_bg.png);
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: right;
    }

    .track-page-title {
        position: relative;
        width: 75%;
        margin: 7% auto;
    }

    .track-heading-holder {
        width: 100%;
    }

    .track-info {
        position: relative;
        width: 75%;
        margin: 7% auto;
    }

    .track-heading-line {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .track-info-holder {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .track-info-col {
        width: 40%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .track-details-holder {
        display: flex;
        flex-direction: column;
        margin-top: 5%;
    }

    .track-date {
        display: flex;
        justify-content: flex-end;
        margin-top: 2%;
    }

    .track-description-holder {
        width: 100%;
        height: 100%;
        margin-top: 0%;
    }

    .track-description-heading {
        margin-bottom: 5%;
        margin-top: 50%;
    }

    .track-lyrics {
        position: relative;
        width: 85%;
        margin: 2% auto 7% auto;
    }

    .track-lyrics-holder {
        width: 50%;
        height: 100%;
    }

    .quotes-top {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }

    .quotes-bottom {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-top: -15%;
        margin-left: -10%;
    }

    .track-quotes {
        width: unset;
        height: unset;
    }

    .track-lyrics-verses {
        width: 75%;
        height: 90%;
        display: flex;
        flex-direction: column;
        margin: -5% auto 0 auto;
    }

    .track-verse {
        margin-bottom: 10%;
    }

    .track-bg-holder {
        position: relative;
        overflow: hidden;
        width: 80%;
        height: 100%;
        left: 10%;
    }

    .track-bg-img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 5%;
        clip-path: polygon(0 0, 70% 0, 70% 100%, 0% 100%);
    }

    .track-collections {
        position: relative;
        width: 90%;
        margin: 7% auto;
    }

    .collections-link-holder {
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: unset;
    }

    .track-collections-link:hover {
        color: #0050AA;
    }

    .track-next-prev {
        position: relative;
        width: 60%;
        margin: 7% auto;
    }

    .track-prevnext-img {
        width: unset;
    }

    .track-np-holder {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .track-np-line {
        width: 100%;
        height: 22%;
        display: flex;
        flex-direction: row;
        margin-bottom: 3%;
        justify-content: center;
    }

    .track-hidden {
        visibility: hidden;
        cursor: auto;
    }

    .track-np-col {
        height: 100%;
        width: 77%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .track-np-text {
        align-self: center;
        margin: 0 5%;
    }

    .track-np-f {
        justify-content: flex-end;
    }

    .track-np-s {
        justify-content: flex-start;
    }

    .track-name-hidden {
        display: none;
    }

    .mob-d-none {
        display: flex;
    }

    .nav-d-none {
        display: flex;
    }

    .menu-d-none {
        display: flex;
    }

    .mob-hidden {
        visibility: unset;
    }

    .desk-d-none {
        display: none;
    }
}

@media screen and (min-width: 2000px) {
    .slide-heading {
        width: 60%;
    }

    .slide-body {
        height: 80%;
    }

    .preview-img-holder {
        height: 80%;
    }

    .collections-heading-holder {
        width: 100%;
    }

    .playlist-wrapper {
        max-width: 1920px;
    }

    .dropdown {
        width: 13%;
    }

    .track-np-col {
        width: 71%;
    }
}

.no-hover {
    cursor: default;
}

.nav-item-disabled {
    color: #707070;
}

.slider-buttons-flex {
    display: flex;
    flex-direction: row-reverse;
}

.info-text-fix {
    column-count: 1;
}