

/* Mobile Styles */
@media only screen and (max-width: 400px) {
    .ATSMap {
        width:auto; 
        height:auto;
    }
    .FBContainer{ 
        width:auto !important;
        height:auto!important;
    }
    .ATSBannerImg{
        display: none;
    }
  }
  
  /* Tablet Styles */
  @media only screen and (min-width: 401px) and (max-width: 960px) {
    .ATSMap {
        width:auto; 
        height:auto;
    }
    .FBContainer{ 
        width:auto !important;
        height:auto !important;
    }
  }
  
  /* Desktop Styles */
  @media only screen and (min-width: 961px) {
    .ATSMap {
        width:450px; 
        height:520px;
    }
    .FBContainer{ 
        width:800px !important;
        height:auto !important;
    }
    .FBContainer span{ 
        width:800px !important;
        height:auto !important;
    }
    .ATSBannerImg{
        
    }
  }

  .topInfo{
    display: block;
    float: left;
    position: relative;
      background-color:transparent;
    height: 16px;
    width: auto;
    vertical-align: top;
    font-size: 11px;
    text-align: center;
    color: white;
    
  }
  .topInfo a{
    background-color: transparent;
  height: 16px;
  width: auto;
  vertical-align: top;
  font-size: 11px;
  text-align: center;
  color: white;
}
.topInfo a:hover{
    background-color: transparent;
  height: 16px;
  width: auto;
  vertical-align: top;
  font-size: 11px;
  text-align: center;
  color: white;
}