.mobile-show {
    display: none;
  }
  .vid-border {
margin: 15px; 
border: 1px solid #232f3e; 
box-shadow: 2px 2px 6px rgba(0, 0, 0, .5);
}
.threeBox {
  background-color: #ffffff;
    border: 1px solid #a5a9af;
    border-top: 4px solid #ff9900;
    padding: 18px;
    padding-top: 30px;
    padding-bottom: 8px;
    margin-right: 5px;    
    max-width: 32%;
}
.awsmp-btn {
  -moz-box-shadow:inset 0px -3px 7px 0px #fccd6f;
  -webkit-box-shadow:inset 0px -3px 7px 0px #fccd6f;
  box-shadow:inset 0px -3px 7px 0px #fccd6f;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fccd6f), color-stop(1, #ffae00));
  background:-moz-linear-gradient(top, #fccd6f 5%, #ffae00 100%);
  background:-webkit-linear-gradient(top, #fccd6f 5%, #ffae00 100%);
  background:-o-linear-gradient(top, #fccd6f 5%, #ffae00 100%);
  background:-ms-linear-gradient(top, #fccd6f 5%, #ffae00 100%);
  background:linear-gradient(to bottom, #fccd6f 5%, #ffae00 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fccd6f', endColorstr='#ffae00',GradientType=0);
  background-color:#fccd6f;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  border:1px solid #0b0e07;
  display:inline-block;
  cursor:pointer;
  color:#0b0e07 !important;
  font-size:15px;
  padding:9px 23px;
  text-decoration:none !important;
  text-shadow:0px 1px 0px #ffae00;
}
.awsmp-btn:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffae00), color-stop(1, #fccd6f));
  background:-moz-linear-gradient(top, #ffae00 5%, #fccd6f 100%);
  background:-webkit-linear-gradient(top, #ffae00 5%, #fccd6f 100%);
  background:-o-linear-gradient(top, #ffae00 5%, #fccd6f 100%);
  background:-ms-linear-gradient(top, #ffae00 5%, #fccd6f 100%);
  background:linear-gradient(to bottom, #ffae00 5%, #fccd6f 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffae00', endColorstr='#fccd6f',GradientType=0);
  background-color:#ffae00;
}
.awsmp-btn:active {
  position:relative;
  top:1px;
}

@media only screen and (max-width: 768px) {
  .mobile-hide {
    display: none !important;
  }
  .top-banner {
   padding-top: 30px !important;
    padding-bottom: 30px;
  }
  .vid-border {
    margin: 0px; 
  }
  .mobile-show {
    display: block !important;
  }
  .main-container {
    padding-top: 0px !important;
  }
  .threeBox {
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 5px;
    max-width: fit-content;
    min-width: -webkit-fill-available;
}  
}