@media only screen and (max-width: 774px) {
    .mobile-column {
	flex-direction: column;
}
    .mobile-ai-center {
	align-items: center;
}
   .tri-menu p {
    text-align: left;
}
    #eddy-about {
	flex-direction: column-reverse;
    padding-top: 5vH;   
}
    #eddy-kwon {
	padding-top: 35vH;
}
    .icon{
	width: 40vW !important;
      background-size: 40vW !important;
     
}
    .navBar {
    padding: 1vH 1vW !important;
}
    
	.tri-page{
	flex-direction: column;
}
    .about-images {
    padding-top: 0px !important;
	width: 100vW !important;
}
    
    .biography {
	padding-top: 0px !important;
	width: 100vW !important;
}
    .works {
        width: 100vW !important;
}
    #works-page {
    position: fixed;
	height: 100% !important;
}
    .tri-menu {
	width: 100vW !important;
    padding-top: 30px !important;
}
    .works {  
}
    .works-section{
		flex-direction: column;
}
    .work-description {
		width: 100vW !important;
}
    .work-media {
		width: 100vW !important;
}
    iframe {
	width: 96vW !important;
    height: 55vW !important;
}
    #songs-media{
	padding-top: 2vH !important;
    flex-direction: column !important;
    justify-content: center;
    align-content: center;
    align-items: center;
}
	#songs-player {
	width: 90vW !important;
    height: 90vW !important;
}
    .presence-page {
        padding: 10vH 2vW 0vH 2vW !important;
}
    
    .poetry-page {
        padding: 10vH 2vW 0vH 2vW !important;
}
    
    #logo {
	display: none;
}
    .indent-border {
	width: 5% !important;
}
    .subsection-text{
    width: 93% !important;
	padding: 10px !important;
}
    .subsection-media {
	width: 86vW !important;
    height: 50vW !important
}
    #menu-button {
	display: flex !important;
   	align-content: center;
    font-size: 20px !important;
    margin-left: 6px !important;    
}
    #work-menu {
    position: absolute;
    z-index: 100 !important;
    overflow: hidden;
    background-color: rgba(228, 255, 242, 1) !important;

}
    .mobile-menu-control {
	height: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center !important;
	border-bottom: solid rgba(251, 255, 192, 0.56) 2px;
   
}
    
    .closed-menu {
	height: 55px !important;
}
    .open-menu {
	height: 46% !important;
}

    
}

/* FLEXBOX */

.flex {
	display: flex;
}

.column {
	flex-direction: column;
}

.jc-center {
	justify-content: center;
}

.jc-space-btwn {
	justify-content: space-between;
}

.jc-space-around {
	justify-content: space-around;
}

/* STYLING */

.underline {
	text-decoration: underline;
}

.margin-top-10vW {
	margin-top: 10vW !important;  
}
/* NAVIGATION */

#logo {
    position: fixed;
    top: 1.25vH;
    left: 95vW;
	width: 3vW;    
}

.navBar {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1vH 5vW;
    height: 8vH
}

.navBar-secondary {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1vH 5vW;
}

.navBarContainer {
    display: flex;
    justify-content: center;
	width: 33%;
}

.navBarContainer-left {
	display: flex;
	width: 33%;
}

.websiteMenu {
	display: flex;
    flex-direction: row;
}

.websiteMenu h2 {
	margin: 5px !important;
}

/* Landing */
@keyframes fadeIn {
  0%    { opacity: 0; }
  100%  { opacity: 1; }
}

.icon {
    opacity: 0%;
    width: 20vW;
    height: 10vH;
    display: inline-block;
    background-size: 20vW;
    background-repeat: no-repeat;
    background-position: center;
    animation: fadeIn 2s 1 forwards;
    animation-delay: 1s;
}

.icon-ribbon{
	background-image: url("https://freight.cargo.site/t/original/i/04f4d5ab47555acb3907b0d80302ac7424d622efc00a5fd781b9f3c696633a73/landingsvg.svg");
}

.icon-ribbon:hover {
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}

.eddy-kwon{
	animation: fadeIn 3s 1;
}

.failspace{
    display: flex;
    width: 100vW;
    justify-content: center;
	position: absolute;
    text-align: center;
    top: 95vH;
}

/* SPACING */


.tri-page {
	display: flex;
}

.tri-menu {
    padding: 10vH 2vW 0vW 2vW;
    display: flex;
    flex-direction: column;
    text-align: right;
	width: 20vW;
    height: 92vH;
}

.display-image {
	width: 100%;
}


/* PRESENCE */

.presence-page {
	padding: 10vH 20vW 0vH 20vW;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.presence-list{
	margin-top: 10px;
}

.presence-list p {
	margin: 10px;
    line-height: 20px;
}

.presence {
	display: flex;
    justify-content: space-between;
}

/* POETRY */

.poetry-page {
	padding: 10vH 20vW 0vH 20vW;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.poetry-border {
    border-radius: 0px 0px 10px 00px;
	border-bottom: solid rgba(251, 255, 192, 0.56) 2px;
    margin-bottom: 10px;
}

.poetry-ribbon {
	opacity: 50%;
}

/* ABOUT */

.ek-about {
    display: none;
	position: absolute;
    width: 100vW;
    top: -500px;
}

.about-images {
	width: 40vW;
    padding: 13vH 2vW 0vW 2vW;
}

.biography {
	width: 40vW;
    padding: 10vH 2vW 0vW 2vW;
    z-index: 10;
}

/* WORKS */

.menu-button {
	display: none;
}
.subsection {
    min-height: 50%;
    background-color: rgba(215, 250, 244, 0.66);
	margin-bottom: 2vH;
}

.subsection-media {
	width: 100%;
    height: 26vW;
}

.indent {
	width: 100%;
    min-height: 100%;
    background-color: #e2e1db;
    border-radius: 0px 20px 20px 0px;
}

.indent-border {
	width: 15%;
    min-height: 100%;
   	border-top: solid #e2e1db 1px;
    border-bottom: solid #e2e1db 1px;
}

.subsection-text {
	width: 60%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    padding: 20px;
	border-top: solid #e2e1db 1px;
    border-right: solid #e2e1db 1px;
    border-bottom: solid #e2e1db 1px;
    border-radius: 0px 20px 20px 0px;
}

button{
	background-color: transparent;
    text-align: right;
    border: none;
}

.center {
	text-align: center;
}

iframe {
	width: 36vW;
    height: 21vW;
}

#works-page {
    position: fixed;
	height: 93vH;
    background-image: url('https://freight.cargo.site/t/original/i/d48811a402f73c3b3b26190d490210f5a5693ad860709ff353bd87cf982d5d09/Works-Background.png');
}
.works {
	overflow: scroll;
    border-radius: 20px 0px 0px 0px;
    border-left: solid #e2e1db 1px;
    border-top: solid #e2e1db 2px;
	width: 80vW;
}

.works-section {
	display: flex;
    background-color: rgba(215, 250, 244, 0.66);
;
}

#work-menu {
    border-radius: 0px 20px;
    border-top: solid #e2e1db 2px;
	border-right: solid #e2e1db 1px;
    background-color: rgba(228, 255, 242, 0.5);
}

#work-menu h2:hover {
	color: #ffa85f;
    cursor: pointer;
}

#menu-button {
	display: none;   
}

.work-description {
	width: 40vW;
    overflow: scroll;
    padding: 10vH 2vW 2vH 2vW;
}

.work-description h1 {
    text-align: center;
}

.work-media {
	width: 40vW;
    padding: 10vH 2vW 2vH 2vW;
    overflow: hidden;
}

#umma-ya-media{
	background-color: rgba(232, 217, 232, .8);
	border-radius: 0px 0px 0px 20px;
}

#menu-bg{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 7%;	
    height: 100%;
    width: 20vW !important;
   	border-radius: 0px 20px 0px 0px; 
}

#umma-ya-studies-bg{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 10%;	
    height: 100%;
    width: 100% !important;
}

#umma-ya-studies-desc{
    position: relative;
    background-color: rgba(232, 217, 232, 0.6);
	border-radius: 0px 20px 20px 0px; 
}

#juni-one-set-desc{
	background-color: rgba(147, 229, 175, 0.6);
	border-radius: 0px 20px 20px 20px;
}

#juni-one-set-desc h1 {
	
}

#juni-one-set-desc p {
	
}

#juni-one-set-desc h2 {
	
}

.light-yellow {
	background-color: rgba(251, 255, 192, 0.56);
}

.light-red {
	background-color: rgba(232, 217, 232, .8);
}

.mint-green {
	background-color: rgba(215, 250, 244, 0.66);
}

.memory-green {
	background-color: rgba(147, 229, 175, 0.6);
}

.border-radius-left {
	border-radius: 20px 0px 0px 20px;
}

.border-radius-right {
	border-radius: 0px 20px 20px 00px;
}

#violence-media{
    position: relative;
	background-color: rgba(251, 255, 192, 0.56);
	border-radius: 20px 0px 0px 20px;

}

#archipelago-media{
	background-color: rgba(158, 83, 112, 0.53);
	border-radius: 20px 0px 0px 20px;
}

.songs-section {
	background-color: rgba(147, 229, 175, 0.6);
    padding: 5vH 2vW;
}

#songs h2{
    padding-top: 2vH;
}

.song-subsection {
	width: 100%;   
}

#songs-media{
    background-color: rgba(147, 229, 175, 0.6);
    display: flex;
    justify-content: center;
    align-content: center;
    padding-bottom: 16vH;
    flex-wrap: wrap;
}

#songs-player {
    margin-top: 2vH;
    width: 36vW;
    height: 36vW;
	max-width: 330px;
    max-height: 330px;
    border: 0;
}

#end-div{
    position: relative;
	height: 20vH;
    background-color: rgba(232, 217, 232, 1);
}
/* END OF CUSTOM CSS */

#toolset {
	display: none;
}

body {
	background-color: #fff;
	color: #000;
}

a:active {
	opacity: 0.7;
}

.page a.active {
	color: #f00;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 2.5em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 1em;
}

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: .5em;
}

.gallery_image_caption {
    margin-top: 1.00rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.75);
	font-family: Diatype, Icons;
	font-style: normal;
	line-height: 1.3;	
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.5rem;
	color: rgba(0, 0, 0, 0.92);
	line-height: 1.3;
    font-family: "futura-pt", sans-serif;
	font-weight: 300;
    font-style: normal;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 0.85);
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {

}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
	padding: 0;
	margin: 0;
	font-size: 3.3rem;
	line-height: 1.1;
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] h2 {
	font-family: "futura-pt", sans-serif;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 2rem;
	line-height: 1.3;
	font-style: normal;
	font-weight: 300;
}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 300;
	color: rgba(0, 0, 0, 0.85);
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	line-height: 1.4;	
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 0.85);
	border-bottom-width: 0em;
}

/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: 0 /*!content_left*/;
	margin-right: auto /*!content_left*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: rgb(255, 255, 255) /*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100% /*!content_left*/;
}

[data-css-preset] .content_padding {
	padding-top: 7rem /*!main_margin*/;
	padding-bottom: 7rem /*!main_margin*/;
	padding-left: 7rem /*!main_margin*/;
	padding-right: 7rem /*!main_margin*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

.thumbnails .content_padding {
	padding: .5rem;
}

[data-css-preset] .thumbnails {
   	background-color: rgba(255, 255, 255, 0)/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 70%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 0.75rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -1.5rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.25rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -0.5rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: 0.1rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	font-family: Diatype, Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags {
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 1.2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	font-family: Diatype, Icons;
	font-style: normal;
	line-height: 1.4;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.75);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: -2rem;
}

.thumbnails .thumbnail > a {
    position: relative;
}

.thumbnails .thumbnail .title {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin-top: 1rem;
    margin-bottom: 2rem;
    color: rgba(0, 0, 0, 0.85);
    align-content: flex-start;
    display: flex;
    z-index: 9;
	font-family: Diatype, Icons;
	font-style: normal;
	font-weight: 400;
    font-size: 1.5rem;
}


/**
 * Site Menu Button
 */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 0.75);
    line-height: 1;
    width: 25px !important;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
	right: 10rem /*!site_menu_button*/;
	top: 10rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
    font-size: 34px;
}

#site_menu_button.custom_icon {
	width: 40px;
    height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(233, 218, 214, 1);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(37, 37, 81, 1);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 36px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 2.5rem /*!shop_button*/;
	right: 4rem /*!shop_button*/;
}

#shop_button.text {
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	font-family: Diatype, Icons;
    padding: 0;
    line-height: 1.4;
	font-style: normal;
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 40px;
}

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: Diatype, Icons;
	font-size: 1.5rem;
	line-height: 1.3;
	color: rgba(0, 0, 0, 0.75);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .dropdown {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.5rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.3;
    padding: .7rem 2.5rem .8rem 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .button {
	font-family: Diatype, Icons;
	font-size: 1.5rem;
    background: rgba(0, 0, 0, 0.75);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1.3;
    padding: .8rem 1rem;
	font-style: normal;
	font-weight: 400;
    border: 0;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(0, 0, 0, 0.9) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
	font-family: Diatype, Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    color: white;
}

/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 0px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 2px;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 0px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 2px;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 42px;
    width: 42px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: rgba(0, 0, 0, 0.75);
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: transparent;
    stroke-width: 2.5px;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
   stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}


/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.4rem;
    line-height: 1.1;
	font-family: Diatype, Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}


