@media handheld, screen and (max-width: 1122px){
	
html {
    display: table;
    margin: auto;
   }
#bg {
	width: 608px;
}

#logo {
   background-image: url("images/banner_sm.png");
   height: 174px;
}
#banner {
   background-image: url("images/banner_sm.png");
   height: 174px;
}

#flier img{
	width: 510px;
	margin-left:-20px;
  float: none;
}

#dates {
	margin-bottom: 20px;
	letter-spacing:10px;
}

#image img{
	width:510px;
margin-left:-20px;
}

#artists {
  font-size: 1.2em;
  letter-spacing:14px;
  margin-top: 10px;
	margin-right: 54px;
  text-align: left;
  float: right;
}

#tickets {
  font-size: 1.4em;
  letter-spacing:68px;
  margin-left: 55px;
  margin-bottom: 20px;
}
#schedlink {
  font-size: 1.4em;
  letter-spacing:55px;
  text-indent: 55px;
}

.wrapper{
	margin:0 auto;
	width: 608px;
}

#dates{
	font-size: .8em;
}

#infos{
	margin-left: 50px;
	font-size: 1em;
	margin-right:50px;
}

#credits {
	margin-top: 15px;
	margin-left: 50px;
	margin-right: 50px;
}

#infos a:link {
    letter-spacing:4px;
}
/* visited link */
#infos a:visited {
    letter-spacing:4px;
}
/* mouse over link */
#infos a:hover {
    letter-spacing:4px;
}
/* selected link */
#infos a:active {
    letter-spacing:4px;
}

#patreon {
    letter-spacing:4px;
    font-size:2em;
}
.rTable {
  	display: table;
  	width: 90%;
  	margin: 0 auto;
  	letter-spacing: 1px;
  	
}
.rTableCell {
  	display: table-cell;
  	padding: 3px 3px;
  	text-align: center;
}

.rTableHead {
  	display: table-cell;
  	padding: 3px 3px;
  	border: 0;
  	width: 30%;
  	color: white;
  	font-size: 1em;
  	text-transform: uppercase;
}
.rTableIconLinks a{
    display: inline-block;
    width: 100%;
    margin-bottom: 6px;
}

.rFooterCell {
  	width: 29%;
}
.hover01 figure img {
    width: 150px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
figure {
	width: 150px;
	height: 150px;
	margin: 0 0 0 15px;
	padding: 0;
	position: center center;
	background: #fff;
	overflow: hidden;
}
.button {
	width: 12%;
}
.button2 {
	width: 28%;
}
.button3 {
	width: 24%;
}
}
