.saman_about_name {
  max-height: 61%;
  padding: 5.3em 0;

}
.about-picture-left,
.about-picture-right {
  margin-bottom: 1rem;
}

.share-inner a {
  display: block;
}
.tab-content {
  padding: 1rem;
}

.saman-title {
  font-size: 1.8rem;
  text-align: left;
}
.enter-wrap {
  float: left;
  width: 100%;
}
a {
  color: #000;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}
.nav-tabs > li {
  float: right;
}
.hasht-modal {
  position: fixed;
  background: rgba(51, 51, 51, 0.71);
  height: 100%;
  width: 100%;
  z-index: 99999;
  left: 0;
}
.showmore {
  font-size: 2rem;
}
.showmore i {
  font-size: 4rem;
}
.proj-page-project-container {
  width: 35%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 16px;
}
.filter-icon {
  width: 45px;
}
.header-img {
  width: 740px;
  right: 7px;
  position: relative;
}
.project-details {
  width: 70%;
  margin: 0 auto;
  text-align: right;
  font-size: 14px;
}
p {
  margin: 0;
}
.proj-single {
  margin: 5% auto;
}
.proj-desc {
  max-height: 700px;
}
.project-video #video{
  min-height: 600px
}
@media only screen and (max-width: 1036px) {
  .fixed-info-container-saman {
    position: relative;
    top: 0;
    left: 0 !important;
    bottom: 0;
    opacity: 1;
    height: auto;
    width: 100%;
    float: left;
    padding: 180px 30px 30px 30px;
  }
  .vis-info {
    padding-right: 0;
  }
  .vis-info-saman {
    padding-right: 0;
  }
  .about-picture-left {
    padding: 0;
  }
  .about-picture-right {
    padding: 0;
  }
  .sinnle-post .blog-text {
    padding: 30px;
    margin-top: 10px;
  }
  .saman_about_name {
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .filter-btn {
    width: 100%;
  }
  #saman {
    display: none;
  }
  div.expander {
    max-height: 96px;
  }
  .nav-button {
    left: 20px;
  }
  .proj-page-project-container {
    font-size: 15px;
  }
  .header-img {
    width: 100%;
    right: auto;
  }
  .blog-main img {
    height: auto;
  }
  .proj-single {
    margin: 20% auto;
  }
  .ig-thumbs-grid-image {
    height: auto;
    max-width: auto;
    object-fit: unset;
    padding: 0;
  }
  div.igui-transition-active > a.igui-position-center-right {
    right: -29px;
  }
  div.igui-transition-active > a.igui-position-center-left {
    left: -29px;
  }
  .logo-holder img {
    width: 60%;
  }
  .proj-desc {
    max-height: 100%;
  }
  .project-video #video{
    min-height: auto;
  }
}
.saman-hide {
  display: none;
}
.gallery-filter {
  padding: 0.5rem;
  line-height: 2rem;
  font-weight: bold;
  font-size: 1.3rem;
}
button.expand-toggle.hidden {
  display: none;
}
div.expander {
  position: relative;
  overflow: hidden;
  max-height: 300px;
  transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -webkit-transition: max-height 0.5s ease-in-out;
  margin-bottom: 15px;
}
.post-excerpt img {
  display: none;
}
div.expander:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(#f9fbfb00 50%, #fff);
  /* match this colour with the colour of the background */
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
.filter-nvis-column .gallery-filters a,
.filter-vis-column .gallery-filters a {
  float: none;
}
#hashtmodal {
  position: fixed;
  background: white none repeat scroll 0% 0%;
  z-index: 99999999;
  height: 70%;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  top: 10%;
  padding: 2rem;
  text-align: justify;
  font-size: 16px;
  box-shadow: 5px 7px 8px #060606;
}
.modal-close {
  position: fixed;
  right: 4%;
  color: #ddd;
  font-size: 25px;
  top: 11%;
  cursor: pointer;
}
.options-icon {
  cursor: pointer;
  width: 25px;
  margin: 0 auto;
}
.options-icon:hover .circle,
.options-icon:hover .line {
  background-color: #000;
}
.line-container {
  margin: 5px 0;
  position: relative;
}
.line-container-active {
  margin: 5px 0;
  position: relative;
}
.line {
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  transition: all 0.5s ease-in-out;
}
.circle {
  height: 6px;
  width: 6px;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  bottom: 0;
  margin: auto;
  transition: all 0.5s ease-in-out;
}
.line-container-active:nth-child(1) .circle {
  right: 5;
}
.line-container-active:nth-child(2) .circle {
  left: 2px;
}
.line-container-active:nth-child(3) .circle {
  left: 50%;
  margin-left: 0;
}
.options-icon .line-container:nth-child(1) .circle {
  transform: translateX(-15px);
}
.options-icon .line-container:nth-child(2) .circle {
  transform: translateX(-4px);
}
.options-icon .line-container:nth-child(3) .circle {
  transform: translateX(-15px);
}
div.expander.expanded:before {
  opacity: 0;
}

@media only screen and (min-width: 720px) {
  div.expander {
    max-height: 400px;
  }
}
.igui-display-inline-block {
  margin: 4px auto;
}

video {
  width: 100%;
  height: 350px;
}

#prev {
position: fixed;
z-index: 99999999;
width: 50%;
left: 0;
right: 26%;
top: 20%;
}
.external{
  top: 40%;
}
#overaly {
  position: fixed;
  background: #0000008c;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  z-index: 9;
}

.close-btn {
  font-size: 25px;
  position: absolute;
  top: -17px;
  z-index: 999999;
  right: -2%;
  color: #ddd;
  cursor: pointer;
}

.img-lightbox {
  position: fixed;
  z-index: 9999;
  top: 10%;
 
}
.img-lightbox img {
max-height: 800px;
margin:  0 auto;
}
.visimg {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 15;
  width: 30px;
  height: 30px;
  background: rgba(0,0,0,0.91);
}
.visimg img {
  width: 30px;
  height: 30px !important;
  opacity: 0;
  position: relative;
  z-index: 2;
}

.visimg i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  line-height: 30px;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.visimg:hover i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 756px) {
  #prev {
    position: fixed;
    z-index: 99999999;
    width: 100%;
    left: 0;
    right: auto;
    top: 20%;

  }
  video {
    height: auto;
  }
  .img-lightbox
  {
    top: 30%;
  }
  .close-btn {
    top: -26px;
    right: 10px;
    cursor: pointer;
}


.container {
  padding-left:  4px;
  padding-right:  4px;
}
}

.blog-content p > img {
  width: 100%;
}

.project-video {
  margin-top: 3rem;
}

.project-video video {
  position: static;
}

.project-video video[poster] {
  object-fit: fill;
  width: 100%;
  height: auto;
}

.external {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;

  font-size: 30px;
}

.play-btn {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 16px 20px;
  line-height: 20px;
  border-radius: 50%;
}

.play-btn img {
  width: 40px;
}
.play-btn:hover {
  color: #fff;
}
.ig-thumbs-grid-image {
  max-height: 68px;
object-fit: cover;
}
