#module-uripodcasts-front #header,
#module-uripodcasts-front #footer,
#module-uripodcasts-front .breadcrumb {
	display: none;
}
#module-uripodcasts-front .xxss-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 15px auto;
	flex-wrap: wrap;
	max-width: 480px;
}

#module-uripodcasts-front h3, #module-uripodcasts-front h4 {
	width: 100%;
	margin: 0;
	padding: 0;
}

#module-uripodcasts-front .right {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#module-uripodcasts-front .list {
	display: flex;
	align-items: center;
	justify-content: center;
	background: white;
	border-radius: 9px;
	padding: 10px;
	margin-bottom: 15px;
}

#module-uripodcasts-front #logo {
	width: 100%;
	max-width: 95px;
	margin: 30px auto;
}

#module-uripodcasts-front main {
	padding-top: 0;
	background: rgb(2, 0, 36);
	background: linear-gradient(152deg, rgb(0, 0, 0) 10%, rgb(228, 0, 43) 320%);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
}

#module-uripodcasts-front .color-white {
	color: white;
}

#module-uripodcasts-front .xxss-icons {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-evenly;
	max-width: 400px;
	margin: 20px auto;
}

#module-uripodcasts-front .xxss-icons i {
	color: white;
	font-size: 1.6eM;
}

#module-uripodcasts-front .podcast img {
	border-radius: 50%;
	cursor: pointer;
	width: 20%;
	border: 2px solid white;
}

#module-uripodcasts-front .podcast img.active {
    border-color: #0c0;
    box-shadow: 0 0 25px -5px #0c0;
}

#module-uripodcasts-front .podcast {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
	max-width: 480px;
	margin: 30px auto;
}