
img.cornered
{
	border-radius: 4px;
	border: 2px solid #dddddd;
}


img.cover
{
	object-fit:contain;
	width: 100%;
	-webkit-filter: grayscale(70%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(70%);
}

#top_container
{
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 100;
	height: 40px;
	background-color: rgba(0,0,0,0.7);
	line-height: 40px;
	border-bottom: 0px solid #444444;
}

#top_container_title
{
	padding-left: 20px;
	color: #ffffff;
}


a.nohover:hover
{
	text-decoration: none;
}

#top_container_link
{
	float: right;
	padding-right: 20px;
	color: #ffffff;
}


#top_picture_container
{
	position: relative;
	width: 100%;
	height: 100%;
	max-height: 100vh;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#top_picture_container>img
{
	max-height: 100vh;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slick-arrow{
	position: absolute;
    top: 50%;
    z-index: 1550;
    margin-top: 4px;
}
