.header{
    height:230px;
}
.brand{
	 overflow:hidden;
	 object-fit:contain;
 }
 .brand img{
	 min-width:420px;
	 margin-top:-25px;
	 margin-left:-40px;
	 height:220px; 
     padding-bottom: 5px;
 }
 
 .stud-zone{
	 float:right;
	 position:absolute;
	 right:5%;
	 margin-top: 40px;
	 max-width:240px;
	 min-width:220px;
 }
 
 .stud-zone>ul{
     border:1px solid #4b0082;
 }
 
 @media screen and (max-width: 768px) {
	 .stud-zone strong, .stud-zone li{
			 font-size: 12px!important;
	 }
	 .stud-zone li{
			 padding:10px 0;
	 }
	 .stud-zone{
		 margin-top: 40px;
		 min-width:180px;
		 right:20px;
	 }
 }
 @media screen and (max-width: 660px) {
	 
	 .brand{
		 min-width:420px;
	 }
	 .brand img{
		 transform: translateX(-50px);
		 margin-left:0px;
		 height:230px; 
	 }
	 .stud-zone{
		 position:relative;
		 margin-top: 10px;
		 margin-left:50%;
	 }
	 .header {
		 height: 330px;
	 }
 }
 @media screen and (max-width: 550px) {
	 .stud-zone{
		 /*margin-top: 40px;*/
		 min-width:150px;
	 }
	 .brand img {
		 margin-left:-20px;
	 }
 }
 @media screen and (max-width: 460px) {
	 .brand img {
		 height:180px;
		 margin-top:-10px;
		 margin-left:-10px;
	 }
	 .header {
		 height: 290px;
	 }
	 .brand{
		 min-width:320px;
	 }
 }
 @media screen and (max-width: 350px) {
	 .brand img {
		 height:150px;
		 margin-top:0px;
		 margin-left:0px;
	 }
	 .brand{
		 min-width:280px;
	 }
	 .header {
		 height: 270px;
	 }
 }
 @media (min-width:1630px){
	 .header{
        height:260px;
    }
 }