﻿@charset "utf-8";
/* CSS Document */

               .profileBanner {
  width:100%;
  height: auto;
  margin-top: -1%;
  margin-bottom:20px;
max-height: 400px;
}


               .profileBanner img{
                   object-fit:cover;
               }


			    
				.aboutInfo .col-md-8 {
				  padding-left:0px !important;	
				}
				
				@media screen and (max-width:500px) {
				  .aboutInfo .col-md-4 {
					margin-top:50px;  
				  }
				}
