/* Generated by the CoffeeCup Web Editor - www.coffeecup.com */
			
/*
Description...




@created:       30/03/2016 - 09:49:39
@today:         30/03/2016
@project:       Untitled2
@path:          /Users/larrykelley/Library/Mobile Documents/com~apple~CloudDocs/Untitled2/CSS/PhotoStyle.css

@author:        Your name
@company:       Your company
@Copyright:     A copyright notice
			
@version:       $Revision:$
*/
div.img {
	display: table;
    border: 1px solid #ccc;
}

div.img:hover {
    border: 1px solid #777;
}

div.img img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}


.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
	height: auto;
}

@media only screen and (max-width: 700px){
    .responsive {
        width: 49.99999%;
		height: auto;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px){
    .responsive {
        width: 100%;
		height: auto;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
