@import url("font.css");
@import url("header.css");
@import url("sidebox.css");
@import url("footer.css");
@import url("section.css");
@import url("index-below.css");
@import url("img-rollover.css");
@import url("banner.css");
@import url("sidebox.css");
*{
	box-sizing:border-box;
	}  
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none; 
  -o-user-drag: none;
  user-drag: none;
}
body {
	width: auto;
	margin: auto;
	line-height:auto;
	background-image: url(bg.jpg);
	background-size:cover;
	background-attachment: fixed;
}
.border_right{		
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right:40px;
}

.floating-right-image{
	position:absolute; 
	top:0; 
	right:0; 
	width:15%;
	}
.distributor{
	margin: 3px;
	border: 1px solid #CCC;
	display:inline-block;
	width:240px;
	}
	
	
	
<!-- Reponsive youtube -->
.containerv {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; 
}
.containerv .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
<!-- End Reponsive youtube -->

	
@media only screen and (max-width: 740px) {
.border_right{		
	border-right-width: 0px;
	padding-right:0px;
}	

	
.floating-right-image{
	position:absolute; 
	top:30px; 
	right:0; 
	width:15%;
	}
}




