.galleryformatter-responsive .gallery-thumbs .wrapper {
  overflow: auto;
  line-height:0;
}
.galleryformatter-responsive .view-full {
  height:46px; width:46px;
  margin:10px;
  position:absolute;
  right:30%; top:40%;
  text-indent:-9999px;
  background:url(images/full.png) no-repeat top right !important;
}
.galleryformatter-responsive a:hover .view-full {
    background:url(images/full_hover.png) no-repeat top right !important;
}
.galleryformatter-responsive .gallery-thumbs ul { list-style: none; }
.galleryformatter-responsive .gallery-thumbs li {
  float: left;
  background: transparent none;
  overflow:hidden;
}
.galleryformatter-responsive .gallery-thumbs li a {
  display: block;
  padding: 5px 0;
}
.galleryformatter-responsive .gallery-thumbs li a:hover { }
.galleryformatter-responsive .gallery-thumbs li.active a { }

.galleryformatter-responsive .gallery-thumbs li.active img,
.galleryformatter-responsive .gallery-thumbs li a:hover img {
  filter:alpha(opacity=100);
  -ms-filter:alpha(opacity=100);
  -moz-opacity:1;
  -khtml-opacity: 1;
  opacity: 1;
}
.galleryformatter-responsive .gallery-thumbs li img {
  filter:alpha(opacity=80);
  -ms-filter:alpha(opacity=80);
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  border:1px solid #fff;
}

.galleryformatter-responsive .gallery-thumbs .arrow {
  bottom:5px;
  display:block;
  height:75px;
  position:absolute;
  text-indent:-9999px;
  width:33px;
  opacity: 0.4;
  -webkit-transition: opacity 1s; /* Safari */
  transition: opacity 1s;
}

.galleryformatter-responsive .gallery-thumbs:hover .arrow {
opacity:0.9;
  }

.galleryformatter-responsive .gallery-thumbs .forward {
  right: 0;
  background:url(images/right.png) no-repeat bottom right ;
}

.galleryformatter-responsive .gallery-thumbs .back {

  left: 0;
  background:url(images/left.png) no-repeat bottom left ;
}

.galleryformatter-responsive .gallery-thumbs .forward:hover { }
.galleryformatter-responsive .gallery-thumbs .back:hover { }

.galleryformatter-responsive .slide-button {
  background: transparent url(images/next-prev.png) no-repeat top left;
  height: 64px;
  width: 32px;
  top: 40%;
  text-indent: -9999px;
  filter:alpha(opacity=20);
  -ms-filter:alpha(opacity=20);
  -moz-opacity:0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}

.galleryformatter-responsive .prev-slide {
  background-position: top left;
  left:0;
}
.galleryformatter-responsive .next-slide {
  background-position: top right;
  right:0;
}


.galleryformatter-responsive .slide-button:hover {
   filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
   opacity: 1;
}

/* Oembed */
.galleryformatter-responsive {
    position: relative;
    padding:0;
    padding-bottom: 64%;
    height: 0;
    overflow: hidden;
    width:100%;
    margin:5px 0;
    background:rgba(250,250,250,0.3);
}

.galleryformatter-responsive .gallery-frame {width:100% !important;}

.galleryformatter-responsive .gallery-slides,
.galleryformatter-responsive .gallery-slide,
.galleryformatter-responsive .gallery-slide img {
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
    width: 100% !important;
    height: auto !important;
}

.galleryformatter-responsive .gallery-thumbs,
.galleryformatter-responsive .gallery-thumbs .wrapper {
    position: absolute;
    left: 0;
    right:0;
    bottom:0;
    width: 100% !important;
    background: #FAFAFA;
}
.galleryformatter-responsive .thumb {
    position: relative;
    left: 15px;
    right:0px;
    bottom:0;
    width: 100%;
}

.galleryformatter-responsive .gallery-slides .panel-overlay {
  position: relative;
  width:100%;
  color: white;
  background-color:rgba(0,0,0,0.3);
  text-shadow:0 1px 4px #000000;
}
.galleryformatter-responsive .gallery-slides .panel-overlay .overlay-inner {
  padding: 5px;
}




.panel-overlay h4{
  color:#fff;
  font-size: 13px;
  margin-bottom: 4px;
}
.panel-overlay h5{
  color:#fff;
  font-size:11px;
}


.gallery-socialicon a img{width:30px !important;height:30px !important;}