/**
* 2007-2020 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2020 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/


#instagram_posts {
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

#instagram_posts h1 {
	margin-top: 30px;
	text-align: center;
}

#instagram_posts .instagram-image {
	display: inline-grid !important;
	position: relative;
	height: 100%;
}

#instagram_posts .instagram-image:after {
    content: "";
    padding-bottom: 100%;
}

#instagram_posts .instagram-img-content {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    object-position: top;
}

#instagram_posts #instagram_popup {
	display: none;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.6);
	flex-direction: column;
	align-items: center;
}

#instagram_posts .instagram_popup2 {
	max-width: 540px;
	min-width: 326px;
	width: calc(100% - 10vw - 20px);
	margin-bottom: 20px;
	margin-top: 20px;

}

#instagram_posts .suppr {
	width: 100%;
	height: 20px;
	background-color: none;
	color: white;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

#instagram_posts .suppr svg {
	width: 30px;
}

#instagram_posts .instagram-text {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: none;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all 250ms ease;
}

#instagram_posts .insta-text {
	width: 80%;
	overflow: hidden;
	max-height: 126px;
	line-height: 21px;
	transform: translateY(10%);
	transition: transform 250ms ease;
	user-select: none;
}

#instagram_posts .instagram-text:hover .insta-text {
	transform: translateY(0);
}

#instagram_posts .instagram-text:hover {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 1;
	cursor: pointer;
}


/*
	Instagram pop up part
 */

#instagram_embed a,
#instagram_embed abbr,
#instagram_embed acronym,
#instagram_embed address,
#instagram_embed applet,
#instagram_embed article,
#instagram_embed aside,
#instagram_embed audio,
#instagram_embed b,
#instagram_embed big,
#instagram_embed blockquote,
#instagram_embed .embed_body,
#instagram_embed canvas,
#instagram_embed caption,
#instagram_embed center,
#instagram_embed cite,
#instagram_embed code,
#instagram_embed dd,
#instagram_embed del,
#instagram_embed details,
#instagram_embed dfn,
#instagram_embed div,
#instagram_embed dl,
#instagram_embed dt,
#instagram_embed em,
#instagram_embed embed,
#instagram_embed fieldset,
#instagram_embed figcaption,
#instagram_embed figure,
#instagram_embed footer,
#instagram_embed form,
#instagram_embed h1,
#instagram_embed h2,
#instagram_embed h3,
#instagram_embed h4,
#instagram_embed h5,
#instagram_embed h6,
#instagram_embed header,
#instagram_embed hgroup,
#instagram_embed html,
#instagram_embed i,
#instagram_embed iframe,
#instagram_embed img,
#instagram_embed ins,
#instagram_embed kbd,
#instagram_embed label,
#instagram_embed legend,
#instagram_embed li,
#instagram_embed mark,
#instagram_embed menu,
#instagram_embed nav,
#instagram_embed object,
#instagram_embed ol,
#instagram_embed output,
#instagram_embed p,
#instagram_embed pre,
#instagram_embed q,
#instagram_embed ruby,
#instagram_embed s,
#instagram_embed samp,
#instagram_embed section,
#instagram_embed small,
#instagram_embed span,
#instagram_embed strike,
#instagram_embed strong,
#instagram_embed sub,
#instagram_embed summary,
#instagram_embed sup,
#instagram_embed table,
#instagram_embed tbody,
#instagram_embed td,
#instagram_embed tfoot,
#instagram_embed th,
#instagram_embed thead,
#instagram_embed time,
#instagram_embed tr,
#instagram_embed tt,
#instagram_embed u,
#instagram_embed ul,
#instagram_embed var,
#instagram_embed video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

#instagram_embed .embed_body {
    line-height: 1
}

#instagram_embed ol,
#instagram_embed ul {
    list-style: none
}

#instagram_embed blockquote,
#instagram_embed q {
    quotes: none
}

#instagram_embed blockquote:after,
#instagram_embed blockquote:before,
#instagram_embed q:after,
#instagram_embed q:before {
    content: none
}

#instagram_embed table {
    border-collapse: collapse;
    border-spacing: 0
}

#instagram_embed #react-root,
#instagram_embed article,
#instagram_embed div,
#instagram_embed footer,
#instagram_embed header,
#instagram_embed main,
#instagram_embed nav,
#instagram_embed section {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 0 solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    position: relative
}

#instagram_embed .embed_body {
    background: #fff;
    background: rgba(var(--d87, 255, 255, 255), 1);
    overflow-y: scroll
}

#instagram_embed .embed_body:-webkit-full-screen {
    height: 100%;
    width: 100%
}

#instagram_embed .embed_body:-ms-fullscreen {
    height: 100%;
    width: 100%
}

#instagram_embed .embed_body:fullscreen {
    height: 100%;
    width: 100%
}

#instagram_embed html {
    -webkit-text-size-adjust: 100%
}

#instagram_embed html,
#instagram_embed .embed_body,
#instagram_embed #react-root {
    height: 100%
}

#instagram_embed #react-root {
    z-index: 0
}

#instagram_embed .js-focus-visible :focus:not([data-focus-visible-added]) {
    outline: 0
}

#instagram_embed button {
    margin: 0
}

#instagram_embed fieldset {
    min-width: 0
}

#instagram_embed .embed_body,
#instagram_embed button,
#instagram_embed input,
#instagram_embed textarea {
    color: #262626;
    color: rgba(var(--i1d, 38, 38, 38), 1);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px
}

#instagram_embed a,
#instagram_embed a:visited {
    text-decoration: none
}

#instagram_embed a:active {
    opacity: .5
}

#instagram_embed .embedSpriteComment,
#instagram_embed .embedSpriteGlyph {
    background-repeat: no-repeat;
    background-position: -225px -53px;
    height: 24px;
    width: 24px
}

#instagram_embed .embedSpriteGlyph {
    background-position: -251px -53px
}

#instagram_embed .embedSpriteGlyphColor,
#instagram_embed .embedSpriteHeartOpen,
#instagram_embed .embedSpriteHeartOpenRed {
    background-repeat: no-repeat;
    background-position: -277px -53px;
    height: 24px;
    width: 24px
}

#instagram_embed .embedSpriteHeartOpen,
#instagram_embed .embedSpriteHeartOpenRed {
    background-position: -137px -103px
}

#instagram_embed .embedSpriteHeartOpenRed {
    background-position: -163px -103px
}

#instagram_embed .embedSpriteLogoLarge,
#instagram_embed .embedSpritePlayButton {
    background-repeat: no-repeat;
    background-position: -137px -53px;
    height: 48px;
    width: 48px
}

#instagram_embed .embedSpritePlayButton {
    background-position: 0 0;
    height: 135px;
    width: 135px
}

#instagram_embed .embedSpriteSaveOpen,
#instagram_embed .embedSpriteShare,
#instagram_embed .embedSpriteStoryRing {
    background-repeat: no-repeat;
    background-position: -189px -103px;
    height: 24px;
    width: 24px
}

#instagram_embed .embedSpriteShare,
#instagram_embed .embedSpriteStoryRing {
    background-position: -215px -103px
}

#instagram_embed .embedSpriteStoryRing {
    background-position: -187px -53px;
    height: 36px;
    width: 36px
}

#instagram_embed .embedSpriteVerifiedBadgeSmall,
#instagram_embed .embedSpriteWordmark {
    background-repeat: no-repeat;
    background-position: -241px -103px;
    height: 12px;
    width: 12px
}

#instagram_embed .embedSpriteWordmark {
    background-position: -137px 0;
    height: 51px;
    width: 175px
}

@media (min-device-pixel-ratio:1.5),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    #instagram_embed .embedSpriteComment {
        background-size: 172px 160px;
        background-position: -136px -37px
    }
    #instagram_embed .embedSpriteGlyph,
    #instagram_embed .embedSpriteGlyphColor {
        background-size: 172px 160px;
        background-position: -136px -62px
    }
    #instagram_embed .embedSpriteGlyphColor {
        background-position: -136px -87px
    }
    #instagram_embed .embedSpriteHeartOpen,
    #instagram_embed .embedSpriteHeartOpenRed {
        background-size: 172px 160px;
        background-position: 0 -136px
    }
    #instagram_embed .embedSpriteHeartOpenRed {
        background-position: -25px -136px
    }
    #instagram_embed .embedSpritePlayButton,
    #instagram_embed .embedSpriteSaveOpen {
        background-size: 172px 160px;
        background-position: 0 0
    }
    #instagram_embed .embedSpriteSaveOpen {
        background-position: -50px -136px
    }
    #instagram_embed .embedSpriteShare,
    #instagram_embed .embedSpriteStoryRing {
        background-size: 172px 160px;
        background-position: -75px -136px
    }
    #instagram_embed .embedSpriteStoryRing {
        background-position: -136px 0
    }
    #instagram_embed .embedSpriteVerifiedBadgeSmall {
        background-size: 172px 160px;
        background-position: -136px -112px
    }
}

#instagram_embed html,
#instagram_embed .embed_body {
    background-color: #fff;
    background-color: rgba(var(--eca, 255, 255, 255), 1);
    overflow: hidden
}

#instagram_embed {
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    -webkit-tap-highlight-color: transparent;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: white none repeat scroll 0% 0%;
    max-width: 540px;width: calc(100% - 2px);
    border-radius: 3px;
    border: 1px solid rgb(219, 219, 219);
    box-shadow: none;
    margin: 0px 0px 12px;
    min-width: 326px;padding: 0px;
    height: min-content
}

#instagram_embed:hover {
    cursor: pointer
}

#instagram_embed a {
    color: #262626;
    color: rgba(var(--i1d, 38, 38, 38), 1)
}

#instagram_embed a:hover {
    text-decoration: underline
}

#instagram_embed .Content {
    padding-bottom: 100%;
    position: relative
}

#instagram_embed .Content.EmbedFrameWithProfile {
    padding-bottom: 0
}

#instagram_embed .EmbeddedMedia {
    background-color: #fafafa;
    background-color: rgba(var(--b3f, 250, 250, 250), 1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

#instagram_embed .EmbeddedMedia:active {
    opacity: 1
}

#instagram_embed .GuideEmbeddedMedia {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

#instagram_embed .GuideEmbeddedMedia:active {
    opacity: 1
}

#instagram_embed .EmbeddedMediaImage {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    object-position: center;
    pointer-events: none;
    width: 100%
}

#instagram_embed .GuideEmbeddedMediaImage {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    width: 100%
}

#instagram_embed a.EmbedVisitInstagram {
    color: #0095f6;
    color: rgba(var(--d69, 0, 149, 246), 1);
    font-size: 14px;
    font-weight: 550;
    line-height: 18px;
    margin-top: 24px
}

#instagram_embed a.EmbedVisitInstagram:hover {
    text-decoration: none
}

#instagram_embed .embedLogoItem {
    -webkit-transform: scale(.71);
    transform: scale(.71)
}

#instagram_embed .embedLogoItemEnlarge {
    margin-bottom: 12px;
    margin-top: 12px;
    -webkit-transform: scale(1.42);
    transform: scale(1.42)
}

#instagram_embed .Header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 54px;
    padding: 10px
}

#instagram_embed .AvatarContainer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    background-color: rgba(var(--eca, 255, 255, 255), 1);
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2px
}

#instagram_embed .Avatar {
    display: block;
    height: 30px;
    width: 30px
}

#instagram_embed .InsideRing {
    position: absolute
}

#instagram_embed .Avatar img {
    border-radius: 50%;
    height: 30px;
    width: 30px
}

#instagram_embed .Avatar:hover {
    opacity: .5
}

#instagram_embed .StoryRing {
    display: block
}

#instagram_embed .HeaderText {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin: 0 10px;
    overflow: hidden
}

#instagram_embed .HeaderSecondaryContent {
    color: #8e8e8e;
    color: rgba(var(--f52, 142, 142, 142), 1);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 12px;
    line-height: 14px
}

#instagram_embed .HeaderSecondaryContent>:before {
    content: ' \00B7 ';
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px
}

#instagram_embed .HeaderSecondaryContent>:first-child:before {
    display: none
}

@media (max-width:330px) {
    #instagram_embed .FromIGTV {
        display: none
    }
    #instagram_embed .FollowerCountText:before {
        display: none
    }
}

#instagram_embed a.Username {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

#instagram_embed a.Username .UsernameText {
    display: block;
    max-width: calc(100% - 21px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#instagram_embed .LocationAndSponsor {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#instagram_embed .VerifiedSprite {
    margin-left: 5px;
    width: 16px
}

#instagram_embed .HeaderCta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 15px
}

#instagram_embed a.ViewProfileButton,
#instagram_embed a.FollowButton {
    background-color: #0095f6;
    background-color: rgba(var(--d69, 0, 149, 246), 1);
    border-radius: 3px;
    color: #fff;
    color: rgba(var(--eca, 255, 255, 255), 1);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 600;
    margin-left: 10px;
    padding: 5px 12px;
    text-decoration: none
}

#instagram_embed a.ViewProfileButton:hover,
#instagram_embed a.FollowButton:hover {
    background-color: #0074cc;
    text-decoration: none
}

#instagram_embed .ViewProfileButton .ViewProfileText {
    display: inline
}

@media (max-width:420px) {
    #instagram_embed a.FollowButton {
        display: none
    }
}

#instagram_embed .GuideCoverArea {
    bottom: 0;
    left: 0;
    padding-bottom: 10%;
    padding-top: 10%;
    position: absolute;
    right: 0;
    top: 0
}

#instagram_embed .GuideCover {
    border-radius: 8px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 20px rgba(var(--jd9, 0, 0, 0), .2);
    box-shadow: 0 0 20px rgba(var(--jd9, 0, 0, 0), .2);
    margin: auto;
    overflow: hidden;
    padding-top: 80%;
    position: relative;
    width: 60%
}

#instagram_embed .Feedback {
    border-top: 1px solid #dbdbdb;
    border-top: 1px solid rgba(var(--b38, 219, 219, 219), 1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 10px;
    padding: 8px 0
}

#instagram_embed .Feedback a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 80%;
    text-decoration: none
}

#instagram_embed .Likes,
#instagram_embed .Comments {
    margin-right: 12px
}

#instagram_embed .Likes .LikeSpriteHover {
    display: none
}

#instagram_embed .Likes:hover .LikeSpriteHover {
    display: inline-block
}

#instagram_embed .Likes:hover .LikeSprite {
    display: none
}

#instagram_embed .Comments:hover,
#instagram_embed .Share:hover,
#instagram_embed .Likes:hover,
#instagram_embed .Save:hover {
    opacity: .5
}

#instagram_embed .Likes:hover {
    color: red;
}

#instagram_embed .Save {
    margin-left: auto
}

#instagram_embed .SocialProof {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 10px 6px
}

#instagram_embed .SocialProof a {
    font-weight: 600
}

#instagram_embed .Caption {
    display: block;
    line-height: 18px;
    padding: 0 10px 10px
}

#instagram_embed .CaptionComments {
    display: block;
    padding-top: 6px
}

#instagram_embed .Caption a {
    color: #00376b;
    color: rgba(var(--fe0, 0, 55, 107), 1)
}

#instagram_embed a.CaptionUsername {
    color: #262626;
    color: rgba(var(--i1d, 38, 38, 38), 1);
    font-weight: 600;
    margin: -5px 0 -5px -5px;
    padding: 5px
}

#instagram_embed a.CaptionCommentsExpand {
    color: #8e8e8e;
    color: rgba(var(--f52, 142, 142, 142), 1)
}

#instagram_embed .Footer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #dbdbdb;
    border-top: 1px solid rgba(var(--b38, 219, 219, 219), 1);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 44px;
    padding: 0 10px
}

#instagram_embed a.CommentInput {
    color: #8e8e8e;
    color: rgba(var(--f52, 142, 142, 142), 1);
    font-size: 14px;
    line-height: 17px;
    padding: 0;
    text-decoration: none
}

#instagram_embed a.CommentInput:hover {
    text-decoration: none
}

#instagram_embed .Glyph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto
}

#instagram_embed .Glyph:hover {
    opacity: .5
}

#instagram_embed .hideText,
#instagram_embed .Sprite {
    overflow: hidden;
    text-indent: -99999em
}

#instagram_embed .hidden {
    height: 0;
    overflow: hidden;
    text-indent: -99999em;
    width: 0
}

#instagram_embed .Sprite {
    display: inline-block
}

#instagram_embed .FixedLogo {
    position: fixed;
    right: 8px;
    top: 8px
}

#instagram_embed .EmbedFrame {
    padding-bottom: 100%;
    position: relative
}

#instagram_embed .EmbedFrame.EmbedFrameWithProfile {
    padding-bottom: 0
}

#instagram_embed .EmbedFrameWithSidecar .Image {
    display: none
}

#instagram_embed .EmbedRichFrame {
    background-color: #fff;
    background-color: rgba(var(--eca, 255, 255, 255), 1);
    height: 100%;
    position: absolute;
    width: 100%
}

#instagram_embed .WithSidecar .EmbedRichFrame {
    height: calc(100% + 36px)
}

#instagram_embed .PrimaryCTA {
    background-color: #fff;
    background-color: rgba(var(--eca, 255, 255, 255), 1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 12px;
    margin-right: 12px
}

#instagram_embed .PrimaryCTA a {
    color: #0095f6;
    color: rgba(var(--d69, 0, 149, 246), 1);
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#instagram_embed .HoverCard .HoverCardRoot {
    background-color: #fff;
    background-color: rgba(var(--eca, 255, 255, 255), 1);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    bottom: 32px;
    height: 0;
    left: 12px;
    overflow: hidden;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    position: absolute;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
    width: 209px
}

#instagram_embed .HoverCard:hover .HoverCardRoot {
    height: 70px;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out
}

#instagram_embed .HoverCardProfile,
#instagram_embed .HoverCardUserName,
#instagram_embed .HoverCardStatus,
#instagram_embed .HoverCardPhotos {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

#instagram_embed .HoverCardProfile img {
    border-radius: 17px;
    height: 34px;
    margin-right: 12px;
    width: 34px
}

#instagram_embed .HoverCardUser {
    width: 163px
}

#instagram_embed .HoverCardUserName .Username {
    color: #262626;
    color: rgba(var(--i1d, 38, 38, 38), 1);
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#instagram_embed .HoverCardUserName .VerifiedSprite {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

#instagram_embed .HoverCardStatus span {
    color: #8e8e8e;
    color: rgba(var(--f52, 142, 142, 142), 1);
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#instagram_embed .HoverCardPhotos {
    margin-top: 12px
}

#instagram_embed .HoverCardPhotos img {
    height: 104px;
    margin-right: 1px;
    width: 104px
}

#instagram_embed .WatchOnInstagramContainer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    background-color: rgba(var(--jb7, 0, 0, 0), .5);
    bottom: 0;
    color: #fff;
    color: rgba(var(--eca, 255, 255, 255), 1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    text-shadow: 0 1px 2px rgba(var(--jb7, 0, 0, 0), .5);
    top: 0
}

#instagram_embed .WatchOnInstagram {
    margin-bottom: 20px;
    margin-top: -20px
}

#instagram_embed .EmbedBrokenMedia {
    padding-bottom: 40%;
    padding-top: 40%
}

#instagram_embed .FollowerCountText {
    color: #8e8e8e;
    color: rgba(var(--f52, 142, 142, 142), 1);
    font-size: 12px;
    line-height: 14px
}

#instagram_embed .EmbedLogo {
    display: block
}

#instagram_embed .EmbedBrokenMedia {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    background-color: rgba(var(--eca, 255, 255, 255), 1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

#instagram_embed .ebmLogo {
    margin-bottom: 16px
}

#instagram_embed .ebmMessage {
    color: #000;
    color: rgba(var(--jb7, 0, 0, 0), 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 20px;
    text-align: center;
    width: 250px
}

#instagram_embed .elSprite {
    display: inline-block
}

#instagram_embed .embedHideText {
    display: block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap
}

#instagram_embed embedNonTextLink:active {
    opacity: 1
}
