.gallery {
    width: 950px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 50px;
}

.thumbnails {
    width: 950px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}

.thumbnails img {
	height: 40px;
	/*border: 1px solid #153248;*/
	margin: 0 10px 10px 0;
    margin: 0 auto;
    vertical-align: unset;
    padding: 2px;
}

.thumbnails img:hover {
	cursor:pointer;
}

.preview {
    overflow: hidden;
}

.preview img {
	/*border: 1px solid #153248;*/
    height: 600px;
    width: auto;
    /*padding: 5px;
    background-color: white;
    box-shadow: 2px 2px 2px #888888;*/
}



@media screen and (max-width: 949px) {

.gallery {
    width: 100%;
}

.thumbnails img {
	/*height: 60px;
	border: 1px solid #153248;
	margin: 0 10px 10px 0;
    vertical-align: unset;*/
    display: none;
}

.preview {
    display: block;
}

.preview img {
	/*border: 1px solid #153248;*/
	width: 100%;
    height: auto;
}

}
