html, body {
	font-family:Arial, Helvetica;
}

.mobile-view-container {
	width:96%;
    height:auto;
   /*overflow:auto;*/
    margin:auto;
}
.hero-single-slide {
    position: relative;
	/*background-color:#bbb;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;*/
}
.hero-single-slide img {
    width:100%;
}
.hero-mobile-gettickets-button {
	width:100%; 
	padding:15px; 
	margin:auto; 
	margin-top:70px; 
	margin-bottom:10px; 
	background-color:#28A3DE; 
	color:#fff; 
	text-align:center;
}
.hero-mobile-datetime {
	font-size:1.2em; 
	position:absolute;
    bottom:-45px; 
    right:0px;
	text-align:right; 
	width:38%; 
	color:#fff; 
    padding-bottom:10px;
	background-color:#000;
   
}
.hero-mobile-artistinfo {
    position:absolute;
    bottom:-67px; 
    left:0px;
	width:60%; 
    padding-bottom:10px;
	font-size:1.2em; 
	background-color:#000; 
	color:#fff; 
}
.slide-info-container {
}

  /* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .mobile-view-container {
        min-height:250px;
      
        overflow:auto;
    }
}