#atlas-button {
    background: url('/themes/atlas/images/atlas-button-bg.png') #204f9f;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 320px 201px;
    color: #f4791d;
    max-width: 320px;
    width: 320px;
    max-height: 201px;
    border-radius: 9px;
    height: 201px;
    font-size: 30px;
    text-shadow:
		3px 3px 3px rgba(0,0,0,0.7),
		3px 3px 3px rgba(0,0,0,0.7);
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    display: table;
    margin-bottom: 20px;
  }

#atlas_button_text {
    display: table-cell;
    vertical-align: middle;
}
@media (max-width:1199px) {
#atlas-button {
    max-width: 283px;
    max-height: 178px;
    font-size: 28px;
    background-size: 283px 178px;
  }
  }
@media (max-width:992px) {
#atlas-button {
    max-width: 210px;
    max-height: 132px;
    font-size: 22px;
    background-size: 210px 132px;
  }
}

@media (max-width:767px) {
#atlas-button {
    max-width: 176px;
    max-height: 111px;
    font-size: 18px;
    background-size: 176px 111px;
  }
  }
