/** Effects **/
#xybrand {
    position: relative;
    margin: 0 auto;
    padding: 0.5em 0 0.2em;
    max-width: 100%;
    list-style: none;
    text-align: center; }

#xybrand h1{ font: 300 48px/50px "Open Sans Condensed", sans-serif; }
    #xybrand h1 strong { font-weight: normal; }
    @media (max-width: 768px) {
        #xybrand  h1 { text-align: center; position: relative; z-index: 2; font-size: 40px; margin: 10px 0 0;}
    }


#xybrand figure {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    cursor: pointer; }
#xybrand figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8; }
#xybrand figure figcaption {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
#xybrand figure figcaption::before, #xybrand figure figcaption::after {
    pointer-events: none; }
#xybrand figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0; }
#xybrand figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    margin: 0; }
#xybrand figure h2 span {
    font-weight: 800; }
#xybrand figure p {
    margin: 0;
    letter-spacing: 1px;
    font-size: 68.5%; }

/** Individual effect **/
#xybrand figure.effect-chico img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.06);
    transform: scale(1.06); }
#xybrand figure.effect-chico:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1); }
#xybrand figure.effect-chico figcaption {
    padding: 3em;}
#xybrand figure.effect-chico figcaption::before {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border: 1px solid #ffeef6;
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }
#xybrand figure.effect-chico p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }
#xybrand figure.effect-chico h2 {
    padding: 20% 0 20px 0; }
#xybrand figure.effect-chico p {
    margin: 0 auto;
    max-width: 200px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
#xybrand figure.effect-chico:hover figcaption::before, #xybrand figure.effect-chico:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 480px) {
   #xybrand-container-item {max-width: 300px; margin: -20px auto 20px;}
   #xybrand-container-item .owl-nav {text-align: center; margin-top: -20px}
}
#xybrand-container-item .owl-stage-outer figure{
    width: 100%;
}