.tns-outer {
   height: 600px;
}

.layout-topbar-right {
  align-items: flex-start !important;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .tns-outer {
   display:none !important;
  }
}