.seedit-isi-content-wrap {
  padding: 10px 0px;
  background-color: #ffffff;
  border-bottom: var(--text-muted, #BDBDBD) solid 1.5px;
  border-top: var(--text-muted, #BDBDBD) solid 1.5px;
  overflow: hidden;
  height: 240px;
  max-height: 300px;
}

.stickyISI {
  height: auto !important;
}

@media (max-width:767px) {
  .seedit-isi-content-wrap {
    /*        max-height: 70px;*/
    padding-bottom: 10px;
  }

  .seedit-post-ISI {
    margin: 0 px !important;
  }
}

.seedit-post-ISI {
  margin: 0 px;
}

@media (max-width:767px) {

  .seedit-isi-content-wrap {
    padding: 0px !important;
    background-color: #ffffff;
    border-bottom: var(--text-muted, #BDBDBD) solid 1px;
    border-top: var(--text-muted, #BDBDBD) solid 1px;
    overflow: hidden;
    height: 240px;
    max-height: 300px;
  }
}

.seedit-isi-button {
  text-align: right;
}

.seedit-isi-button span {
  font-size: 14px;
  color: #525151;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}

.seedit_isicollapse {
  height: 200px;
  max-height: 265px;
  padding-right: 25px;
  min-height: 116px;
  /*    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:3em;*/
}

@media (max-width:568px) {
  .seedit_isicollapse {
    padding-right: 10px;
  }

  .path-passthrough .isi-content-wrap {
    margin: 0px 5px;
  }
}

.seedit-post-ISI p,
.seedit-post-ISI li {
  font-size: 14px;
  line-height: 1.4;
}

.seedit-comment-toppanel {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.seedit-post-content .stream-slideshow .carousel-inner>.item>a>img,
.seedit-post-content .stream-slideshow .carousel-inner>.item>img {
  height: auto !important;
  max-height: 100% !important;
  width: auto;
  max-width: 100%;
}

@media (min-width:768px) {
  .compete__wrapper {
    min-height: 100vh;
  }

  .stream__wrapper .stream__content .instream__slider-box .stream-slideshow {
    padding: 0px 40px;
  }

  .stream__wrapper .stream__content .instream__slider-box {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .stream__wrapper .stream__content .comment__list .instream__slider-box {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .stream__wrapper .stream__content .comment__list .instream__slider-box .stream-slideshow {
    padding: 0px 10px;
  }
}

@media (max-width:568px) {
  .seedit-comment-toppanel {
    margin: 12px 5px 10px 5px;
    width: calc(100% - 10px) !important;
  }
}

.seedit-post-ISI.sticky-active {
  position: sticky;
  bottom: 0;
  margin-right: -12px !important;
  z-index: 9;
}
