@charset "UTF-8";
.card-comments img {
  width: 4rem; }
/*https://newbieengineerblog.wordpress.com/2016/12/09/css-限制行數字數的兩個方法/*/

.darkmode-layer, .darkmode-toggle {
  z-index: 500;
}

.darkmode--activated {
	color: #fff;
}

.darkmode--activated .news-data {
	color: #fff !important;
} 

img {
	width: auto;
}

div.image-container {
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  overflow: hidden;
}

p.image-container img {
  width: 100%;
}
article {
	overflow: clear;margin-bottom: 1em;
}

@media (orientation: portrait) {
      .mobilebreak .block{
          display: block;
      }
      .mobilebreak .whitespace {
        display: none;
      }
  }