@import url(../../../../base/text/template/css/main.css);


/*--- Sound Block  ---*/
.bx-sounds-entity-photo img {
    max-width:100%;
}


/*--- Sound Switcher Block  ---*/
.bx-sounds-entity-sound-switcher {
    position: relative;
    display: -webkit-inline-flex;
    display: inline-flex;

    width: 100%;

    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.bx-sounds-eps-sound {
    position: relative;
    flex: 1 1 auto;
}

.bx-sounds-eps-sound img {
    max-width: 100%;
}

.bx-sounds-eps-arrow,
.bx-sounds-eps-arrow a {
    position: relative;

    width: 3rem;
    height: 3rem;
}

.bx-sounds-eps-arrow {
    flex: 0 0 auto;

    line-height: 2.8rem;
    text-align: center;
}

.bx-sounds-entity-sound-switcher:hover .bx-sounds-eps-arrow {
    background-color: rgba(0, 0, 0, 0.1);
}

.bx-sounds-eps-arrow a {
    display: block;

    font-size: 3.0rem;
}


/*--- Snippet ---*/
.bx-base-text-unit-gallery .bx-base-text-unit-no-thumb,
.bx-base-text-unit-gallery .bx-base-text-unit-thumb {
    position: relative;
}
