.icon-wrapper .icon, .icon-wrapper .icon-after:after, .icon-wrapper .icon-before:before, .icon-wrapper .more:not(.icon-before):after {
    position: relative;
}

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


.tablist-wrapper .tabnav {
    height: 3.5em;
}

@media only screen and (max-width:734px){
    .tablist-wrapper .tabnav{
        height: 100%;
    }
}

/* replay-button */
.inline-media-container .play-pause-replay-button svg{
    height:23px;
}

@media only screen and (max-width:734px) {
    .inline-media-container .play-pause-replay-button svg {
        height: 15px;
    }
}

/* tablist nav */
@media only screen and (max-width:734px){
    .tablist-wrapper .tabnav-items .tabnav-item.has-violator .tabnav-link{
        min-width: unset;
    }
}

@media only screen and (min-width:375px) and (max-width:375px){
    #interface-gallery-item-5-trigger{
        width: 140px;
    }
}