body {
	/*background: #222121;*/
	/*color: white;*/
}

.logo-image {
	width: min(400px, 100%);
}

/* ********** */
/* Index page */
/* ********** */
.episode_wrapper:hover {
	background: rgba(0, 85, 255, 0.07) !important;
}

/* ************ */
/* Listen page  */
/* ************ */

/* ========================================================================== */
/* MEDIA QUERIES                                                              */
/* ========================================================================== */

/* This is for medium width devices - medium - high width desktops */
@media (min-width: 1401px) and (max-width: 1800px) {
}

/* This is for medium width devices - medium width desktops */
@media (min-width: 1026px) and (max-width: 1400px) {
}

/* This is for medium width devices - tablets */
@media (min-width: 641px) and (max-width: 1025px) {
}

/* This is for small width devices - phones */
@media (min-width: 0px) and (max-width: 640px) {
}

