﻿html,
body {
	height: 100%;
	margin: 0;
	overflow: hidden;
}

.row {
	display: flex;
	margin: 50px 50px 20px 50px;
	height: 80%;
}

/* Create two equal columns that sits next to each other */
.columnLeft {
	width: 350px;
	padding: 10px;
	height: 100%;
}

.columnRight {
	flex: 1;
	padding: 10px;
	height: 100%;
}

.columnRight img {
	max-width: 100%;
	max-height: 100%;
	left: 50% !important;
	transform: translate(-50%, 0)
}

#slideshow
{
	height: 100%;
	width: 100%;
}