/* ============================== */
/* = STYLE FOR APT PHOTO PLUGIN = */
/* ============================== */
.photoContainer{
	display:flex;
	flex-wrap:wrap;
}
.photoWidget.singlePhoto{
	background-position:center;
	background-size:cover;
	position:relative;
	height:300px;
}
.photoWidget.singlePhotoContainer.col1{
	width:100%;
	
}
.photoWidget.singlePhotoContainer.col2{
	width:48%;
	
	margin:1%;
}
.photoWidget.singlePhotoContainer.col3{
	width:30%;
	
	margin:1.5%;
}
.photoWidget.singlePhotoContainer.col4{
	width:23%;
	
	margin:1%;
}
.photoWidget.singlePhotoContainer.col5{
	width:18%;
	
	margin:1%;
}

a.photoWidgetLinkFullscreen{
	position:absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}