/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* BOX-SIZING to change the box model */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }
  
body{
background-color:white;
margin:0 auto;
font-size:100%;
}
p{margin:5px 1% 5px 1%;}

.holder{
text-align:center;
margin: 0 auto;
clear:both;
}

@media only screen and (max-width:660px) {
.artholder{margin:0 5% 0 5%;}
}

/*Images Stretching*/

img, video {
height: auto !important;
}

img, embed, object, video {
height: auto !important;
max-width: 100%;
width: auto;    /* Prevent stretching of full-size images with height and width attributes in IE8 */
    }
    
@media \0screen {
  img, video { 
  	width: auto; /* for ie 8 */
  }
}

img, video {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}