li.view_instag {
    max-height: 345px;
    overflow: hidden;
}


.instagram_link {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 5px;
}


.instagram-carousel-container .instagram_cover img {
    top: 40%;
    position: relative;
    left: 38%;
}
.instagram-carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.responsive-iframe {
 /* position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;*/
  width: 320px;
  height: 320px;
  border: none;
}


.instagram-carousel-container .instagram_cover {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  font-size: 16px;
  opacity: 0;
}

.instagram-carousel-container .instagram_cover:before
{
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  transition: all .4s ease-out;
  vertical-align: -1px;
  margin-right: 7px;
}

.instagram-carousel-container .instagram_cover {
    display: inline-block;
    background: url(../img/eye.png) no-repeat center;
    padding-left: 45px;
    line-height: 45px;
    padding-right: 10px;
}



.instagram-carousel-container .instagram_icon {
    display: inline-block;
    background: url(../img/ins.png) no-repeat right;
    padding-left: 19px;
    line-height: 15px;
    padding-right: 10px;
    position: absolute;
    right: 20px;
    bottom: 18px;
    color: #fff;
    font-size: 16px;
    opacity: 1;
        height: 25px;
}

.instagram_comment {
    display: inline-block;
    background: url(../img/comment.png) no-repeat left;
    padding-left: 19px;
    line-height: 15px;
}


.instagram-carousel-container {
  background-color: #fff;
}

.instagram-carousel-container .instagram-home-title h3 {
  font-size: 1.25rem;
  margin: 0;
  font-weight: 400;
  color: #3a3a3a;
  text-transform: uppercase;
}
.instagram-carousel-container .instagram-home-title span {
  display: block;
  font-size: 14px;
  text-transform: none;
  padding-top: 7px;
  color: #777;
}
.instagram-carousel-container .instagram-item-gallery {
  width: 12.5%;
  float: left;
}

@media only screen and (max-width: 480px){
  .instagram-carousel-container .instagram-item-gallery {
      width: 50%;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1440px){
  .instagram-carousel-container .instagram-item-gallery{
    width: 25%;
  }
}

.instagram-carousel-container .instagram-home-title {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.instagram-carousel-container .slick-prev:before,
.instagram-carousel-container .slick-next:before {
  color: #222;
}
.instagram-carousel-container .slick-list-wrap {
  overflow: hidden;
}

.instagram-carousel-container .slick-list {
  margin: 0 -15px;
}
.instagram-carousel-container ul {
  margin-bottom:0;
}
.instagram-carousel-container ul li {
}
.instagram-carousel-container ul li a {
  display: block;
  position: relative;
}

.instagram-carousel-container ul li a img {
  max-width: 100%;
  height: auto;
}

.instagram-carousel-container .instagram_cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  opacity: 0;
  text-align: center;
  transition: all .3s ease-out;
   background-color: rgb(75 53 53 / 70%);
}
.instagram-carousel-container ul li a:hover .instagram_cover,
.instagram-carousel-container ul li a:hover .instagram_likes,
.instagram-carousel-container ul li a:hover .instagram_comment{
  opacity: 1;
}

.instagram-carousel-container .instagram_likes {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  font-size: 16px;
  opacity: 0;
}

.instagram-carousel-container .instagram_likes:before,
.instagram-carousel-container .instagram_comment:before{
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  transition: all .4s ease-out;
  vertical-align: -1px;
  margin-right: 7px;
}

.instagram-carousel-container .instagram_likes:before{
 /* content: '\e028';
  font-family: "fl-outicons";*/
}

.instagram-carousel-container .instagram_comment:before{
 /* content: '\e053';
  font-family: "fl-outicons";*/
  transform: rotateY(180deg);
}

.instagram-carousel-container .instagram_comment {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
  font-size: 16px;
  opacity: 0;
}

.instagram-carousel-container ul li a:hover .instagram_cover:before{
  transform: scale(1);
}



.instagram-carousel-container .owl-nav {
  position: absolute;
  right: -5px;
  top: -75px;
}
.instagram-carousel-container .owl-theme .owl-nav [class*="owl-"] {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.instagram-carousel-container .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #333;
}
.instagram-carousel-container .owl-theme .owl-dots .owl-dot.active span,
.instagram-carousel-container .owl-theme .owl-dots .owl-dot:hover span {
  background: #333;
}

.instagram-carousel-container .slick-prev, .instagram-carousel-container .slick-next {
  width: 34px;
  height: 25px;
}
.instagram-carousel-container .slick-next {
  right: -2px;
}

button.slick-prev.slick-arrow {
    left: -6px;
    z-index: 1015;
}