body {
    margin: 0px;
	font-size: medium;
    background-color: #F1F1F1;
}
p {
	position: relative;
}
p1 {
	position: relative;
	font-size: small;
}
img {
    position: relative;
}
button[data-filter="fluteplayers"]:focus ~ div:not([class*="fluteplayers"]) {
  display:none;
}
button[data-filter="folders"]:focus ~ div:not([class*="folders"]) {
  display:none;
}


.marginblock {
	margin: auto;
	position: relative;
	max-width: 500px;
	margin-top: 70px;
}
.photo div img {
clear: both;
}
.photo img {
margin-top: 20px;
}
.img-large {
width: 100%;
}
.img-medium {
width: 75%;
}
.img-small {
width: 50%;
}
.img-xsmall {
width: 12%;
}
.img-xxsmall {
width: 9%;
}
.img-xxxsmall {
width: 6%;
}



@media screen and ( max-width : 700px ){
body {
	margin: 0;
	font-size: small;
	background-color: #F1F1F1;
}
p {
	position: relative;
	font-size: small;
}
p1 {
	position: relative;
	font-size: small;
}
img {
    position: relative;
    margin-top: 25px;
}
button[data-filter="fluteplayers"]:focus ~ div:not([class*="fluteplayers"]) {
  display:none;
}
button[data-filter="folders"]:focus ~ div:not([class*="folders"]) {
  display:none;
}
.marginblock {
	margin: auto;
	position: relative;
	margin-top: 25px;
	margin-left: 15px;
	margin-right: 15px;
}
.photo div img {
clear: both;
}
.photo img {
margin-top: 20px;
}
.photo p {
font-size: x-small;
}
.img-large {
width: 100%;
}
.img-medium {
width: 75%;
}
.img-small {
width: 50%;
}
.img-xsmall {
width: 16%;
}
.img-xxsmall {
width: 13%;
}
.img-xxxsmall {
width: 10%;
}

}
