/* Home */
#home .slideshow,
#home .slideshow .slides,
#home .slideshow .slides li {
    height: 500px;
}
#home .slideshow .description {
    display: none;
}
#home header {
    position: relative;
    border-bottom: 70px solid #fcc11f;
}
#home .slideshow_description {
    position: absolute;
    z-index: 600;
    bottom: -150px;
    width: 450px;
    height: 240px;
    left: 75px;
    padding: 20px;
    background: #fff9f1;
}

#home nav .next,
#home nav .prev {
    position: absolute;
    z-index: 800;
    cursor: pointer;
    width: 10px;
    height: 20px;
    bottom: -45px;
}
#home nav .next {
    right: 30px;
    background: url('/themes/default/img/next.svg') no-repeat;
    background-size: 100%;
}
#home nav .prev {
    right: 60px;
    background: url('/themes/default/img/prev.svg') no-repeat;
    background-size: 100%;
}


#home .content {
	margin-top: 80px;
}
#home .news {
	width: 60%;
	float: left;
}
#home .news .grid {
	grid-template-columns: repeat(3, 1fr);
	padding-right: 10px;
}
#home #playlist {
	width: 40%;
	float: right;
	box-sizing: border-box;
	padding-left: 10px;
}
