@media (orientation: portrait ) {
  :root {
   --K_font_scale: 1;
  }
  html {
    font-size: 1em;
  }
  .rel_wrp_del {
    position: relative;
    width: 100%;
	min-height: 100%;
/*    padding-bottom: 245%;*/
  }
}