.about-info {/*background-color:#0799dc;*/
			 height:595px;
			 width:50%;
			 padding-left:13%;
			 padding-right:2%;
			 padding-top:5%;
			 color:#FFFFFF;
			 background: url('/includes/plugins/about_us/images/gaming_bg_3.jpg') no-repeat center center ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
background-repeat:no-repeat;
			width:50%;}

.about-text {line-height: 2.0;
color:#FFFFFF;}

.about-pic {background-image:url('/includes/plugins/about_us/images/about-img.png');
			background-repeat:no-repeat;
			width:50%;}
			
.about-headline {color:#FFFFFF;
				 font-weight:bold;
				 text-transform:uppercase;
				 font-family:[SourceSansPro];
				 font-size:30px;}


@media (min-width: 768px) {}


@media (max-width: 768px) {

.about-info {
    background-color: #0799dc;
    height: 100%;
    width: 100%;
    padding-left: 13%;
    padding-right: 2%;
    padding-top: 5%;
    color: #FFFFFF;
    padding-bottom: 20px;
}

}