.se-pre-con {
	position: fixed;
	left: 0px;
	top:150px;
	width:100%;
	height: 100px;
	z-index: 9999;
	background-repeat: no-repeat;
	background-position:center;
}

.nopadding
{
	padding:0 !important;
}
.toBottom
{
	position:fixed;
	bottom:0;
}

html{
	height:100%;
}
body
{
	user-select:none; 
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:100% 100%;
	overflow:hidden;

}	

#businessList
{
	background-color:rgb(232, 184, 184);
	
	border-style: ridge;
	border-width: 7px;
	border-color: coral;
	
	display: flex;
	flex-direction: row;
	overflow-x: auto;
/*
	//overflow-x:scroll; 
*/
	overflow-y: hidden;
}

.businesses
{
	margin:5vh;
	border:1px solid black;

	height:40vh;
	
}
#videoTag
{
	display:none;
}

#gif
{
	height:40vh;
}

#question
{
	text-align:center;
	font-size:4vw;
	color:black;
}
#option
{
	margin-top: 10vh;
}
.options
{
	text-align:center;
	font-size:3vw;
	color:black;
} 

h1
{
    text-align: center;
    font-size: 5vw;
    font-weight: bold;
}