/* MEDIABOARD STRUCTURE MODS */

/* #Additional - Large Screens beyond 1280px
================================================== */
    /* Note: Design for a width of 1280px */

@media only screen and (min-width: 1190px) and (max-width: 1280px) {

}


@media only screen and (max-width: 1190px) {

}


/* .stripe_overlay {
  height: 653px;
  padding-top: 39px;
} */


@media only screen and (min-width: 1099px) and (max-width: 1190px) {
	#section-mediaboard #mediaboard-content .center {
	  width: 49.57% !important;
	}
}
@media only screen and (max-width: 1100px) {
	#section-mediaboard #mediaboard-content .center {
	  width: 49.42% !important;
	}
}

/* #Tablet (Portrait) */
@media only screen and (min-width: 769px) and (max-width: 959px) {
}


/*  #Mobile (Portrait) */
@media only screen and (max-width: 768px) {

	body #section-super-mediaboard {
	    width: 100%;
	    margin: 0;
	}
	/* #section-mediaboard {
	    overflow: hidden;
	    left: 50%;
	    position: absolute;
	    transform: translateX(-50%);
	    z-index: 9;
	} */
	#section-super-mediaboard .mediaboard-media, 
	#section-super-mediaboard #mediaboard-image {
	    position: relative;
	}

	body #section-mediaboard #mediaboard-content .mediaboard-section {
	  width: 100% !important;
	  height: auto !important;
	}
		.mediaboard-section .mediaboard-meta {
		  box-sizing: border-box;
		  display: block;
		  height: auto;
		  overflow: hidden;
		  padding: 4% 0;
		  position: relative;
		  text-align: center;
		  z-index: 10;
		}
		.mediaboard-section .mediaboard-meta * {
			display: block;
		}
			#mediaboard-content .mediaboard-meta .theme-icons, 
			#mediaboard-content .mediaboard-meta .theme-icons * {
			  display: inline-block;
			  float: unset;
			}
		#section-mediaboard .mediaboard-playlist * {
		  text-align: center;
		}

}
/* /End #Mobile (Portrait) */


/* #Mobile (Landscape) */
@media only screen and (min-width: 480px) and (max-width: 768px) {

}


/*  #Mobile (Portrait) */
@media only screen and (max-width: 480px) {

}