#f2_add_story {
	max-width: 832px; padding: 0 16px; margin: 0 auto 16px;
}

#f2_add_story .f2-circol {
	width: 28px; height: 28px; margin-top: 26px; background-color: var(--svetlo_plava); border-radius: 14px;
}

#f2_add_story .f2-add-photo-video,#f2_add_story #f2_add_video {
	background-color: var(--feed_siva); margin: 16px 0; padding: 16px;
}

@media only screen and (max-width:720px) {
	#f2_add_story .f2-radio_box {
		height: 260px;
	}
}

@media only screen and (min-width:721px) {
	#f2_add_story .f2-radio_box {
		height: 150px;
	}
}

#f2_add_story {padding: 0;}

#f2_add_story .f2-step .f2-wp800 {padding: 0;}

#f2_add_story .f2-step-c {margin-bottom: 0;}

#f2_add_story .f2-selection .f2-flexbox {
	justify-content: space-between;
}

#f2_add_story .f2-selection .f2-check_b {
	left: -3px;
}

#f2_add_story .f2-story-type-box {
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.65); -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.65); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.65); height: auto; padding: 20px 16px; margin-top: 2px; cursor: pointer; display: flex; position: relative;
	border-radius: 20px;
}

#f2_add_story .f2-story-type-box input {
	display: none;
}

#f2_add_story .f2-story-type-box input:checked ~ span {
	background-color: var(--roza) !important;
}

#f2_add_story .f2-story-type-box span {
	background-color: var(--trans) !important; top: 0; left: 0; position: absolute; height: 100%; width: 100%; border-radius: 20px;
}

#f2_add_story .f2-story-type-box div.f2-story-type-txt * {
	color: var(--svetlo_plava);
}

#f2_add_story .f2-story-type-box input:checked ~ div.f2-story-type-txt * {
	color: var(--white);
}

#f2_add_story .f2-story-type-icon {
	width: 40px;
}

#f2_add_story .f2-dropzone {
	min-height: 350px;
}

.f2-dropzone .f2-addMore {
	display: flex; flex-direction: column; align-items: center; justify-content: center; margin-bottom: 20px;cursor: pointer;
}

#f2_add_story .f2-check {
	color: var(--bela);
}

#f2_add_story .f2-folder {
	top: 0; right: 0; position: absolute;
}

#f2_add_story .f2-select {
	height: 48px; margin-top: 30px; padding-left: 16px; margin-left: 16px;
}

#f2_add_story .f2-del_add {
	display: flex; height: 48px; margin-top: 30px; padding-left: 10px;
}

#f2_add_story .f2-del_add .f2-btn {
	padding: 5px;
}

#f2_add_story .f2-story_prop {
	position: absolute; width: 100%; height: 210px; bottom: 80px; padding: 0.01em 16px; background-color: var(--black); display: none;
}

#f2_add_story .f2-story_prop .f2-txt_pos {
	display: flex; justify-content: space-around;
}

#f2_add_story .f2-story_prop .f2-txt_pos i {
	border: 1px solid #000; width: 40px; height: 40px; margin-bottom: 10px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--svetlo_plava);
}

#f2_add_story .f2-story_prop .f2-txt_pos i.active {
	border: 1px solid var(--roza); color: #fff;
}

#f2_add_story .f2-story_prop .f2-txt_pos i::before {
	font-size: 25px;
}

#f2_add_story .f2-story_prop .f2-txt_col {
	display: block;
}

/* menu */
#f2-story-edit-menu a.active {
	border-top: 3px solid var(--roza); margin-top: 0; padding-top: 24px !important;
}

/* vertical slider fonts */
#slider-vertical.ui-slider-vertical .ui-slider-handle {
	left: -15px; margin-left: 0; margin-bottom: -15px; background-color: var(--roza); border-radius: 50%; border: 0; width: 31px; height: 31px;
}

/* pager črtice */
#f2_story_edit_carousel .splide__pagination {
	position: absolute; top: 5px; left: 0; width: auto; height: 20px; transform: none; padding: 0; display: block; align-items: center; flex-wrap: wrap; justify-content: left;
}

#f2_story_edit_carousel .splide__pagination li {
	width: 10%; padding-left: 5px; padding-right: 2px;
}

#f2_story_edit_carousel .splide__pagination__page {
	width: 100%; height: 5px; border-radius: 1px; padding: 0; margin: 0;
}

/* font */
#f2-editstory-font li {
	font-size: 30px; line-height: 1.2em; list-style: none; cursor: pointer;
}

.f2-sfont {
	color: var(--svetlo_plava);
}

.f2-sfont.active {
	color: var(--white);
}

/* barve */
#f2_add_story .f2-story_prop .f2-scolor {
	width: 50px; height: 50px; background-color: var(--white); border-radius: 25px; border: 5px solid var(--black); outline: 1px solid var(--black); justify-content: center; display: inline-block;
}

#f2_add_story .f2-story_prop .f2-scolor.active {
	outline: 1px solid var(--roza);
}
/* txt */
#f2_add_story .f2-story-txt-input {
	display: inline-block; word-break: break-word; padding: 8px; min-width: 100px; width: auto; font-weight: 400; text-shadow: rgb(0, 0, 0) 2px 2px 3px;line-height:1.1em;
}

#f2_add_story .f2-story-txt-input[placeholder]:empty::before {
	text-shadow: 2px 1px 1px var(--white); content: attr(placeholder); color: var(--black); border: 1px var(--black) dotted; padding: 8px;
}

#f2_add_story .f2-story-txt-input[placeholder]:empty:focus::before {
	content: "";
}

/* pos */
.f2-spos {
	cursor: pointer;
}

.f2-story-text {
	position: absolute; border: none; width: 100%;
}

.f2-story-text.tl {
	text-align: left;
}

.f2-story-text.tc {
	left: 50%; transform: translate(-50%, 0%); -ms-transform: translate(-50%, 0%); text-align: center;
}

.f2-story-text.tr {
	text-align: right;
}

.f2-story-text.ml {
	top: 50%; transform: translate(0%, -50%); -ms-transform: translate(-0%, -50%); text-align: left;
}

.f2-story-text.mc {
	top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); text-align: center;
}

.f2-story-text.mr {
	top: 50%; transform: translate(0%, -50%); -ms-transform: translate(0%, -50%); text-align: right;
}

.f2-story-text.bl {
	text-align: left;
}

.f2-story-text.bc {
	left: 50%; transform: translate(-50%, 0%); -ms-transform: translate(-50%, 0%); text-align: center;
}

.f2-story-text.br {
	text-align: right;
}

/* prikaz storija */
/* pager črtice */
#f2_story_carousel .splide__pagination {
	position: absolute; top: 5px; left: 20px; right: 20px; width: auto; height: 20px; transform: none; padding: 0; display: block; align-items: center; flex-wrap: wrap; justify-content: left;
}

#f2_story_carousel .splide__pagination li {
	width: 10%; padding-left: 5px; padding-right: 2px;
}

#f2_story_carousel .splide__pagination__page {
	/* height mora biti isti kot spodaj na #f2_story_carousel .f2-carousel-pagination span */
	width: 100%; height: 5px; border-radius: 1px; padding: 0; margin: 0;
}

#f2_story_carousel .splide__pagination__page.is-active {
	transform: none; background-color: #ccc;
}

#f2_story_carousel .f2-carousel-pagination span {
	content: ""; width: 0; display: block; background-color: var(--roza); height: 5px;
}

#f2_story_edit_carousel .splide .splide__arrow {
	background-color: var(--svetlo_siva);
}

#f2_story_carousel .splide__slide .f2-sblrth>a {
	display:block;
	overflow: hidden;
	width: 100%;
	height:auto;
}


/*sprememba pisave*/
#f2_editstory_font .f2-txt_font {
	height: calc(100% - 60px); display: flex; justify-content: space-between;
}

#f2_editstory_font .f2-txt_font .f2-chooseFont {
	max-width: calc(100% - 60px); width: 100%; display: flex;
}

#f2_editstory_font .f2-txt_font .f2-choosefontSize {
	width: 50px; min-width: 50px; display: flex; align-items: center; justify-content: center;
}

#f2_editstory_font .f2-chooseFont ul {
	list-style-type: none; display: flex; flex-direction: column; justify-content: space-evenly; height: 100%;
}

#f2_editstory_font .f2-chooseFont ul li {
	cursor: pointer; width: 100%;
}

#f2_story_edit_carousel .splide__arrow--prev {
	left: -50px !important;
}

#f2_story_edit_carousel .splide__arrow--next {
	right: -50px !important;
}

@media only screen and (max-width:600px){
	#f2_story_edit_carousel .splide__arrow--prev {
		left: 10px !important;
	}
	
	#f2_story_edit_carousel .splide__arrow--next {
		right: 10px !important;
	}
	
	body .dropzone.f2-dropzone .dz-preview .dz-image img {max-width: 100%;}
	
}



/* STORY PLAYER */
#f2_story{
	padding-bottom: 0;
}
#f2_story_inner {
    display: flex;
    flex-flow: column;
    width:100%;
    min-height: auto;
}
#f2_story_top {
    height:60px;
	width:100%; 
}

.f2-deleteStory {position: absolute; bottom: 20px; right: 20px; margin: 0;}
.f2-deleteStory i::before {margin: 0 !important;}
.f2-deleteStory.f2-with-likes {right: unset;left:20px;}

body #f2_story .splide .splide__arrow {top: 50%;}

#f2_story_top .flex {width: 100%; display: flex; align-items: center; position: relative; padding-right: 50px;}

#f2_story_top .flex .f2-close {position: absolute; top: 14px; right: 0;}

.f2-story-img {object-fit: cover;}


#f2_story_content {

}
#f2_story_msg {
    height:auto;
}
.f2_messageFooterStory {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 14px 16px
}
.f2_messageFooterStory .f2-new_comm {
	padding-left:0;
	padding-right:0;
}
.f2_messageFooterStory .f2_messageFooterWrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.f2_messageFooterStory .f2_messageFooterWrapper .f2-msg_icons {
    width: 130px;
    cursor: pointer;
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
}
#f2_story_msg .f2-emoji-box .f2_messageFooterWrapper{
	max-width:778px;
}
.splide .splide__arrow {
    margin-top: inherit !important;
}

#f2_story .f2-emoji-box {padding: 11px; margin: 0 !important;  position: absolute; left: 0; right: 0; background: var(--temno_siva); display: flex; align-items: center; justify-content: center;  flex-wrap: wrap;
-webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.65); -moz-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.65); box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.65); 
}
#f2_story .f2-emoji-box i {margin: 5px;}


@media only screen and (max-width: 721px) {
	.f2-top_800{
		padding:0;
	}
	
	#f2_story_inner.f2-wp800 {padding: 0;}
	#f2_story_inner .f2_messageFooterStory {padding: 0 16px;}
	
	.f2_messageFooterStory .f2_messageFooterWrapper {
	    display: block;
	}
	.f2_messageFooterStory .f2_messageFooterWrapper .f2-likebtn{
		width: 100%;
	    display: flex;
	    justify-content: flex-end;
	    margin-top:10px;
	}
	
}


#f2_story_carousel-track {max-width: 800px;} 
.splide--draggable>.splide__track>.splide__list>.splide__slide {width: auto;}


@media only screen and (max-width: 360px) {
	#f2_to_step3 span {display: none;}
	#f2_to_step3 i::before {margin: 0;}
	#f2_add_story .f2-story_prop .f2-scolor {width: 38px; height: 38px; margin: 2px;}
	
	
}

/** REEL */
#f2_story_type_create {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0 30px;
    background-color: var(--feed_siva);
    /* padding: 10px 25px 25px 25px; */
    margin-bottom:36px;
}

#f2_story_type_create .f2-buttonAdd {
    width: calc(50% - 15px);
}



#f2_story_type_create .f2-add_btn {
    width: 100%;
    padding: 16px;
    position: relative;
    border-bottom: 1px solid var(--black);
    background-color: var(--black);
    border-radius: 10px;
    height: 250px;
}

#f2_story_type_create .f2-add_btn:hover {
    background-color: var(--roza);
}
#f2_story_type_create .f2-add_btn p {
    text-transform: uppercase;
    font-size: 13px;
    margin-top:20px;
    letter-spacing: 2.9px;
    font-weight: 700;
}
#f2_story_type_create .f2-buttonAdd:first-of-type p {
     /* padding-right: 33px; */
    letter-spacing: 2.9px;
    font-weight: 700;
}
#f2_story_type_create .f2-add_btn i {
    font-size: 100px;
}
#f2_add_story .f2-step .f2-pop.w3-container.pct {
	background-color: var(--feed_siva) !important;
	margin-top:80px;
	max-width:768px;
	padding-bottom:10px !important;
	padding:26px;
}
#f2_add_story .f2-step .f2-bottom-buttons{
	padding:0 16px;
}
#f2_add_story .f2-story-type-box {
	background-color: var(--black) !important;
	margin-bottom:20px;
}

#f2_story_keep .f2-story-type-box{
	text-align: center;
	padding-top:45px;
}
#f2_story_keep .f2-story-type-box i {
    font-size: 100px;
}

#f2_story_keep .f2-story-type-box p {
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 20px;
    letter-spacing: 2.9px;
    font-weight: 700;
}

@media only screen and (min-width:721px) {
	#f2_story_keep{
		display: flex;
	    align-items: center;
	}
	#f2_story_keep .f2-story-type-box{
		 width: calc(50% - 15px);
		 display: inline-block;
		 height:240px;
	}
	#f2_story_keep .f2-story-type-box.f2-last-box{
		margin-left:30px;
	}
}
@media only screen and (max-width:720px) {
	.f2-bottom-buttons{
		padding:0 16px;
	}
	#f2_add_story .f2-step .f2-pop.p00{
		
	}
	#f2_add_story .f2-step .f2-pop.w3-container.pct {
		margin-top:0px;
		background-color: var(--feed_siva) !important;
		padding:16px;
	}
	#f2_add_story .f2-bottom-buttons{
		background-color: var(--temno_siva) !important;
	}
	#f2_story_type_create {
	    margin-bottom:36px;
	}
	#f2_story_type_create .f2-buttonAdd {
		width: 100%;
	}
	#f2_story_type_create .f2-add_btn {
	    height: 170px;
	    margin-bottom:20px;
	}
	#f2_story_type_create .f2-add_btn i {
	    font-size: 43px;
	}
	#f2_story_type_create .f2-buttonAdd:first-of-type p {
	     /* padding-right: 21px; */
	}
	#f2_add_story #f2_reel_dropzone_policy{
		font-size: var(--size_small);
	}
	#f2_story_keep .f2-story-type-box {
	    display: block;
	    padding-top: 25px;
	    min-height: 120px;
	}
	#f2_story_keep .f2-story-type-box i {
	    font-size: 43px;
	}
}

/** blur story */
#f2_hot_stories .splide__slide .f2-drugi.f2-sblrth>a {
	display:block;
	overflow: hidden;
	width: 100%;
	height:auto;
	border-radius: 15px;
}
#f2_hot_stories .splide__slide .f2-sblrth img.f2-story-thumb {
	-webkit-filter: blur(16px);
	-moz-filter: blur(16px);
	-o-filter: blur(16px);
	-ms-filter: blur(16px);
	filter: blur(16px);
}
#f2_hot_stories .splide__slide .f2-sblrth img.f2-premium_round_ib{
	border-radius: 0 15px 0 0;
}

	
#f2_hot_stories_title .fus {
	text-align: left;
	color: var(--bela);
    text-transform: uppercase;
    letter-spacing: 3.9px;
    padding: 16px 0;
    font-size: var(--size_tiny);
    font-weight: var(--weight_bold);
}

#f2_hot_stories_title.f2-hot {
	padding: unset;
}
#f2_hot_stories .f2-nonactive-story{
	margin-top:4px;
	display: inline-block;
}
	
/** 1 profile story **/
#f2_hot_stories .splide__track.f2-stnum1{
	min-height:837px !important;min-width:537px !important;
}
#f2_hot_stories .splide__track.f2-stnum1 .splide__list {
	min-height:837px !important;min-width:537px !important;
}
#f2_hot_stories .splide__track.f2-stnum1 .splide__slide {
	min-height:837px !important;min-width:537px !important;
}
#f2_hot_stories .splide__track.f2-stnum1 .f2-story {
	min-height:837px !important;min-width:537px !important;
	margin-right: 0;
}
#f2_hot_stories .splide__track.f2-stnum1 .f2-drugi {
	min-height:837px !important;min-width:537px !important;
}
#f2_hot_stories .splide__track.f2-stnum1 .f2-drugi.f2-active-story {
	background-size: 16px 4px, 16px 4px, 4px 16px, 4px 16px;
	animation: dash 25s linear infinite;
}
#f2_hot_stories .splide__track.f2-stnum1 .f2-story-thumb {
	min-height:829px !important;min-width:529px !important;
}
#f2_hot_stories .splide__track.f2-stnum1 .f2-drugi .icon{
	top:16px;
	right:16px;
}

/** 2 profile story **/
#f2_hot_stories .splide__track.f2-stnum2{
	min-height:464px !important;min-width:302px !important;
}
#f2_hot_stories .splide__track.f2-stnum2 .splide__list {
	min-height:464px !important;min-width:302px !important;
}
#f2_hot_stories .splide__track.f2-stnum2 .splide__slide {
	min-height:464px !important;min-width:302px !important;
}
#f2_hot_stories .splide__track.f2-stnum2 .f2-story {
	min-height:464px !important;min-width:302px !important;
	margin-right: 0;
}
#f2_hot_stories .splide__track.f2-stnum2 .f2-drugi {
	min-height:464px !important;min-width:302px !important;
}
#f2_hot_stories .splide__track.f2-stnum2 .f2-drugi.f2-active-story {
	background-size: 16px 4px, 16px 4px, 4px 16px, 4px 16px;
	animation: dash 16s linear infinite;
}
#f2_hot_stories .splide__track.f2-stnum2 .f2-story-thumb {
	min-height:457px !important;min-width:294px !important;
}
#f2_hot_stories .splide__track.f2-stnum2 .splide__slide:first-child {
	margin-right: 10px;
}
#f2_hot_stories .splide__track.f2-stnum2 .f2-drugi .icon{
	top:16px;
	right:16px;
}

#f2_hot_stories .splide__track .f2-premium_round_ib,
#f2_hot_stories .splide__track.f2-stnum1 .f2-premium_round_ib,
#f2_hot_stories .splide__track.f2-stnum2 .f2-premium_round_ib,
#f2_hot_stories .splide__track.f2-stnum3 .f2-premium_round_ib{ 
	width:80px;
	height:80px;
	position:absolute;
	z-index:9;
	border-radius: unset;
}


@media only screen and (max-width: 721px) {
	#f2_hot_stories .splide__track .f2-premium_round_ib{ 
		width:60px;
		height:60px;
	}

	#f2_hot_stories_title.f2-hot {
		 padding: 0 0 0 16px; 
	}
	#f2_hot_stories_title h3 {
		/* margin-left:16px; */
	}
	#f2_hot_stories .splide__track.f2-stnum1 .f2-premium_round_ib{ 
		width:60px;
		height:60px;
	}
	
	#f2_hot_stories .splide__track.f2-stnum2 .splide__slide:first-child {
		margin-right: 5px;
	}

	#f2_hot_stories .splide__track.f2-stnum2 .f2-premium_round_ib{ 
		width:60px;
		height:60px;
	}
}





/** REEL detail */
#f2_hot_stories i.ff2-reel-2,#f2_hot_stories i.ff2-story{
	color:var(--white);
	top:10px;right:10px;position:absolute;
	width:32px;
}

.f2-active-story  {
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #ec1164 50%, transparent 50%),
                linear-gradient(90deg, #ec1164 50%, transparent 50%),
                linear-gradient(0deg, #ec1164 50%, transparent 50%),
                linear-gradient(0deg, #ec1164 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 16px 4px, 16px 4px, 4px 16px, 4px 16px;
    background-position: 0% 0%, 100% 100%, 0% 100%, 100% 0px;
    border-radius: 25px;
    padding: 3px;
    animation: dash 5s linear infinite;
}
.f2-active-story .f2-story-thumb {height: 194px !important;}

@keyframes dash {
    to {
        background-position: 100% 0%, 0% 100%, 0% 0%, 100% 100%;
    }
}

@keyframes dash {
    to {
        background-position: 100% 0%, 0% 100%, 0% 0%, 100% 100%;
    }
}

@media only screen and (max-width:720px) {
	.f2-active-story .f2-story-thumb {height: 145px !important;}
}

#f2 #f2_story_edit_carousel  .video-js .vjs-big-play-button{
	display:none;
}

#f2_story_content .splide__arrow.f2-carousel-arrow-prev.single{
	display:none;
}

#f2_add_story .splide .splide__arrow{
	top:50%;
}

#f2_basic_st_add {
	width: 100%; display:flex; max-width: 100%; position: relative; margin: 0 auto; padding: 10px 0 0 0;
}
#f2_basic_st_add .ff2-warning{
	color: var(--rumena) !important; font-size: 72px; margin-right: 20px; width:82px;
}
#f2_basic_st_add .ff2-warning::before{
	padding:0;
	margin:0;
}
#f2_basic_st_add .f2-stb-next{
	padding: 0 10px 16px 0;
	display: inline-block;
	font-weight: 700;
}
#f2_basic_st_add .f2-stb-next span{
	color: var(--roza) !important;
}
#f2_basic_st_add .f2-stb-text{
	padding: 0 10px 16px 0;
	display: inline-block;
}
#f2_basic_st_add .f2-stb-pink {
	background-color: var(--roza) !important;
	padding: 16px;
	display: inline-block;
}
#f2_basic_st_add .f2-stb-pink div {
	font-weight: 700;
}
#f2_basic_st_add .f2-stb-stext span{
	font-weight: 700;
}
#f2_basic_st_add .f2-stb-container{
	display:flex;
}
@media only screen and (max-width:720px) {
	#f2_basic_st_add .f2-stb-container{
		display:block;
	}
}

#f2_story_type_create .fut {
	padding-top: 0;
}

a#f2_story_txt_disabler:hover{
	text-decoration:none;
}
#f2_story_edit_menu .f2-premium_round_ib{
	height:46px;
	width:46px;
}

#f2_add_story #f2_stb_props {
	min-height:210px;height:inherit;
}
#f2_stb_props .f2-txt_stb{
	display: flex;
	background-color: var(--roza);
	padding:16px 20px 0 16px;
	margin:10px 0 16px 0;
}
#f2_stb_props .ff2-text_no{
	color: var(--white) !important; font-size: 72px; margin-right: 30px; width:92px;
}

@media only screen and (max-width:720px) {
	#f2_stb_props .ff2-text_no{
		display:none;
	}

}

/** story basic likers */
#f2_stb_likers {
	width: 100%; display:flex; max-width: 100%; position: relative; margin: 0 auto; padding: 16px 0 0 0;
}
#f2_stb_likers .ff2-heart{
	color: var(--roza) !important; font-size: 72px; margin-right: 20px; width:82px;
}
#f2_stb_likers .ff2-warning::before{
	padding:0;
	margin:0;
}
#f2_stb_likers .f2-stb-lnum{
	font-size: 48px;
	line-height:48px;
	color:var(--roza);
	font-weight: 700;
}
#f2_stb_likers .f2-stb-ltxt{
	font-weight: 700;
}
#f2_stb_likers .f2-stb-likes {
	padding: 0 16px;
	display: inline-block;
	width:50%;
}
#f2_stb_likers .f2-stb-pink {
	background-color: var(--roza) !important;
	padding: 16px;
	display: inline-block;
	width:50%;
}
#f2_stb_likers .f2-stb-pink div {
	font-weight: 700;
}
#f2_stb_likers .f2-stb-container{
	display:flex;
	width:100%;
}
#f2_comments .stb_likers_h{
	font-size: 13px;
}
#f2_story_button_link{
	text-align: center;position: absolute;bottom: 10%;left: 50%;transform: translateX(-50%);
}
#f2_story_button_link a{
	border-radius: 8px; background-color: #ec1164; padding: 18px; color: #fff;
}

@media only screen and (max-width:720px) {
	#f2_stb_likers .f2-stb-container{
		display:block;
		padding-right:16px;
	}
	#f2_stb_likers .f2-stb-likes {
		width:100%;
	}
	#f2_stb_likers .f2-stb-pink {
		margin-top:16px;
		width:100%;
	}
	#f2_comments .stb_likers_h{
		padding:16px 16px 0 16px;
	}
	#f2_story_button_link{
		text-align: center;position: absolute;bottom: 10%;left: 50%;transform: translateX(-50%);
	}
}