.inst-profile-photo {
   margin: 0 auto;
   padding: 5px;
   display: table;
   border-radius: 50%;
   background: linear-gradient(to right, red, orange);
}
.inst-post-counters
{
   display: block;
   position: relative;
}
.abs-pull-right {
  position: absolute;
  top: 3px;
  right: 0;
  
}
.inst-profile-photo-mini {
   width: 30px;
   height: 30px;
   padding: 2px;
   display: inline-block;
   vertical-align: middle;
   margin-right: 5px;
}
@media (min-width: 768px) {
   .vcenter {
       display: flex;
       align-items: center;
   }
}
@media (max-width: 767px) {
   .vcenter {
       display: block;
       /* Turn off the flexible box layout */
   }
}
.follower-count b, .following-count b, .media-count b {
   font-size: 17px 
}
.hp5 {
   padding-left: 5px;
   padding-right: 5px;
}
.inst-widget a {
   color:black;
}
.insta_btn {
   background-color: rgb(239,239,239);
   color: black;
   border-radius: 5px;
   padding: 7px 16px;
   font-weight: 600;
   display: inline-block;
   line-height: normal;
   text-align: center;
}
.postopright {
   position: absolute;
   top: 20px;
   right: 20px;
   color: white;
}
.w33 {
   width: 33.333%;
   float: left;
}
.nowrap {
   white-space: nowrap;
}
.full_name {
   font-weight: 700;
}
.pos-center {
   color: white;
   position: absolute;
   top: 50%;
   left: 0;
   width: 100%;
   text-align: center;
   height: 20px;
   line-height: 20px;
   margin-top: -10px;
   font-weight: 700;
   display: none;
}
.inst-img:hover {
   opacity: 0.9;
}
.inst-img:hover .pos-center {
   display: block;
}

.inst-widget .mt2 {
   margin-top: 6px;
}
.inst-widget .mt3 {
   margin-top: 10px;
}
.inst-widget .mt4 {
   margin-top: 20px;
}
.inst-widget .username {
   font-size:20px;
   font-weight: 700;
}
.lh40 {
   line-height: 40px;
   white-space: nowrap;
}
.lh20 {
   line-height: 40px;
   white-space: nowrap;
}
.kj-img-circle {
   border-radius: 50%;
}
.kj-img {
   max-width: 100%;
   margin: 0 auto;
   display: table;
}
.inst-feed a {
   border-radius: 5px;
   overflow: hidden;
}
.inst-feed {
   padding: 5px;
   max-width: 300px;
   margin: 0 auto;
}
.inst-widget {
   width: 100%;
}
.inst-img {
   position: relative;
}
.inst-img-grid {
   float: left;
   display: block;
   position: relative;
   background-size: cover;
   background-position: center center;
   box-shadow:inset 0px 0px 0px 5px white;
}
.insta-slick-slide {
   padding: 0 5px;
}
.inst_carousel .slick-arrow {
   
   border: 1px solid #f1f1f1;
}
.inst_carousel .slick-prev {
   right: initial;
   left: -20px;
}
.inst_carousel .slick-next {
   right: -20px;
   left: initial;
}
.inst_carousel {
   margin-left: -5px;
   margin-right: -5px;
   margin-top: 0;
}
.inst_carousel .slick-track {
   display: flex !important;
}
.inst_carousel .slick-slide {
   height: inherit !important;
}
.grid-wrapper
{
   margin-left: -5px;
   margin-right: -5px;
}
@media (min-width: 767px) {
   .deskw6 {
       width: 16.6666%;
   }
   .deskw5 {
       width: 20%;
   }
   .deskw4 {
       width: 25%;
   }
   .deskw3 {
       width: 33.3333%;
   }
   .deskw2 {
       width: 50%;
   }
   .deskw1 {
       width: 100%;
   }
}
@media (max-width: 768px) {
   .text-xs-center {
       text-align: center;
   }
   .mobw6 {
       width: 16.6666%;
   }
   .mobw5 {
       width: 20%;
   }
   .mobw4 {
       width: 25%;
   }
   .mobw3 {
       width: 33.3333%;
   }
   .mobw2 {
       width: 50%;
   }
   .mobw1 {
       width: 100%;
   }
   .inst_carousel .slick-prev {
      right: initial;
      left: 10px;
   }
   .inst_carousel .slick-next {
      right: 10px;
      left: initial;
   }
}
.pull-right {
   float: right;
}
.pull-left {
   float:left;
}
.inst-feed a:hover .overlay-icon {
   display: block;
}
.overlay-icon {
   display: none;
   z-index: 10;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
