	.wrapper {
	max-width: 1390px;
	margin: 0 auto;
}
.gallery{
	float: left;
	width: 45%;
	margin-right: 5%;
}

/* Alternative 1: **/
.bigpic {
	position: relative;
	height: 500px;
	width: 100%;
}

.bigpic img{
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
}


/* Alternative 2: **/
/*.bigpic img{
	max-width: 100%;;
}*/

.upperbody {
	font-family: 'Lato';
	padding-bottom: 30px;
	overflow: auto;
}

.shortdescription {
	float: left;
	width: 50%;
	font-size: 15px;
}

.shortdescription h1 {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 19px;
	line-height: 1.3;
}

.shortdescription ul li {
	
}

.shortdescription ul {
	padding-left: 20px;
}

.shortdescription li {
	line-height: 1.8;
}

.lowerbody {
	clear: both;
	font-family: 'Lato';
}

.longdescription {
	width: auto;
	border: 1px solid #ccc;
	height: auto;
	padding-bottom: 40px;
	margin-right: 275px;
	min-height: 260px;
	position: relative;
}

.longdescription-content{
	padding: 20px 30px 0 30px;
}

.longdescription-content p {
	padding: 15px 0;
	line-height: 1.5;
	font-size: 16px;
}

.longdescription h1 {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 19px;
	line-height: 1.3;
}

.description-label {
	width: 270px;
	background-color: #EB6A28;
	font-family: 'Montserrat';
	letter-spacing: 7px;
	font-weight: 400;
}

.description-label p {
	font-size: 17px;
	line-height: 40px;
	margin: 0 auto;
	color: #fff;
	padding: 0;
	text-align: center;
}

.shop-link-img {
	position: absolute;
	top: 10px;
	right: 20px;
	max-width: 300px;
}

.rightcontainer {
	float: right;
	width: 270px;
	height: auto;
	border: 1px solid #ccc;
}

.info-container {
	padding: 15px 40px;
	clear: both;
	overflow: auto;
	text-align: center;
}

.info-container-paypal {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.info-text {
padding-top: 8px;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Montserrat';
	width: 100%;
	float: none;
	font-size: 19px;
}

.info-text p {
	margin: 0;
}

.info-img-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.info-img-container img {
	max-width: 100%;
	max-height: 100%;
}

.info-container-paypal .info-img-container {
	margin-top: 25px;
	float: none;
	width: 100%;
}

.footer {
	font-family: 'Montserrat';
	font-weight: 300;
	padding-top: 10px;
}

.footer p {
	margin: 0;
	margin-left: 30px;
}

@media only screen and (max-width: 920px){
	.shop-link-img{
		max-width: 160px;
	}
}

/** Tablet **/
@media only screen and (max-width: 768px){
.gallery,
.shortdescription{
	float: none;
	width: 100%;
}
	.shop-link-img{
		display: none;
	}
	.rightcontainer{
		display: none;
	}
	.longdescription{
		margin: 0;;
	}
}