/* Medium devices (landscape tablets, 400px and up) */
@media (min-width: 300px) and (max-width: 600px) {
  .banner {
    top: 81px;
  }
  .btnthree {
    margin-top: 50px!important;
  }
}
