/* -----------------------------------------------------------------------------
/* ----------------------------- LANDSCAPE -------------------------------------
   -------------------------------------------------------------------------- */

/* XXSMALL */
@media screen and (min-width:480px) and (orientation: landscape) {
  .mobchats {
    position: fixed;
    width: 100px;
    height: 40px;
    top: 0;
    left: calc(50% - 50px);
    background: rgb(30,30,30);
    padding: 10px;
    padding-left: 0;
  }
  .mobchats img {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    margin-left: 10px;
  }
}
/* XSMALL */
@media screen and (min-width:680px) and (orientation: landscape) {

}
/* SMALL */
@media screen and (min-width:920px) and (orientation: landscape) {
  .mobchats {
    display: none;
  }
}
/* MEDIUM */
@media screen and (min-width:1200px) and (orientation: landscape) {

}
/* LARGE */
@media screen and (min-width:1320px) and (orientation: landscape) {

}
















/* -----------------------------------------------------------------------------
/* ----------------------------- PORTRAIT --------------------------------------
   -------------------------------------------------------------------------- */

/* XXSMALL */
@media screen and (min-width:320px) and (max-device-aspect-ratio: 1/1), (min-width:320px) and (max-aspect-ratio: 1/1) {
  .mobchats {
    position: fixed;
    width: 100px;
    height: 40px;
    top: 0;
    left: calc(50% - 50px);
    background: rgb(30,30,30);
    padding: 10px;
    padding-left: 0;
  }
  .mobchats img {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    margin-left: 10px;
  }
}
/* XSMALL */
@media screen and (min-width:440px) and (max-device-aspect-ratio: 1/1), (min-width:440px) and (max-aspect-ratio: 1/1) {

}
/* SMALL */
@media screen and (min-width:520px) and (max-device-aspect-ratio: 1/1), (min-width:520px) and (max-aspect-ratio: 1/1) {

}
/* MEDIUM */
@media screen and (min-width:620px) and (max-device-aspect-ratio: 1/1), (min-width:620px) and (max-aspect-ratio: 1/1) {

}
