body, html {
	margin: 0;
	padding: 0;
}

#bsrtourpage {
	height: 100%;
	width: 100%;
	background-image: url('/sites/all/themes/basic/images/bsbg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	background-position: 50% 40%;
	min-height: 600px;
}

.choosebox h1 {
	color: #FFF;
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
}

.bslogo {
	margin: 0 auto;
	display: block;
}

.choosebox {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 640px;
	height: auto;
	padding: 40px 20px;
	/*background-color: #0011004f;*/
	background: none;
	top: 50%;
    transform: translateY(-50%);
	text-align: center;
}

.bsrental {
    width: 280px;
    height: 280px;
    /*background-image: url(/sites/all/themes/basic/images/bsrental.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 28%;*/
	background-color: rgba(0,0,0,0.4);
    float: left;
	position: relative;
	color: #FFF;
	 -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
	  padding-top: 22%;
    text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2rem;
}

.bstour {
	width: 280px;
    height: 280px;
    /*background-image: url(/sites/all/themes/basic/images/bstour.jpg);
    background-repeat: no-repeat;
    background-size: cover;*/
	background-color: rgba(0,0,0,0.4);
    float: right;
	position: relative;
	color: #FFF;
	 -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
	  padding-top: 22%;
    text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2rem;
}

/*.bsrental-hover,
.bstour-hover {
	opacity: 0;
	color: #FFF;
	 -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
	  background-color: rgba(0,0,0,0.6);
	  height: 100%;
	  width: 100%;
	  position: absolute;
	  padding-top: 45%;
    text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2rem;
}*/

.bsrental:hover {
	background-color: rgba(0,0,0,0.9);
	 -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
  opacity: 0.7;
}

.bstour:hover {
	background-color: rgba(0,0,0,0.9);
	 -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
  opacity: 0.7;
}

@media only screen and (max-width: 620px) {
	#bsrtourpage {
		height: auto;
		background-position: 45% 40%;
	}
	
	.choosebox {
		max-width: 300px;
		position: initial;
		transform: initial;
		top: initial;
	}
	
	.bsrental {
		margin-bottom: 20px;
	}
	
	.bsrental,
	.bstour	{
		clear: both;
		float: none;
		display: inline-block;
		width: 200px;
		height: 200px;
		padding-top: 34%;
	}
}