
.mobileshow {
  display: none;
}

a.mobilepagebtn {
  color: #e5ee5c;
}

#cssmenu > ul > li.mobileshow {
  display: none;
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {

  .siteid h1,
  .sticky .siteid h1 {
    width: 243px;
    margin: 10px 15% 0 0;
    display: inline-block;
  }

}


@media only screen 
and (max-width : 768px) {

  
.staggered-mobile .colstag2 .firstcol {
  float: right;
}

.staggered-mobile .colstag2 .secondcol {
  float: left;
}

#cssmenu > ul > li > a {
    margin: 0 5px;
  }


  button.menu-btn {
    color: #e5ee5c;
  }

  .sticky button.menu-btn {
    color: #26aae1;
  }

  .new {
    margin-left:10px;
  }

  .header-content {
    width: 80%;
    font-size: 1em;
  }

  .siteid {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .sticky {
    position: relative !important;
  }

  .sticky .navigation {
    display: none;
  }

  .siteid h1,
  .sticky .siteid h1 {
    width: 243px;
    margin: 10px 50% 0 0;
    display: inline-block;
  }

  .siteid h1 a,
  .sticky .siteid h1 a {
   width: 222px; 
  } 

  button.menu-btn {
    display: inline-block;
    background:none;
    border:none;
    font-weight: 700;
    text-transform: uppercase;
    color: #26aae1;
    font-size: 2em;
    padding: 10px;
    width: 100px;
  }

  .page-header h1 {
    line-height: 1.3;
  }

  .baseline p,
  .baseline h4,
  .baseline address,
  .baseline ul {
    text-align: center;
  }

  p.menu-icon {
    margin:0;
  }

  .bx-controls-direction {
    display: none;
  }

  #videocontent p, #videocontent h1 {
    font-size: 2.2em;
  }

  #videocontent a.button {
    margin-top: 20px;
  }

  a.started.button {
    margin-left: 0;
  }

  a.about.button {
      margin-right: 0px;
  }

  .mobileshow {
    display: block;
  }

  .mobilehide {
    display: none !important;
  }

   #cssmenu > ul > li.mobileshow {
    display: block;
  }

  iframe {
    max-width: 100%;
  }

  .menu li a {
    color: #fff;
  }

  .thankyoucards h3 {
    margin-top: 70px;
  }

  .video-header{ 
    background: url('https://mortgagemonkey.com/wp-content/uploads/2019/02/DIRECTORS-MORTGAGE.jpg');
    background-position: center center;
  }

  .video-header video {
    display: none;
  }




}

@media only screen 
and (max-width : 421px) {
  
  .mobileshow {
    display: inline;
  }

  .siteid h1,
  .sticky .siteid h1 {
    width: 243px;
    margin: 10px 6% 0 0;
    display: inline-block;
  }

  

}