/* icon */
.icon-wrapper .icon,
.icon-wrapper .more::after,
.icon-wrapper .icon-before::before,
.icon-wrapper .icon-after::after {
    position: relative;
}

span.more::after{
    top: -.08em;
}

/* section-edit */
.page-photos .section-edit .tabnav-wrapper .captions-gallery-item.captions-gallery-currentitem.captions-accordion-currentitem {
	transform: translate(0);
}

@media only screen and (max-width: 1068px) {
	.page-photos .section-edit .tabnav-wrapper .captions-gallery-item.captions-gallery-currentitem.captions-accordion-currentitem {
		transform: translateX(-50%);
	}
}

@media only screen and (max-width: 735px) {
	.page-photos .section-edit .tabnav-wrapper .captions-gallery-item.captions-gallery-currentitem.captions-accordion-currentitem {
		transform: translateX(-50%);
	}
}

@media only screen and (max-width: 734px) {
	.page-photos .section-edit .tabnav-wrapper {
		max-height: initial;
	}
}