#freewall {
  margin: 15px 0;
  overflow-y: hidden
}

#loadbar.visible {
  transform: translateY(-50px)
}

#loadbar {
  transition: transform .5s ease-in-out;
  position: fixed;
  bottom: -50px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 15px;
  width: 100%;
  text-align: center
}

#wallmenu {
  font-size: 13px;
  margin: -10px 15px -2px 15px
}

#wallmenu .wallmode {
  cursor: pointer;
  font-size: 13px;
  color: #333;
  padding: 5px 9px;
  display: inline-block;
  border: 1px solid transparent
}

#wallmenu .wallmode:hover {
  border: 1px solid rgba(0, 0, 0, 0.1)
}

#wallmenu .wallmode.sort i {
  margin-right: 5px;
}

#wallmenu .wallmode.active {
  background: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.1)
}

@media (max-width:580px) {
  #wallmenu .float-left {
    float: none;
    text-align: center;
  }
  #wallmenu .float-right {
    display: none
  }
}

@media only screen and (min-width: 320px) {
  .gutter-sizer {
    width: 0;
  }
  .grid-sizer,
  .brick {
    width: 100%
  }
}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
  .gutter-sizer {
    width: 1%;
  }
  .grid-sizer,
  .brick {
    width: 49.5%
  }
}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
  .gutter-sizer {
    width: 1%;
  }
  .grid-sizer,
  .brick {
    width: 32.7%
  }
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
  .gutter-sizer {
    width: 1%;
  }
  .grid-sizer,
  .brick {
    width: 24.2%;
  }
}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
  .gutter-sizer {
    width: 1%;
  }
  .grid-sizer,
  .brick {
    width: 19.2%;
  }
}

.brick {
  opacity: 0;
  padding: 2px;
  line-height: 0;
  background: #fff;
  box-shadow: 0 0 3px 0 #ccc;
  border: 1px solid rgba(0, 0, 0, 0.09);
  transform: translateY(0px) scale(0.8);
  margin-bottom: 10px;
  overflow: hidden;
  transition: all ease .4s;
  border-radius: 3px
}

.brick img {
  width: 100%;
}

.brick .inner {
  position: relative;
  overflow: hidden;
}

.brick.vis {
  opacity: 1;
  transform: translateY(0px) scale(1);
}

.brick .avatar {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 50%;
  display: inline-block;
  background: #ced4da no-repeat center/cover;
  position: relative;
  text-align: center;
  color: #868e96;
  font-weight: 600;
  margin-right: 7px;
  vertical-align: bottom;
  font-size: .875rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.brick .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: all ease .3s;
  font-family: 'Source sans pro', sans-serif;
  font-size: 13px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  line-height: 17px;
  padding: 10px 7px;
  transform: translateY(90px);
}

.brick:hover .caption {
  transform: translateY(0px)
}

.brick.gif .caption {
  display: none;
}

.brick video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  display: none;
}

.brick.video .inner::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
   pointer-events: none;
	height: 100%;
	background-image: url('../../../Template/Images/playbtn.png');
	content: '';
   transition: opacity ease .3s;
	background-repeat: no-repeat;
	transform: translate(-50%,-50%);
	width: 45px;
	height: 60px;
	/* background-size: 17%; */
	opacity: 1;
}

.brick.video:hover .inner::after {
  opacity: 0;
}

.brick .mask {
  opacity: 0;
  transition: all .4s ease-in-out;
}

.brick .mask,
.brick .content,
.brick .icon-gif {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 1px
}

.brick.gif .mask {
  display: none
}

.brick .icon-gif {
  pointer-events: none;
  transition: all ease .3s;
  transform: scale(1);
  opacity: 1;
}

.brick .icon-gif.playing {
  transition: all cubic-bezier(.68, -0.55, 1, .72) .3s;
  transform: scale(0);
  opacity: 0;
}

.brick:hover .mask {
  opacity: 1;
  background: rgba(0, 0, 0, 0.4);
}

.wall-like-icon {
  position: absolute;
  border: 0;
  left: 8px;
  color: #fff;
  border-top-right-radius: 5px;
  bottom: 10px;
}

.d-flex {
  display: flex;
}

.ml-auto {
  margin-left: auto !important;
  align-self: center;
}

.gl-info, 
.gl-icons {
  font-size: .9rem;
  color: #9aa0ac;
  line-height: initial;
  position: relative;
  top: 1px;
}

.gl-uname {
  color: #000;
  font-size: 13px;
}

.gl-date {
  font-size: 11px;
}

