.discover-home {
	padding-left: 20px !important;
}

.home {
	max-width: 1200px;
	margin: auto;
	padding-left: 20px;
	min-height: calc(100% - 60px);
	/*overflow: auto;*/
	/*padding-bottom: 60px;*/
	/*overflow-x: hidden;*/
}

	.home h1 {
		font-size: 27px;
		font-weight: 400;
		margin: 10px 0;
	}
	
	.home h2 {
		font-size: 20px;
		font-weight: 500;
		margin: 20px 0;
	}
	
	.home .podcasts-container {
		overflow-y: auto;
		display: flex;
	}
	
	.home .podcasts-container--scroll {
		z-index: 10;
    margin-left: -29px;
    padding: 0 10px;
	}
	
	.home .podcast-end-holder {
		padding-left: 10px;
	}
	
	.home .podcast-small-container {
		width: 152px;
		height: 200px;
		padding: 0 8px;
		margin-bottom: 10px;
	}
	
		.home .podcast-small-container .podcast-image {
			position: relative;
			height: 150px;
			width: 150px;
			margin: auto;
			margin-top: 10px;
			border-radius: 10px;
			border: solid 1px #999;
			overflow: hidden;
		}
		
			.home .podcast-small-container .podcast-image:hover {
				/*box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);*/
				box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px 0px;
				cursor: pointer;
				/*border-color: #666;*/
			}
		
			.home .podcast-small-container .podcast-image h2 {
				font-size: 12px;
				font-weight: 500;
				text-align: center;
				position: absolute;
		    padding: 6px 40px;
		    padding-top: 25px;
		    margin-top: 10px;
		    right: -49px;
		    top: -19px;
				background-color: #ffccff;
				transform: rotate(45deg);
				color: #333;
				user-select: none;
			}
			
			.home .podcast-small-container .podcast-image h3 {
				font-size: 12px;
				font-weight: 500;
				text-align: center;
				position: absolute;
		    padding: 6px 0;
		    width: 100%;
			  margin: 0;
				bottom: 0;
				background-color: #ffcccc;
				color: #333;
				user-select: none;
			}
		
		.home .podcast-small-container h1 {
			margin: 0;
			margin-top: 20px;
			text-align: center;
			font-size: 12px;
			font-weight: 400;
		}
		
	
	.home .podcast-banner {
		width: calc(100% - 10px);
		height: 200px;
		margin-right: 10px;
		/*margin-left: -10px;*/
		border-radius: 10px;
		background: grey;
	}
	
	.home .podcast-heading {
		position: relative;
		width: 100%;
    height: 150px;
    margin-top: -100px;
	}
	
		.home .podcast-heading .podcast-logo {
			position: absolute;
			height: 150px;
			width: 150px;
			border-radius: 10px;
			background: black;
			left: 50px;
		}
		
		.home .podcast-heading h1 {
			position: absolute;
			margin: 0;
			font-size: 24px;
			font-weight: 500;
	    bottom: 10px;
    	left: 215px;
		}
		
	.podcast-header {
		position: fixed;
		width: 100%;
		height: 50px;
		top: 66px;
		left: 0;
		background: white;
		display: none;
	}
	
	.podcast-header--visible {
		display: block;
	}
	
		.podcast-header .podcast-logo-small {
			position: absolute;
			height: 30px;
			width: 30px;
			top: 0;
			bottom: 0;
			margin: auto;
			left: 45px;
			border-radius: 5px;
			background: black;
		}
		
		.podcast-header h1 {
			position: absolute;
			line-height: 50px;
			font-size: 20px;
			font-weight: 400;
			left: 95px;
			margin: 0;
		}
		
		
@media only screen and (max-width: 1060px) {
	.home {
		padding-left: 0;
	}
	
	.home .podcasts-container {
		z-index: 10;
    margin-left: -29px;
    padding-left: 10px;
    /*width: calc(100% + 30px);*/
	}
}

@media only screen and (max-width: 790px) {
	.podcast-header .podcast-logo-small {
		left: 25px;
	}
	
	.podcast-header h1 {
		left: 65px;
	}
}