/* @font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon2.eot?nddhpi);
  src: url(../fonts/icomoon2.eot?nddhpi#iefix) format("embedded-opentype"), url(../fonts/icomoon2.ttf?nddhpi) format("truetype"), url(../fonts/icomoon2.woff?nddhpi) format("woff"),
    url(../fonts/icomoon2.svg?nddhpi#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
} */

/* body,
div,
form,
h1,
li,
h2,
input,
textarea,
ul {
  margin: 0;
  padding: 0;
} */

/* img {
  border: 0;
}

* {
  outline: 0;
  text-decoration: none;
} 

img {
  vertical-align: bottom;
} */

/* *,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

h1,
h2 {
  font-size: 100%;
  font-weight: 400;
} */

.tah-desktop-spot div {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 300/250;
  background: url(/static/images/cambg.png);
  background-size: 100%;
}

/* a * {
  cursor: pointer;
} */

/* html {
  height: 100%;
  background: #0d0d0d;
  font-size: 62.5%;
} */

/* body {
  font: 300 14px/1.2 -apple-system, BlinkMacSystemFont, Arial, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  min-height: 100%;
  min-width: 320px;
  position: relative;
  color: #a5a5a5;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
} */

/* a {
  color: #e34449;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
} */

/* input,
textarea {
  font-size: 13px;
  line-height: 1.2;
  font-family: -apple-system, BlinkMacSystemFont, Arial, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
} */

.hidden {
  display: none;
}

/* form .row {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 1rem;
  line-height: 0;
} */

/* form label {
  display: block;
  color: #a5a5a5;
  margin: 0 0 10px;
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  padding: 0 0 0 2px;
} */

/* form label.field-label.required:after {
  content: " *";
  color: #e44549;
  letter-spacing: -1px;
} */

/* form .submit {
  text-align: center;
  color: #a5a5a5;
  font-weight: 400;
  font-size: 14px;
  padding: 8px 12px;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  background-color: #0d0d0d;
  border: 1px solid #303030;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
} */

/* form .submit:disabled {
  pointer-events: none;
  color: rgb(255 255 255 / 20%);
} */

/* form .textarea {
  border: 1px solid #414141;
  padding: 12px;
  color: #a5a5a5;
  background: #0d0d0d;
  width: 100%;
  border-radius: 4px;
  height: 40px;
  font-weight: 300;
} */

/* form .textarea {
  resize: none;
  min-height: 120px;
} */

/* form .bottom {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 5px;
} */

/* form .success {
  padding: 0;
  color: #a5a5a5;
  font-weight: 300;
  font-size: 14px;
} */

/* form .generic-error {
  text-align: center;
  padding: 10px;
  color: #e44549;
  border: 1px solid #e44549;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0 0 20px;
  background: rgba(228, 69, 73, .1)
} */

/* form .field-error {
  display: none;
  padding: 5px 0 0 0;
  color: #e44549;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
} */

.toggle-button {
  color: #303030;
  border: 1px solid #414141;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
  cursor: pointer;
}

.box {
  width: 100%;
  text-align: center;
}

.headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 15px;
  padding: 15px 2px 0 2px;
  width: 100%;
}

h1,
h2 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.list-albums,
.list-comments {
  width: 100%;
  text-align: left;
}

.margin-fix {
  margin: 0;
  font-size: 0;
  line-height: 0;
}

.list-comments .margin-fix {
  margin: 0;
}

.list-albums .item {
  position: relative;
  display: inline-block;
  text-align: left;
  background: 0 0;
  vertical-align: top;
  cursor: pointer;
  margin: 0;
  width: calc(33.33% - 12px);
  cursor: pointer;
}

.list-albums .item a {
  display: block;
  font-size: 12px;
  line-height: 1.2;
}

.item .img {
  position: relative;
  background-color: #0d0d0d;
  overflow: hidden;
}

.list-albums .img {
  padding-bottom: 136%;
  border: 2px solid transparent;
  transition: .2s;
  overflow: hidden;
  margin-bottom: 10px;
}

.list-albums a:hover .img {
  border-color: #ff9239;
  box-shadow: 2px 3px 2px 2px rgba(36, 36, 38, 0.75);
}

.list-videos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.item .img img:first-child {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

div.photo-amount {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 7px;
  background: #ffffff;
  color: #262934;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  opacity: 1;
  transition: opacity .2s;
}


.pagination {
  text-align: center;
  max-width: 100%;
  margin: 20px auto;
}

.pagination-holder {
  display: inline-block;
  vertical-align: bottom;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination li {
  margin-right: 5px;
}

.pagination a,
.pagination span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  padding: 12px 15px;
  background-color: #0d0d0d;
  border: 1px solid #303030;
  color: #ffffff;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.pagination .page-current span {
  color: #a5a5a5;
  background-color: #1f1f1f;
  border: none;
  pointer-events: none;
}

.pagination .first,
.pagination .last,
.pagination .prev span {
  display: none;
}

.content {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 0 2rem;
}

.main-container {
  width: 100%;
}

.block-album {
  /* width: 100%; */
  /* text-align: center; */
  /* margin-bottom: 30px; */
}

.block-album .images {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.block-album .images .image-item {
  position: relative;
  display: inline-block;
  text-align: left;
  background: 0 0;
  vertical-align: top;
  cursor: pointer;
  margin: 0;
  width: calc(20%);
  cursor: pointer;
  padding: 2px;
  aspect-ratio: 250 / 300;
}



@media (max-width: 1024px) {
  .block-album .images .image-item {
    width: 25%;
  }
}

@media (max-width: 768px) {
  .block-album .images .image-item {
    width: 33.33%;
  }
}

@media (max-width: 560px) {
  .block-album .images .image-item {
    width: 50%;
  }
}

.block-album .images a.item {
  /* background-color: #0d0d0d; */
  aspect-ratio: 250 / 300;
  display: block;
  border: 2px solid transparent;
}

.block-album .images .item img {
  width: 100%;
  height: auto;
  display: block;
}

@media (any-hover: hover) {
  .block-album .images a:hover {
    border-color: #ff9239;
    box-shadow: 2px 3px 2px 2px rgba(36, 36, 38, 0.75);
  }
}

.cs_headline a {
  font-weight: 700;
  color: #e34449;
  text-decoration: none;
}

.cs_headline a:hover {
  color: #303030;
}

.related-albums .box {
  width: 100%;
}

@media screen and (max-width: 1280px) {

  .tah-desktop-spot {
    font-size: 0;
    display: inline-block;
    padding: 2px;
    width: calc(20%);
    aspect-ratio: 300 / 250;
    overflow: hidden;
    background-clip: content-box, padding-box;
    position: relative;
  }

  .tah-desktop-spot div {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 300/250;
  }

  .tah-desktop-spot iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 300/250;
  }
}

@media screen and (max-width: 1255px) {
  .tah-desktop-spot {
    font-size: 0;
    display: inline-block;
    padding: 2px;
    width: calc(20%);
    aspect-ratio: 300 / 250;
    overflow: hidden;
    background-clip: content-box, padding-box;
    position: relative;
  }

  .tah-desktop-spot iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 300/250;
  }
}

@media screen and (max-width: 1152px) {
  html {
    font-size: 58.5%;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 52.5%;
  }

  /* form .row {
    margin: 0 0 1.5rem;
  } */
}

@media screen and (max-width: 860px) {
  .list-albums .item {
    width: calc(50% - 9px);
  }

  .headline {
    margin: 0 0 10px;
  }

  /* form .bottom {
    max-width: 100%;
  } */

  /* form .row {
    max-width: 100%;
  } */

  .primary-tags-content {
    overflow-x: auto;
    white-space: nowrap;
    position: relative;
  }

}

@media screen and (max-width: 785px) {
  .box {
    padding: 0;
  }

  .headline {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2rem 0 0;
    justify-content: center;
  }

  .cs_headline {
    text-align: center;
  }

  .headline h1,
  h2 {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 2px 0;
    color: #ffffff;
    padding: 15px 0 5px 0 !important;
    font-weight: 400;
    font-size: 18px;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .tab-content {
    padding: 0 1rem 1rem;
  }

  .pagination a,
  .pagination span {
    font-size: 18px;
    padding: 8px 12px;
    font-weight: 400;
  }

  .pagination li {
    min-width: 43px;
  }
}

@media screen and (max-width: 650px) {
  html {
    font-size: 47.5%;
  }
}

@media screen and (max-width: 640px) {

  .margin-fix {
    margin: -5px 0 0 -5px;
  }

  /* form .row {
    margin: 0 0 1rem;
  } */

  .box {
    margin: 0;
  }
}

@media screen and (max-width: 560px) {
  .box {
    padding: 0;
  }

  .block-new-comment .bottom .submit {
    margin: 0;
  }

  .headline {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .list-albums .item {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .list-albums .item {
    width: calc(50% - 5px);
    margin: 5px 0 0 5px;
  }

  .list-albums .item {
    width: 100%;
  }

  h1.cs_headline {
    font-size: 13px;
  }
}

@supports (-webkit-overflow-scrolling: touch) {
  .content {
    cursor: pointer;
  }
}

.list-albums {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 25px 18px;
}

.primary-tags {
  margin: -5px 0 5px 0;
  text-align: left;
  font-size: 0;
}

.primary-tags a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  padding: 6px 9px 6px;
  margin-bottom: 7px;
  margin-right: 4px;
  text-transform: capitalize;
  overflow: hidden;
  background-color: #0d0d0d;
  border: 1px solid #303030;
  color: #a5a5a5;
}

.primary-tags a:hover {
  color: #e34449;
  text-decoration: none;
}

.photo-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
  color: #c9c9c9;
  transition: .2s;
}

.list-albums a:hover .photo-title {
  color: #ff9239;
}

.list-albums a:hover .photo-amount {
  opacity: 0;
}

.photo-views {
  color: #626262;
  font-size: 12px;
  font-weight: 300;
  padding: 0 2px;
  line-height: inherit;
  margin: 5px 0 4px 0;
}

.photo-views:before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 12px;
  background: url(../images/view-icon-new.svg) no-repeat;
  background-size: 15px 12px;
  opacity: 0.4;
  margin: 0 3px -1.5px 0;
}

.primary-tags {
  margin: -5px 0 5px 0;
  text-align: left;
  font-size: 0;
  position: relative;
}

.primary-tags:after {
  right: 0;
  background-image: -o-linear-gradient(0deg, rgba(244, 244, 244, 0)0, #1f1f1f 10px, #1f1f1f 100%);
  background-image: linear-gradient(90deg, rgba(244, 244, 244, 0)0, #1f1f1f 10px, #1f1f1f 100%);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  z-index: 1;
  pointer-events: none;
}

.primary-tags a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  padding: 6px 9px 6px;
  margin-bottom: 7px;
  margin-right: 4px;
  text-transform: capitalize;
  background-color: #0d0d0d;
  border: 1px solid #303030;
  color: #a5a5a5;
}

.primary-tags a:hover {
  color: #e34449;
  text-decoration: none;
}

.primary-tags-content {}

.primary-tags-content::-webkit-scrollbar {
  display: none;
}

.tah-desktop-spot {
  font-size: 0;
  display: inline-block;
  padding: 2px;
  width: calc(20%);
  aspect-ratio: 300 / 250;
  overflow: hidden;
  background-clip: content-box, padding-box;
  position: relative;
}

.tah-desktop-spot iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 300/250;
}

.tah-desktop-spot:before {
  font-size: 8px;
  font-weight: 300;
  position: absolute;
  z-index: 2;
  display: block;
  margin: 0;
  padding: 2px 4px;
  right: 8px;
  top: 8px;
  color: #fff;
  background: rgb(25 187 30 / 70%);
  border-radius: 2px;
  content: "ONLINE";
}

.headline h1,
.headline h2 {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 1240px) {
  .photo-title {
    font-size: 13px;
    font-weight: 400;
    color: #a5a5a5;
    max-height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 16px;
    margin: 4px 0 0 0;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    padding: 0 2px;
    transition: color .2s;
  }

  .photo-views {
    color: #626262;
    font-size: 11px;
    font-weight: 300;
    padding: 0 2px;
    line-height: inherit;
    margin: 2px 0 2px 0;
  }

  .photo-views:before {
    display: inline-block;
    content: "";
    width: 15px;
    height: 12px;
    background: url(../images/view-icon-new.svg) no-repeat;
    background-size: 15px 12px;
    opacity: 0.4;
    margin: 0 3px -2px 0;
  }

  .content {
    padding: 0 0px !important;
  }

  .headline h1,
  .headline h2 {
    padding: 0 2px;
  }
}

@media screen and (max-width: 1240px) {
  .tah-desktop-spot {
    width: calc(20%);
  }

  h1.cs_headline {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #ffffff;
    padding: 10px 0 15px;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
  }
}

@media screen and (max-width: 860px) {
  .tah-desktop-spot {
    width: calc(33.33%);
  }
}

@media screen and (min-width: 861px) {
  .primary-tags-content {
    overflow-x: auto;
    white-space: nowrap;
    position: relative;
  }
}

.list-members-separator {
  border-bottom: 1px solid #414141;
  width: calc(100% - 4px);
  margin: 0 auto;
}

#live-spots {
  margin-bottom: 18px;
}

#live-spots .tah-desktop-spot {
  aspect-ratio: 300 / 250;
}

#live-spots .tah-desktop-spot:before {
  font-size: 8px;
  font-weight: 300;
  position: absolute;
  z-index: 2;
  display: block;
  margin: 0;
  padding: 2px 4px;
  right: 8px;
  top: 8px;
  color: #fff;
  background: rgb(25 187 30 / 70%);
  border-radius: 2px;
  content: "ONLINE";
}

#live-spots .tah-desktop-spot div {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 300 / 250;
  background: url(/static/images/cambg.png);
  background-size: 100%;
}

.cams-button-desktop {
  float: right;
  display: block;
  background-color: #0d0d0d;
  color: #ffffff;
  border: 1px solid #303030;
  min-width: 20rem;
  padding: 10px 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
  cursor: pointer;
}

.cams-button-desktop:hover {
  color: #707070 !important;
}

.h2 {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

/* List comments */

.list-comments {
  width: 100%;
  text-align: left;
}

.margin-fix {
  margin: 0;
  font-size: 0;
  line-height: 0;
}

.list-comments .margin-fix {
  margin: 0;
}

.list-comments .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 12px;
  line-height: 1.2;
  margin: 0 0 2.7rem;
  color: #303030;
}

.list-comments .image {
  width: 45px;
  height: 45px;
  border-radius: 4px;
  background-color: #0d0d0d;
  overflow: hidden;
  margin: 0 15px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.list-comments .image img {
  width: 100%;
  height: 100%;
}

.list-comments .comment-options {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-comments .comment-options a {
  padding: 0 10px;
  border-radius: 4px;
  background-color: #0d0d0d;
  border: 1px solid #303030;
  margin: 0 3px 0 0;
  -webkit-transition: background-color 0.3s;
  transition: all 0.3s;
}

.list-comments .comment-options a:hover {
  opacity: 0.5;
}

.list-comments .comment-options a:last-child {
  margin: 0;
}

.list-comments .comment-options a:before {
  font-size: 12px;
  line-height: 26px;
}

.list-comments .comment-options a.comment-dislike,
.list-comments .comment-options a.comment-like {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.list-comments .comment-options a.comment-dislike:before {
  content: "\e905";
}

.list-comments .comment-options a.comment-like:before {
  content: "\e906";
  color: #3fa62d;
}

.list-comments .comment-options span {
  color: #707070;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: .3px;
  padding: 0 10px;
}

.list-comments .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-comments .comment-info {
  display: block;
  color: #707070;
  font-weight: 300;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.list-comments p {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  line-height: 2.4rem;
  font-size: 14px;
  padding: 0 0 3px 0;
}

.list-comments .username {
  font-size: 14px;
  font-weight: 500;
  margin: 0 5px 0 0;
  color: #a5a5a5;
}

.original-text {
  display: inline-block;
}

@media screen and (max-width: 1152px) {
  html {
    font-size: 58.5%;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 52.5%;
  }
}

@media screen and (max-width: 650px) {
  html {
    font-size: 47.5%;
  }
}

@media screen and (max-width: 640px) {
  .margin-fix {
    margin: -5px 0 0 -5px;
  }

  .list-comments .comment-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 0 0 5px;
  }
}

@supports (-webkit-overflow-scrolling: touch) {}

.comment-text {
  font-size: 14px;
  color: #a5a5a5;
  font-weight: 300 !important;
  line-height: 1.4em;
  padding-bottom: 5px;
  padding-top: 10px;
}

.box-albums:has(+.pagination-list) {
  margin-bottom: 30px;
}