#instaroid {
            box-sizing: border-box;
            position: relative;
            width: 100%;
            background: rgb(81 88 153 /68%);
            padding: 5px;
        }

        #instafeed {
            box-sizing: border-box;
            position: relative;
            width: 100%;
            background: #f0f0f0;
            padding: 5px;
			height:620px;
        }
        
        #instafeed {
            background: transparent; 	
        }
        
        #instaroid .img img,
        #instafeed .img img {
            width: 100%;
            opacity: .8;
            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 11px;
            position: relative;
        }
        
        #instafeed .img {
                 float: left; 
            width: 20%;
            margin: 4px 11px;
            position: relative;
        }
        
        #instaroid .img:first-of-type {
            float: left; 
            width: 25%;
            margin-top: 5px;
            position: relative;
        }
        
        #instaroid .img .socialname,
        #instafeed .img .socialname {
            display: inline-block;
            background: #474e8e;
            color: #f1ecec;
            text-align: center;
            padding: 5px;
            font-size: 7px;
            letter-spacing: 1px;
            font-family: calibri;
            text-transform: uppercase;
            position: absolute;
            bottom: 15px;
            left: 5%;
            z-index: 2;
        }
        
        #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 { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: hsla(0, 0%, 0%, 0.5); z-index: 50; opacity:0; -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; transition: .5s ease-in-out; pointer-events: none; } 
        
        .instapop:target { opacity:1; pointer-events: auto; } 
        
        .instapop > .pop {
			background: rgb(81 88 153 / 90%);
			width: 820px;
			position: relative;
			margin: 3% auto;
			padding: 25px;
			z-index: 51;
top: 0;
    right: 0;
    bottom: 0;
    left: 0;} 
        
        .closepop { position: absolute; right: -5px; top:-5px; width: 100%; height: 100%; z-index: 49; }
        
        .insta-picture > img {
            height: 400px !important;
            width: 400px !important;
        }
        
        .insta-userinfo {
         box-sizing: border-box;
    width: 400px;
    background: rgb(241 236 236 / 80%);;
    margin-bottom: 10px;
    height: 50px;
        }

        .insta-userpicture img {
            height: 40px !important;
            width: 40px !important;
            margin-top: 5px;
            margin-left: 20px;
        }
        
        .insta-socialname {
           display: inline-block;
    background: #474e8e;
    color: #f1ecec;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: calibri;
    text-transform: uppercase;
    margin-left: 15px;
    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: #f1ecec !important;	
        }
        
        .insta-userinfo i {
            position: relative;
            bottom: 15px;
            margin-left: 15px;
        }
        
        .insta-description {
box-sizing: border-box;
    margin-top: 10px;
    background: rgb(241 236 236 / 80%);;
    padding: 10px;
    width: 400px;
    font-family: Calibri, sans-serif;
    font-size: 13px;
    line-height: 1.2em;
    color: #060606;
    text-align: justify;
        }
        
        .insta-comments {
            float: right;
            height: 520px;
            width: 400px;
            overflow: auto;
        }
        
        .insta_input {
			height:15px;
       width: 80%;
    margin: auto;
    margin-right: 5px;
    border: none;
    background: rgb(241 236 236 / 80%);;
    padding: 10px;
    color: #060606;
        }
        
        .insta_submit {
padding: 12px;
    border: none;
    font-family: calibri, sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
    bottom: 2px;
    margin-right: 5px;
    color: #060606;
    background: rgb(241 236 236 / 80%);
        }
        
        .insta-comment {
            margin-top: 15px;
        }
        
        .insta_usercomment {
       box-sizing: border-box;
    background: rgb(241 236 236 / 80%);
    padding: 10px 30px;
    font-family: Calibri, sans-serif;
    font-size: 14px;
    line-height: 1.3em;
    color: #060606;
    text-align: justify;
    letter-spacing: 0.5px;
    margin: 2px auto;
        }
        
        .insta_usercomment a:link,
        .insta_usercomment a:active,
        .insta_usercomment a:hover,
        .insta_usercomment a:visited {
            color: #060606;
        }
        
        .insta-tagged {
            box-sizing: border-box;
            background: rgb(241 236 236 / 80%);
            padding: 10px 30px;
            margin: 2px auto;
            font-size: 8px;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: #060606;
        }
        
        .insta-taguser {
            display: inline-block;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 8px;
            padding: 5px;
            background: #474e8e;
            font-weight: bold;
        }
        
        #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;
            z-index: 1;
        }
        
        .insta-postbit img:hover {
            transition: .7s;
            opacity: .7;
        }