
@media screen and (max-width: 768px){
.column-left{ float: left; width: 100%; }
.column-right{ float: left; width: 100%; }
}

@media screen and (max-width: 420px){
.column-left{ float: left; width: 100%; }
.column-right{ float: left; width: 100%; }
}

@media screen and (min-width: 768px){
.column-left{ float: left; width: 40%; }
.column-right{ float: right; width: 60%; }
}

.photo-detail {
		background-color: #3F51B5;
		clear: both;
		width: 95%;
		text-align: left;
		margin-left: auto; margin-right: auto;
		padding: 1% 0% 1% 0%;
		border:1px solid #660000;
		border-top:2px solid #F1F1F1;
		overflow:hidden;
		border-radius: 6px;
		}
	
	
	