#instaroid,
        #instafeed {
            box-sizing: border-box;
            position: relative;
            width: 100%;
            padding: 5px;
        }
        
        #instafeed {
            background: transparent; 	
        }
        
        #instaroid .img img,
        #instafeed .img img {
            width: 100%;
            opacity: .7;
            transition: .7s;
            z-index: 1;
        }
        
        #instaroid img:first-of-type,
        #instafeed img:first-of-type {
            width: 100%;
            z-index: 1;
        }
        
        #instaroid img:hover,
        #instafeed img:hover {
            transition: .7s;
            opacity: 1;
        }
        
        #instaroid .img {
             float: left; 
            width: 12%;
            margin: 4px 8.7px;
            position: relative;
        }
        
        #instafeed .img {
                 float: left; 
            width: 29%;
            margin: 12px 12px;
            position: relative;
        }
        
        #instaroid .img:first-of-type {
            float: left; 
            width: 25%;
            margin-top: 5px;
            position: relative;
        }
        
        #instaroid .img .socialname,
        #instafeed .img .socialname {
            display: block;
            background: var(--font-col5); opacity: .7;
            color: var(----link-col2);
            text-align: center;
            padding: 5px;
            font-size: 7px;
            letter-spacing: 1px;
            font-family: var(--font);
            text-transform: uppercase;
            float: left;
            position: absolute;
            bottom: 15px;
            margin-top: 5%;
            left: 5%;
            z-index: 2;
            border-radius: 3px;
            overflow: hidden; 
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 92%;
        }
        
        #instaroid .img .socialname a:link,
        #instaroid .img .socialname a:hover,
        #instaroid .img .socialname a:visited,
        #instaroid .img .socialname a:active,
        #instafeed .img .socialname a:link,
        #instafeed .img .socialname a:hover,
        #instafeed .img .socialname a:visited,
        #instafeed .img .socialname a:active,
        .insta-socialname a:link,
        .insta-socialname a:hover,
        .insta-socialname a:visited,
        .insta-socialname a:active {
            color: #fff !important;

        }
        
   

.instapop {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 20000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 1s ease-in-out; 
  -moz-transition: 1s ease-in-out; 
  transition: 1s ease-in-out; 

}

.instapop:target {
  display: flex;
}

.instapop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.65);
}


.instapop > .pop {

  background: var(--bg-col2);
  width: 830px;
  min-height: 341px;
  padding: 2em;
  position: fixed;
  z-index: 30000;
}






        .insta-picture > img {
            height: 400px !important;
            width: 400px !important;
            border-radius: 0px;
            margin-left: -1.1em;
        }
        
        .insta-userinfo {
            box-sizing: border-box;
            width: 400px;
            background: var(--bg-col3);
            border: 1px solid rgba(0,0,0,.05);
            border-radius: 0px;
            margin-bottom: 10px;
            padding: 5px;
            margin-left: 0.8em;
            text-align: left;
        }
        .insta-userpicture img {
            height: 60px !important;
            width: 60px !important;
            margin-top: 7px;
            margin-left: 15px;
            border-radius: 2px;
        }
        
        .insta-socialname {
            display: inline-block;
            background: var(--link-col1);
            color: var(--bg-col2);
            text-align: center;
            padding: 5px;
            font-size: 9px;
            letter-spacing: 1px;
            font-family: var(--font);
            text-transform: uppercase;
            margin-top: 5px;
            margin-left: 15px;
            border-radius: 3px;
            position: relative;
            font-weight: bold;
        letter-spacing: 2px;
                bottom: 15px;
        }
        
        .insta-socialname a:link,
        .insta-socialname a:active,
        .insta-socialname a:visited,
        .insta-socialname a:hover {
            color: #f1f1f1 !important;	
        }
        
        .insta-userinfo i {
            position: relative;
            bottom: 15px;
            margin-left: 15px;
        }
        
        .insta-description {
            box-sizing: border-box;
            margin-top: 10px;
            background: var(--bg-col3);
            border: 1px solid rgba(0,0,0,.05);
            padding: 10px;
            width: 400px;
            max-height: 150px;
            overflow: scroll;
            overflow-x: hidden;
            border-radius: 0px;
            font-family: var(--font); font-size: 13px; line-height: 1.2em; color: var(--link-col3); text-align: justify; 
            margin-left: 0.8em;
            white-space: normal;
        }
        
        .insta-comments {
            float: right;
            height: 550px;
            width: 390px;
            overflow: auto;
            margin-right: 0.8em;
            border-radius: 0px;

        }
        
        .insta_input {
            width: 83.8%;
            margin: auto;
            margin-right: 5px;
            border: none;
            border-radius: 3px;
            background: var(--bg-col3);
            border: 1px solid rgba(0,0,0,.05);
            padding: 10px;
            color: var(--link-col3);
        }
        
        .insta_submit {
            padding: 12px;
            border: none;
            border-radius: 3px;
            font-family: var(--font);
            font-size: 9px;
            text-transform: uppercase;
            font-weight: bold;
            letter-spacing: 2px;
            position: relative;
            bottom: 2px;
            margin-right: 5px;
            color: var(--bg-col2);
            background: var(--link-col1);
        }
        
        .insta-comment {
            margin-top: 15px;
        }
        
        .insta_usercomment {
            box-sizing: border-box;
            background: var(--bg-col3);
            border: 1px solid rgba(0,0,0,.05);
            padding: 13px 15px 12px 15px;
            border-radius: 5px;
            font-family: var(--font); font-size: 11px; line-height: 1.3em; color: var(--link-col3); text-align: justify; letter-spacing: 0.5px;
            margin: 2px auto;
            white-space: normal;

        }
        
        .insta_usercomment a:link,
        .insta_usercomment a:active,
        .insta_usercomment a:hover,
        .insta_usercomment a:visited {
            color: #6b6b6b;
        }
        
        .insta-tagged {
            box-sizing: border-box;
            background: rgba(255,255,255,.3);
            border: 1px solid rgba(0,0,0,.05);
            padding: 10px 30px;
            border-radius: 5px;
            margin: 2px auto;
            font-size: 8px;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: #6b6b6b;
        }
        
        .insta-taguser {
            display: inline-block;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 8px;
            padding: 5px;
            background: #dedede;
            font-weight: bold;
            border-radius: 2px;
        }
        
        #instaroid-postbit {
            margin: auto;
            width: 80%;
            margin-bottom: 10px;
        }
        
        .insta-postbit {
            float: left;
            margin: 3px;
        }
        
        .insta-postbit img {
            width: 95px;
            height: 95px;
            opacity: .4;
            transition: .7s;
            border-radius: 5px;
            z-index: 1;
        }
        
        .insta-postbit img:hover {
            transition: .7s;
            opacity: .7;
        }
		


 #instafeed ::-webkit-scrollbar {
width: 3px;
}


        #instafeed ::-webkit-scrollbar-track {
border-radius: 10px; background-color: var(--scroll-col3);
}


        #instafeed ::-webkit-scrollbar-thumb {
background-color: var(--scroll-col1); border-radius: 10px; box-shadow:0 0 0 1px rgba(255, 255, 255, .0.1);
}


        #instafeed ::-webkit-scrollbar {
width: 6px;
}


        #instafeed ::-webkit-scrollbar-track {
border-radius: 10px; background: linear-gradient(90deg, rgba(125, 125, 125, 0.05), rgba(125, 125, 125, 0.05)); var(--scroll-col3);
}


        #instafeed ::-webkit-scrollbar-thumb {
background-color: var(--scroll-col1); border-radius: 0px; box-shadow:0 0 0 0px rgba(255, 255, 255, .0.1);
}

