.pg_2x>a {
   padding-bottom: 0 !important;
}

.pg_1x img {
}

.pg_2o3_in, .pg_1o3 .pg_1o3_in {
   overflow: hidden;
}

.pg_1o3 a {
   position: relative;
   overflow: hidden;
}

.pg_1o3 img, .post-body img {
   object-fit: cover;
   object-position: center;
}

up-bounds {
   display: none !important;
   opacity: 0 !important;
   z-index: -1 !important;
}

.attachments li {
   position: relative;
   overflow: hidden;
   margin-bottom: 10px;
   margin-right: 10px;
}

.attachments li.loading {
   display: flex !important;
   justify-content: center !important;
   align-items: center !important;
}

.attachments li.loading .progress-bar {
   width: 200px !important;
}

.post-actions .action-btn {
   font-size: 10px;
}

@media (min-width: 576px) {
   .modal-dialog {
      max-width: 95%;
      width: 570px;
      margin-right: auto;
      margin-left: auto;
   }
}

@media (min-width: 768px) {
   .attachments li,
   .attachments li.item,
   .attachments li.item img,
   .attachments li.item video {
      object-fit: cover !important;
      object-position: center !important;
      padding: 0 !important;
      width: 125px !important;
      height: 170px !important;
      font-size: 30px !important;
   }
   .attachments li {
      position: relative;
      overflow: hidden;
      color: #ddd;
      font-size: 16px;
      cursor: pointer;
      border-radius: 16px;
      border: 2px dashed #cecece;
      display: flex;
      padding: 0;
      align-items: center;
      justify-content: center;
   }
}