/*////// HERO SECTION //////*/
section.page-hero-section {
    background: #FAFAFA;
}
section.page-hero-section.section-background {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
section.hero-section div.hero-container {
    height: 68.5rem;
    padding: 30rem 6rem 6rem 6rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/06/liberty-coke-careers-page-hero-image.png');
}
/*// HERO SCRIM //*/
div.hero-container div.container-scrim {
    /*display: none;*/
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 86.98%);
}

/*//// FLEX ////*/
div.hero-container div.hero-flex-container {
    justify-content: space-between;
}
div.hero-flex-container div.hero-flex-item {
    position: relative;
}

div.hero-flex-item div.content-container{
    position: relative;
    top: 50%; 
    transform: translateY(-55%); 
}
div.hero-flex-item h1 {
    margin-bottom: 1.2rem;
    color: #ffffff;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;    
}
div.hero-flex-item p {
    color: #ffffff;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
div.hero-flex-item div.liberty-image-container {
    display: inline-block;
    position: relative;
    /*transform: translate(26%, -25%);*/
    width: 61.2rem;
    max-width: 61.2rem;
    height: 40rem;
    background-color: silver;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/06/liberty-coke-careers-page-bubble-image-scaled.jpg');
    border-radius: 30rem;
    box-shadow: 15px -10px 0px 0px #EC1A3B;
}
div.liberty-image-container img { }

#left-hero-flex-item {
    text-align: left;
}
#right-hero-flex-item {
    text-align: right;
}




/*////// FLAVOR SECTION //////*/
section.flavor-section {}
section.flavor-section div.flavor-container {
    padding: 12rem 6rem;
}

/*//// FLEX ////*/
div.flavor-container div.flavor-flex-container {}
div.flavor-flex-container div.flavor-flex-item {
    padding-bottom: 5rem;
}
/* LEFT */
div.flavor-flex-item h2 {
    margin-bottom: 1rem;
    color: var(--Coke-Red, #F40D1C);
    font-family: "TCCC-UnityText Bold";
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 3rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.33; /* 133.333% */
    text-transform: uppercase;    
}
div.flavor-flex-item h3 {
    margin-bottom: 1.2rem;
    color: var(--Grey-1, #1C1C1C);
    font-family: "TCCC-UnityHeadline Bold";
    font-feature-settings: 'clig' off, 'liga' off;

    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
div.flavor-flex-item p { 
    color: var(--Grey-1, #1C1C1C);
    font-feature-settings: 'clig' off, 'liga' off;

    font-family: "TCCC-UnityText Regular";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4; /* 140% */
}
div.flavor-flex-item a.button-coke {
    position: absolute;
    bottom: 0;
}
/* RIGHT */
div.flavor-flex-item img {
    width: 100%;
    max-width: 63rem;
    height: auto;
    border-radius: 5px;
}

/*// SPECIFICS //*/
#flavor-flex-item-2 {
    text-align: right;
}
#flavor-flex-item-3 {
    padding: 8rem 0 0 0;
}





/*////// POSITION SECTION //////*/
section.position-section {}
section.position-section div.position-container {
    padding: 10rem 6rem;
    background: #1C1C1C;
}

/*//// FLEX ////*/
div.position-container div.position-flex-container {}
div.position-flex-container div.position-flex-item {}


#position-flex-item-0 {
    padding: 0 0 8rem 0;
}
#position-flex-item-0 h2 {
    color: var(--White, #FFF);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "TCCC-UnityText Bold";
    font-size: 3rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.33; /* 133.333% */
    text-transform: uppercase;
}
#position-flex-item-0 h3 {
    color: var(--Red-3, #FB999D);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}


#position-flex-item-1 img {
    width: 55.8rem;
    height: auto;
    border-radius: 0.5rem;
    /*box-shadow: -10px -10px 0px 0px #FFF;*/
}

/*//// ACCORDIAN ////*/
div.accordian-flex-container {
    position: relative;
    z-index: 10;    
    height: auto;
    padding: 4rem;
    border-radius: 1rem;
    border: 2px solid var(--Black, #000);
    background: var(--White, #FFF);
    cursor: pointer;
    border-radius: 1rem;
    border: 2px solid var(--Grey-2, #2E2E2E);
    background: var(--White, #FFF);
}
div.accordian-flex-container div.accordian-container {
    height: auto;
    border-radius: 1rem;
    border-bottom: 2px solid var(--Red-3, #FB999D);
    background: var(--White, #FFF);
}
/*// ACCORDIAN TOP //*/
div.accordian-top {
    position: relative;
    height: auto;
    padding: 1.5rem 3rem 0 3rem;  
}
div.accordian-top h4 {
    margin-bottom: 2rem;
    color: var(--Grey-1, #1C1C1C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
div.accordian-top h4 br {
   display: none;
}
/*//// ICON ////*/
div.accordian-top .accordian-icon {
   position: absolute;
   top: 43%;
   right: 2rem;
   transform: translateY(-50%);
   width: 2.4rem;
   color: #ffffff;
   visibility: initial;
   cursor: pointer;
}
/*// ICON VISIBILITY //*/
div.accordian-top.open .accordian-icon.closed { visibility: hidden; }
div.accordian-top.open .accordian-icon.opened { visibility: visible; }

div.accordian-top .accordian-icon.closed { visibility: visible; }
div.accordian-top .accordian-icon.opened { visibility: hidden; }

/*// ACCORDIAN BOTTOM //*/
div.accordian-bottom {
    height: auto;
    max-height: 0;
    padding: 0rem 3rem 0 3rem;
    transition: all .5s ease;
    overflow: hidden;
}
div.accordian-bottom.open {
   height: auto;
   padding: 0rem 3rem 3rem 3rem;
   max-height: 100rem;
}
div.accordian-bottom p.p2 {
    color: var(--Grey-3, #717171);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem;  
}
div.accordian-bottom p.p2 a {
    text-decoration: underline;
}





/*////// SUPPORT SECTION //////*/
section.support-section {
    margin-top: 10rem;
    background-position: center;
    background-size: cover;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/07/texture-ripple-background-red.jpg');
}
section.support-section div.support-container {
    padding: 10rem 6rem;
}

/*//// FLEX ////*/
div.support-container div.support-flex-container {
    padding: 9rem;
    border-radius: 2rem;
    border: 5px solid var(--White, #FFF);
    background: url(<path-to-image>) lightgray 50% / cover no-repeat, url(<path-to-image>) lightgray 50% / cover no-repeat, #E7E4E5;
    box-shadow: -15px -15px 0px 0px #FFF;
    background: #E7E4E5;
}
div.support-flex-container div.support-flex-item {

}
/*/ LEFT /*/
div.support-flex-item h2 {
    margin-bottom: 1.6rem;
    color: var(--Grey-1, #1C1C1C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "You2013";
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
div.support-flex-item p {
    color: var(--Grey-2, #2E2E2E);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "TCCC-UnityText Regular";
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.36; /* 136.364% */
}
div.support-flex-item a.button-coke {
    position: absolute;
    bottom: 0;
}

/*/ RIGHT /*/
div.support-flex-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}
div.support-flex-item ul li {
    position: relative;
    padding: 2rem 0 2rem 6rem;
    color: var(--Grey-2, #2E2E2E);
    font-feature-settings: 'clig' off, 'liga' off;
    
    font-family: "TCCC-UnityText Bold";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2; /* 140% */
}
div.support-flex-item ul li span {
    color: var(--Grey-2, #2E2E2E);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "TCCC-UnityHeadline Regular";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2rem;
}
div.support-flex-item ul li:after{
    transition: all .3s ease;
    content: "";
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
    width: 3rem;
    height: 3.2rem;
    background-size: cover;
    background-position: center;
    background-image: url(https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/06/liberty-coke-contact-page-location-production-icon.png);
}
div.support-flex-item ul li:hover:after{
    /*transform: rotate(3deg);*/
}

/*// SPECIFICS //*/
#support-flex-item-1 {}
#support-flex-item-2 {}





/*////// SLIDER SECTION //////*/
section.slider-section {
    margin: 0 0 10rem 0;
}
section.slider-section div.slider-container {
    padding: 6rem 0;
}

/*//// FLEX ////*/
div.slider-container div.slider-flex-container {}
div.slider-flex-container div.slider-flex-item {}

/*// SLIDER //*/
#career-page-slider {
    width: 100%;
}
#career-page-slider div.slide,
#career-page-slider div.slide.slick-cloned {
    width: 100%;
    height: 62.5rem;
}
div.slide-flex-item {}
div.slide-flex-item h2 {
    color: var(--Red-2, #EC1A3B);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: You2013;
    font-size: 5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}
div.slide-flex-item h3 {
    color: var(--Red-2, #EC1A3B);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "TCCC-UnityHeadline Bold";
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3636; /* 136.364% */    
}
div.slide-flex-item h4 {
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "TCCC-UnityHeadline Bold";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3rem; /* 166.667% */
    margin-bottom: 1.6rem;
}
div.slide-flex-item h4 span {
    color: var(--Red-2, #EC1A3B);
}
div.slide-flex-item p {
    margin-bottom: 1.6rem;
    color: var(--White, #FFF);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "TCCC-UnityText Regular";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.376; /* 137.5% */    
}
div.slide-flex-item div.image-container {
    position: relative;
    width: 60rem;
    height: 50rem;
    margin-top: -5rem;
}
div.slide-flex-item img {
    width: 60rem;
    height: auto;
    border-radius: 1.5rem;
    visibility: visible !important;
    opacity: 1 !important;
}
#slide-flex-item-1,
div.slide-flex-item.top-row {
    background: #ffffff;
    padding: 3rem 6rem;
}
#slide-flex-item-2,
div.slide-flex-item.left-flex {
    background: #2E2E2E;
    padding: 3rem 6rem 5rem 6rem;
}
#slide-flex-item-3,
div.slide-flex-item.right-flex {
    background: #2E2E2E;
    text-align: right;
    padding: 3rem 6rem 5rem 6rem;
}

/*// SLIDER ARROWS //*/
div.arrow-container {
    position: absolute;
    right: 2.8rem;
    bottom: -8rem;
}
div.arrow-container #previous-arrow {
    cursor: pointer;
    width: 5rem;
    height: 5rem;
    margin-right: .5rem;
}
div.arrow-container #next-arrow {
    cursor: pointer;
    width: 5rem;
    height: 5rem;
}

/*/ SLIDER DOTS /*/
UL.slick-dots {
    position: absolute;
    bottom: -4rem;
    left: 3rem;
    z-index: 1000;
    margin: 0;
    padding: 0;
    list-style: none;
}
UL.slick-dots li,
ul.slick-dots li button {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 1rem 0 0;
    font-size: 0; 
    border-radius: 50%;
    /*background: var(--Coke-Red, #F40D1C);*/
    background: var(--Red-2, #FB999D);
    transition: background .3s ease;
    cursor: pointer;
}
UL.slick-dots li.slick-active,
ul.slick-dots li.slick-active button {
    background: var(--Coke-Red, #F40D1C);
}





/*////// GRANULAR RESPONSIVE //////*/
/*// LARGE SCREEN //*/
@media only screen and (min-width: 1920px) { 

        /*//// HERO SECTION ////*/
        section.hero-section div.hero-container { height: 75.5rem; padding: 30rem 0 6rem 0; }
        div.hero-flex-item div.liberty-image-container { transform: translate(0rem, -25%); }
        div.liberty-image-container img { /*width: 55rem;*/ }
        div.hero-flex-item div.content-container { top: 33%; }

}


/*/ SCALE UP FROM 1440 to 1920 /*/
@media only screen and (min-width: 1440px) { 

        /*//// SLIDERS ////*/

}

/*// MOBILE SCREEN //*/
@media only screen and (max-width: 1025px) { }

/*// SMALL MOBILE //*/
@media only screen and (max-width: 851px) { 

        /*//// HERO SECTION ////*/
        section.hero-section {}
        section.hero-section div.hero-container { height: 100vh; padding: 16rem 2rem 4rem 2rem; }
        div.hero-flex-container div.hero-flex-item { padding: 4rem 0; text-align: center; }
        div.hero-flex-item h1 { margin-bottom: 3rem; }
        div.hero-flex-item p { width: 90%; margin: 0 auto; }
        div.hero-flex-item p br { display: none; }
        div.hero-flex-item div.liberty-image-container { width: 90%; height: 30rem; margin: 0 auto; transform: none; }
        div.liberty-image-container img { width: 100%; }
        #left-hero-flex-item { order: 2; text-align: center; }
        #right-hero-flex-item { order: 1; text-align: center; }


        /*////// FLAVOR SECTION //////*/
        section.flavor-section div.flavor-container {}

        div.flavor-flex-item h2 { text-align: center; }
        div.flavor-flex-item h3 { text-align: center; }
        div.flavor-flex-item p { text-align: center; }
        div.flavor-flex-item p br { display: none; }
        div.flavor-flex-item a.button-coke { position: relative; bottom: initial; display: block; margin: 6rem 0 2rem 0; text-align: center; }

        #flavor-flex-item-3 { padding: 4rem 0 0 0; }
        #flavor-flex-item-3 h2 { text-align: left; }
        #flavor-flex-item-3 h3 { text-align: left; }
        #flavor-flex-item-3 p { text-align: left; }
        #flavor-flex-item-3 p br { display: none; }        


        /*////// POSITION SECTION //////*/
        section.position-section div.position-container { height: auto; padding: 6rem 2rem 4rem 2rem; }
        #position-flex-item-0 { }
        #position-flex-item-0 h2 { margin-bottom: 1rem; font-size: 20px; }
        #position-flex-item-0 h3 { font-size: 20px; }
        #position-flex-item-1 img { widtH: 100%; margin-bottom: 3rem; }

        div.accordian-flex-container div.accordian-container { padding: 1rem; }
        div.accordian-top .accordian-icon { top: 82%; }


        /*////// SUPPORT SECTION //////*/
        section.support-section div.support-container { height: auto; padding: 2rem 2rem; }
        div.support-container div.support-flex-container { box-shadow: initial; }
        div.support-flex-container div.support-flex-item {}
        div.support-flex-item h2 { font-size: 30px; text-align: center; }
        div.support-flex-item h2 br { display: none; }
        div.support-flex-item p { font-size: 16px; text-align: center; }
        #support-flex-item-1 { padding: 5rem 4rem 0 4rem; }
        #support-flex-item-2 { padding: 3rem 2rem 14rem 2rem; }
        div.support-flex-item a.button-coke { bottom: -194%; width: 83%; text-align: center; }

 
        /*////// SLIDER SECTION //////*/
        section.slider-section {}
        section.slider-section div.slider-container { height: auto; padding: 9rem 2rem 4rem 2rem; }
        #slide-flex-item-1 { padding: 2rem 2rem; background: #2E2E2E; }
        #slide-flex-item-1 h2 { color: #ffffff; font-size: 35px; line-height: .86; }
        #slide-flex-item-2 { order: 3; padding: 2rem 2rem 5rem 2rem; }
        #slide-flex-item-2 h3 { }
        #slide-flex-item-2 h4 { }
        #slide-flex-item-2 p { }
        #slide-flex-item-3 { order: 2; text-align: center; padding: 6rem 2rem 3rem 2rem; }
        #slide-flex-item-3 img { width: 100%; }
        /*/ MOBILE SLIDER DOTS /*/
        div#career-page-slider ul.slick-dots {
            position: absolute; bottom: -6rem; left: 50%;
            transform: translateX(-50%); z-index: 1000; margin: 0; padding: 0; list-style: none; }
        div#career-page-slider ul.slick-dots li,
        div#career-page-slider ul.slick-dots li button {
            display: inline-block; width: 1.5rem; height: 2rem; margin: 0 2rem 0 0; font-size: 0;  border-radius: 50%;
            background: var(--Red-2, #FB999D); transition: background .3s ease; cursor: pointer; }
        div#career-page-slider ul.slick-dots li.slick-active,
        div#career-page-slider ul.slick-dots li.slick-active button { background: var(--Coke-Red, #F40D1C); }
        /*/ HIDE ARROWS /*/
        div.arrow-container { display: none; }

}
@media only screen and (max-width: 480px) { 

        /*//// HERO SECTION ////*/
        section.hero-section {}
        section.hero-section div.hero-container { height: 100vh; padding: 16rem 2rem 4rem 2rem; }
        div.hero-flex-container div.hero-flex-item { padding: 4rem 0; text-align: center; }
        div.hero-flex-item h1 { margin-bottom: 3rem; }
        div.hero-flex-item p { width: 90%; margin: 0 auto; }
        div.hero-flex-item p br { display: none; }
        div.hero-flex-item div.liberty-image-container { width: 90%; height: 30rem; margin: 0 auto; transform: none; }
        div.liberty-image-container img { width: 100%; }
        #left-hero-flex-item { order: 2; text-align: center; }
        #right-hero-flex-item { order: 1; text-align: center; }


        /*////// FLAVOR SECTION //////*/
        section.flavor-section div.flavor-container {}

        div.flavor-flex-item h2 { text-align: center; }
        div.flavor-flex-item h3 { text-align: center; }
        div.flavor-flex-item p { text-align: center; }
        div.flavor-flex-item p br { display: none; }
        div.flavor-flex-item a.button-coke { position: relative; bottom: initial; display: block; margin: 6rem 0 2rem 0; text-align: center; }

        #flavor-flex-item-3 { padding: 4rem 0 0 0; }
        #flavor-flex-item-3 h2 { text-align: left; }
        #flavor-flex-item-3 h3 { text-align: left; }
        #flavor-flex-item-3 p { text-align: left; }
        #flavor-flex-item-3 p br { display: none; }        


        /*////// POSITION SECTION //////*/
        section.position-section div.position-container { height: auto; padding: 6rem 2rem 4rem 2rem; }
        #position-flex-item-0 { }
        #position-flex-item-0 h2 { margin-bottom: 1rem; font-size: 20px; }
        #position-flex-item-0 h3 { font-size: 20px; }
        #position-flex-item-1 img { widtH: 100%; margin-bottom: 3rem; }

        div.accordian-flex-container div.accordian-container { padding: 1rem; }
        div.accordian-top .accordian-icon { top: 82%; }


        /*////// SUPPORT SECTION //////*/
        section.support-section div.support-container { height: auto; padding: 2rem 2rem; }
        div.support-container div.support-flex-container { box-shadow: initial; }
        div.support-flex-container div.support-flex-item {}
        div.support-flex-item h2 { font-size: 30px; text-align: center; }
        div.support-flex-item h2 br { display: none; }
        div.support-flex-item p { font-size: 16px; text-align: center; }
        #support-flex-item-1 { padding: 5rem 4rem 0 4rem; }
        #support-flex-item-2 { padding: 3rem 2rem 14rem 2rem; }
        div.support-flex-item a.button-coke { bottom: 4rem; left: 50%; transform: translateX(-50%); width: 80%; }

 
        /*////// SLIDER SECTION //////*/
        section.slider-section {}
        section.slider-section div.slider-container { height: auto; padding: 9rem 2rem 4rem 2rem; }
        #career-page-slider div.slide, 
        #career-page-slider div.slide.slick-cloned { height: auto; }
        #slide-flex-item-1 { padding: 2rem 2rem; background: #2E2E2E; }
        #slide-flex-item-1 h2 { color: #ffffff; font-size: 35px; line-height: .86; }
        #slide-flex-item-2 { order: 3; padding: 2rem 2rem 5rem 2rem; }
        #slide-flex-item-3 { order: 2; text-align: center; padding: 6rem 2rem 3rem 2rem; }
        div.slide-flex-item.top-row { padding: 3rem 2rem 3rem 2rem; }
        #slide-flex-item-2, 
        div.slide-flex-item.left-flex { padding: 4rem 2rem 4rem 2rem; }
        div.slide-flex-item.right-flex { padding: 4rem 2rem 4rem 2rem; }
        div.slide-flex-item div.image-container, 
        div.slide-flex-item img { width: 100%; height: auto; }
        #slide-flex-item-3 img { width: 100%; height: auto; }
        /*/ MOBILE SLIDER DOTS /*/
        div#career-page-slider ul.slick-dots {
            position: absolute; bottom: -6rem; left: 50%;
            transform: translateX(-50%); z-index: 1000; margin: 0; padding: 0; list-style: none; }
        div#career-page-slider ul.slick-dots li,
        div#career-page-slider ul.slick-dots li button {
            display: inline-block; width: 1.5rem; height: 2rem; margin: 0 2rem 0 0; font-size: 0;  border-radius: 50%;
            background: var(--Red-2, #FB999D); transition: background .3s ease; cursor: pointer; }
        div#career-page-slider ul.slick-dots li.slick-active,
        div#career-page-slider ul.slick-dots li.slick-active button { background: var(--Coke-Red, #F40D1C); }
        /*/ HIDE ARROWS /*/
        div.arrow-container { display: none; }


}
@media only screen and (max-width: 380px) { 

        div.hero-flex-container div.hero-flex-item { padding: 1rem 0 0 0; }
        div.hero-flex-item h1 { margin-bottom: 2rem; margin-top: 0; font-size: 3.6rem; }
        div.hero-flex-item p { font-size: 2.2rem; }
        div.hero-flex-item div.liberty-image-container { height: 22rem; }

        div.support-flex-item a.button-coke { font-size: 1.8rem; }


}
@media only screen and (max-width: 360px) { }
@media only screen and (max-width: 320px) { }



/*//// LANDSCAPE STYLES ////*/
@media screen and (max-width: 851px) and (orientation: landscape) { }
@media screen and (max-width: 815px) and (orientation: landscape) { }
@media screen and (max-width: 667px) and (orientation: landscape) { }
@media screen and (max-width: 570px) and (orientation: landscape) { }