﻿@charset "UTF-8";
/* TDSBweb: Skin.css */
/*------------------------------------------------*/
/* FONT STYLE */
/*------------------------------------------------*/


.banner{
	max-width: 100%;	
}


/*Media Queries*/
@media screen and (min-width: 800px) and (max-width: 1050px)  {
.banner{
    width:80%;
	}
 }  
  @media screen and  (min-width: 600px) and (max-width: 799px){
    .banner{
      width:55%;
    }
}
  @media screen and  (min-width: 400px) and (max-width: 599px){
    .banner{
      width:35%;
	  padding-bottom:20px;
    }
}
  @media screen and (max-width: 399px){
      .banner{
      width:21%;
	  height:50px;
	  padding-bottom:30px;
    }
 }