#mobile-menu{
  display: none;
}
#dropmenu-container{
  display: none;
}
@media only screen and (max-width: 1200px) and (min-width: 1080px){
  #playbutton{
    flex-basis: 40%;
    margin-top: 5%;
  }
  .flex_container{
    margin-left: auto;
    margin-right: auto;
    justify-content: space-around;
    width: 86%;
  }
}

@media only screen and (max-width: 1080px){
  .flex_container{
    height: auto;
    margin-top: 5%;
  }
  #playbutton{
    width: 100%;
    border-radius: 4px;
  }
  #mobile-menu{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-size: 1.5em;
    margin-top: 5%;
  }
  #mobile-menu ul{
    text-align: center;
    list-style: none;
    font-size: 1.5em;
    font-weight: 600;
  }

  .page_title{
    flex-basis: 15%;
  }
  .page_title img{
    max-width: 100%;
  }

/* MOBILE DROPDOWN */
#dropmenu-container{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
}
#dropmenu{
  width: 5%;
  height: auto;
}
#dropmenu img{
  width: 100%;
  height: auto;
}
#mobnav{
  display: none;
}
#mobnav{
  width: 100%;
  padding: 3%;
  margin-top: 1%;
  list-style: none;

}
#mobnav li{
  line-height: 2;
  font-weight: 300;
  font-size: 2em;
  text-align: right;
  border: 2px solid;
  padding-right: 5%;
}

/*------------------*/
  /*mobile pages*/
  #article_container{
    z-index: 16;
  }
  .home_screen{
    position: absolute;
    margin-top: 3%;
    background-image: url("")!important;
    background-color: rgba(255,255,255,0) !important;
    width: 90%;
  }
  #search-container{
    max-height: 100vh;
    overflow-y: scroll;
  }
  #single-post-container > #content{
    border: 0;
  }
  .singlepost{
    width: 100%;
  }
  .left_container{
    flex-basis: 70%;
  }
  .home_screen .post{
    display: none;
    z-index: 11;
  }
  .open_call_link{
    display: none;
  }
  .openwaves{
    width: 35%;
    max-width: 200px;
  }
}
