﻿.WDSSZoom {	
	display: inline-block;
	border: 0;
	position: relative;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1);
	transition: all 200ms ease-in;
	transform: scale(1);
}

.WDSSZoom:hover {
	box-shadow: 0px 0px 150px #000000;
	z-index: 2;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1.2);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1.2);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1.2);
	transition: all 200ms ease-in;
	transform: scale(1.2);
}

.centered {
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
}

.Screenshots
{
	background-color: rgba(0, 0, 0, .3);
	padding: 15px;
}

.Screenshots > h1 {
	margin-top:0;
}

.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  left:10px;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 5rem;
  background-color: black;
}


.modal-title {
  color:#6caedf;
}

.modal-body {
	color: #fff;
}

.modal-body .img-responsive {
    margin: 0 auto;
}

.modal .close {
	opacity:1;
	text-shadow: 0 0px 0 #fff; 
}

.modal .close:hover {
	text-shadow: 1px 2px 0 #fff; 
}