
/* DEFAULT GALLERY */
body div.gallery img{
    border: none !important;
}
body div.gallery dd.gallery-caption{
    font-style: italic;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* mythemes GALLERY */
/* GENERAL */
.mythemes-gallery {
    position: relative;
    margin: -15px;
}
.mythemes-gallery figure.mythemes-item {
    position: relative;
    float: left;
    overflow: hidden;
    padding: 0px 15px;
    margin: 15px 0px;
    text-align: center;
    cursor: pointer;
}
.mythemes-gallery figure.mythemes-item,
.mythemes-gallery figure.mythemes-item::before,
.mythemes-gallery figure.mythemes-item::after,
.mythemes-gallery figure.mythemes-item:before,
.mythemes-gallery figure.mythemes-item:after {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

/* GALLERY COLUMNS SIZE */
.mythemes-gallery.colls-1 figure {
    width: 100%;
}
.mythemes-gallery.colls-2 figure {
    width: 50%;
}
.mythemes-gallery.colls-3 figure {
    width: 33.33333333%;
}
.mythemes-gallery.colls-4 figure {
    width: 25%;
}
.mythemes-gallery.colls-5 figure {
  width: 20%;
}
.mythemes-gallery.colls-6 figure {
  width: 16.66666667%;
}
.mythemes-gallery.colls-7 figure {
  width: 14.28571428%;
}
.mythemes-gallery.colls-8 figure {
  width: 12.5%;
}
.mythemes-gallery.colls-9 figure {
  width: 11.11111111%;
}

/* GENERAL SETTINGS */
.mythemes-gallery figure.mythemes-item div.mythemes-thumbnail {
    background: #3085a3;
    position: relative;
    overflow: hidden;
}
.mythemes-gallery figure.mythemes-item div.mythemes-thumbnail img {
    position: relative;
    display: block;
    opacity: 0.8;
}
.mythemes-gallery figure.mythemes-item div.mythemes-thumbnail figcaption {
    color: #ffffff;
    text-transform: uppercase;

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
         -o-backface-visibility: hidden;
            backface-visibility: hidden;
}
.mythemes-gallery figure.mythemes-item div.mythemes-thumbnail figcaption::before,
.mythemes-gallery figure.mythemes-item div.mythemes-thumbnail figcaption::after {
    pointer-events: none;
}
.mythemes-gallery figure.mythemes-item div.mythemes-thumbnail figcaption,
.mythemes-gallery figure.mythemes-item div.mythemes-thumbnail figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mythemes-gallery figure.mythemes-item div.mythemes-thumbnail figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
}
.mythemes-gallery figure.mythemes-item div.mythemes-thumbnail figcaption h2,
.mythemes-gallery figure.mythemes-item div.mythemes-thumbnail figcaption p {
    color: #ffffff;
}
.mythemes-gallery figure.mythemes-item div.mythemes-thumbnail figcaption h2 {
    word-spacing: 0.15em;
    margin: 0px;
}
.mythemes-gallery figure.mythemes-item div.mythemes-thumbnail figcaption h2 span {
    font-weight: 800;
}
.mythemes-gallery figure.mythemes-item div.mythemes-thumbnail figcaption p {
    font-family: "Roboto", sans-serif, Arial, serif;
    letter-spacing: 1px;
    font-weight: 200;
}


/* HEADLINE */
.mythemes-gallery.colls-1 figure.mythemes-item figcaption h2 {
    font-size: 26px;
    line-height: 30px;
}
.mythemes-gallery.colls-2 figure.mythemes-item figcaption h2 {
    font-size: 22px;
    line-height: 26px;
}
.mythemes-gallery.colls-3 figure.mythemes-item figcaption h2 {
    font-size: 18px;
    line-height: 22px;
}
.mythemes-gallery.colls-4 figure.mythemes-item figcaption h2 {
    font-size: 16px;
    line-height: 18px;
}
.mythemes-gallery.colls-5 figure.mythemes-item figcaption h2 {
    font-size: 14px;
    line-height: 16px;
}

/* PARAGRAPHS */
.mythemes-gallery.colls-1 figure.mythemes-item figcaption p {
    font-size: 14px;
    line-height: 16px;
}
.mythemes-gallery.colls-2 figure.mythemes-item figcaption p {
    font-size: 13px;
    line-height: 15px;
}
.mythemes-gallery.colls-3 figure.mythemes-item figcaption p {
    font-size: 12px;
    line-height: 14px;
}
.mythemes-gallery.colls-4 figure.mythemes-item figcaption p {
    font-size: 11px;
    line-height: 13px;
}
.mythemes-gallery.colls-5 figure.mythemes-item figcaption p {
    font-size: 10px;
    line-height: 12px;
}


/* HEADLINE */
.content-border.full .mythemes-gallery.colls-1 figure.mythemes-item figcaption h2 {
    font-size: 30px;
    line-height: 36px;
}
.content-border.full .mythemes-gallery.colls-2 figure.mythemes-item figcaption h2 {
    font-size: 24px;
    line-height: 30px;
}
.content-border.full .mythemes-gallery.colls-3 figure.mythemes-item figcaption h2 {
    font-size: 20px;
    line-height: 24px;
}
.content-border.full .mythemes-gallery.colls-4 figure.mythemes-item figcaption h2 {
    font-size: 16px;
    line-height: 20px;
}
.content-border.full .mythemes-gallery.colls-5 figure.mythemes-item figcaption h2 {
    font-size: 14px;
    line-height: 18px;
}

/* PARAGRAPHS */
.content-border.full .mythemes-gallery.colls-1 figure.mythemes-item figcaption p {
    font-size: 16px;
    line-height: 18px;
}
.content-border.full .mythemes-gallery.colls-2 figure.mythemes-item figcaption p {
    font-size: 14px;
    line-height: 16px;
}
.content-border.full .mythemes-gallery.colls-3 figure.mythemes-item figcaption p {
    font-size: 13px;
    line-height: 15px;
}
.content-border.full .mythemes-gallery.colls-4 figure.mythemes-item figcaption p {
    font-size: 11px;
    line-height: 13px;
}
.content-border.full .mythemes-gallery.colls-5 figure.mythemes-item figcaption p {
    font-size: 10px;
    line-height: 12px;
}



@media (min-width: 1200px ){
    .mythemes-gallery.colls-6 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-7 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-8 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-9 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-6 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-7 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-8 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-9 figure.mythemes-item figcaption p{
        display: none;
    }
    .mythemes-gallery.colls-6 figure.mythemes-item figcaption a,
    .mythemes-gallery.colls-7 figure.mythemes-item figcaption a,
    .mythemes-gallery.colls-8 figure.mythemes-item figcaption a,
    .mythemes-gallery.colls-9 figure.mythemes-item figcaption a{
        background-image: url( ../img/zoom.png);
        background-position: center center;
        background-repeat: no-repeat;

        opacity: 0;
        filter: alpha(opacity=0);
    }

    .mythemes-gallery.colls-6 figure.mythemes-item:hover figcaption a,
    .mythemes-gallery.colls-7 figure.mythemes-item:hover figcaption a,
    .mythemes-gallery.colls-8 figure.mythemes-item:hover figcaption a,
    .mythemes-gallery.colls-9 figure.mythemes-item:hover figcaption a{
        opacity: 1;
        filter: alpha(opacity=100);   
    }
}
@media ( min-width: 992px ) and (max-width: 1199px ){
    /* COLUMNS LENGTH */
    .mythemes-gallery.colls-1 figure.mythemes-item {
        width: 100%;
    }
    .mythemes-gallery.colls-2 figure.mythemes-item {
        width: 50%;
    }
    .mythemes-gallery.colls-3 figure.mythemes-item,
    .mythemes-gallery.colls-4 figure.mythemes-item,
    .mythemes-gallery.colls-5 figure.mythemes-item,
    .mythemes-gallery.colls-6 figure.mythemes-item,
    .mythemes-gallery.colls-7 figure.mythemes-item,
    .mythemes-gallery.colls-8 figure.mythemes-item,
    .mythemes-gallery.colls-9 figure.mythemes-item {
        width: 33.33333333%;
    }

    .content-border.full .mythemes-gallery.colls-4 figure.mythemes-item,
    .content-border.full .mythemes-gallery.colls-5 figure.mythemes-item,
    .content-border.full .mythemes-gallery.colls-6 figure.mythemes-item,
    .content-border.full .mythemes-gallery.colls-7 figure.mythemes-item,
    .content-border.full .mythemes-gallery.colls-8 figure.mythemes-item,
    .content-border.full .mythemes-gallery.colls-9 figure.mythemes-item {
        width: 25%;
    }

    /* HEADLINE */
    .mythemes-gallery.colls-1 figure.mythemes-item figcaption h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .mythemes-gallery.colls-2 figure.mythemes-item figcaption h2 {
        font-size: 22px;
        line-height: 24px;
    }
    .mythemes-gallery.colls-3 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-4 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-5 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-6 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-7 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-8 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-9 figure.mythemes-item figcaption h2 {
        font-size: 16px;
        line-height: 18px;
    }

    /* FULL WIDTH HEADLINE */
    .content-border.full .mythemes-gallery.colls-1 figure.mythemes-item figcaption h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .content-border.full .mythemes-gallery.colls-2 figure.mythemes-item figcaption h2 {
        font-size: 22px;
        line-height: 24px;
    }
    .content-border.full .mythemes-gallery.colls-3 figure.mythemes-item figcaption h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .content-border.full .mythemes-gallery.colls-4 figure.mythemes-item figcaption h2,
    .content-border.full .mythemes-gallery.colls-5 figure.mythemes-item figcaption h2,
    .content-border.full .mythemes-gallery.colls-6 figure.mythemes-item figcaption h2,
    .content-border.full .mythemes-gallery.colls-7 figure.mythemes-item figcaption h2,
    .content-border.full .mythemes-gallery.colls-8 figure.mythemes-item figcaption h2,
    .content-border.full .mythemes-gallery.colls-9 figure.mythemes-item figcaption h2 {
        font-size: 16px;
        line-height: 18px;   
    }

    /* PARAGRAPHS */
    .mythemes-gallery.colls-1 figure.mythemes-item figcaption p {
        font-size: 16px;
        line-height: 18px;
    }
    .mythemes-gallery.colls-2 figure.mythemes-item figcaption p {
        font-size: 13px;
        line-height: 15px;
    }
    .mythemes-gallery.colls-3 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-4 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-5 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-6 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-7 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-8 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-9 figure.mythemes-item figcaption p {
        font-size: 10px;
        line-height: 12px;
    }

    /* FULL WIDTH PATAGRAPHS */
    .content-border.full .mythemes-gallery.colls-2 figure.mythemes-item figcaption p {
        font-size: 14px;
        line-height: 16px;
    }
    .content-border.full .mythemes-gallery.colls-3 figure.mythemes-item figcaption p {
        font-size: 13px;
        line-height: 15px;
    }
    .content-border.full .mythemes-gallery.colls-4 figure.mythemes-item figcaption p,
    .content-border.full .mythemes-gallery.colls-5 figure.mythemes-item figcaption p,
    .content-border.full .mythemes-gallery.colls-6 figure.mythemes-item figcaption p,
    .content-border.full .mythemes-gallery.colls-7 figure.mythemes-item figcaption p,
    .content-border.full .mythemes-gallery.colls-8 figure.mythemes-item figcaption p,
    .content-border.full .mythemes-gallery.colls-9 figure.mythemes-item figcaption p {
        font-size: 11px;
        line-height: 13px;
    }
}
@media ( min-width: 768px ) and ( max-width: 991px ){
    /* COLUMNS LENGTH */
    .mythemes-gallery.colls-1 figure.mythemes-item {
        width: 100%;
    }
    .mythemes-gallery.colls-2 figure.mythemes-item,
    .mythemes-gallery.colls-3 figure.mythemes-item,
    .mythemes-gallery.colls-4 figure.mythemes-item,
    .mythemes-gallery.colls-5 figure.mythemes-item,
    .mythemes-gallery.colls-6 figure.mythemes-item,
    .mythemes-gallery.colls-7 figure.mythemes-item,
    .mythemes-gallery.colls-8 figure.mythemes-item,
    .mythemes-gallery.colls-9 figure.mythemes-item {
        width: 50%;
    }

    .content-border.full .mythemes-gallery.colls-3 figure.mythemes-item,
    .content-border.full .mythemes-gallery.colls-4 figure.mythemes-item,
    .content-border.full .mythemes-gallery.colls-5 figure.mythemes-item,
    .content-border.full .mythemes-gallery.colls-6 figure.mythemes-item,
    .content-border.full .mythemes-gallery.colls-7 figure.mythemes-item,
    .content-border.full .mythemes-gallery.colls-8 figure.mythemes-item,
    .content-border.full .mythemes-gallery.colls-9 figure.mythemes-item {
        width: 33.33333333%;
    }

    /* HEADLINE */
    .mythemes-gallery.colls-1 figure.mythemes-item figcaption h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .mythemes-gallery.colls-2 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-3 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-4 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-5 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-6 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-7 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-8 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-9 figure.mythemes-item figcaption h2 {
        font-size: 16px;
        line-height: 18px;
    }

    /* FULL WIDTH HEADLINE */
    .content-border.full .mythemes-gallery.colls-1 figure.mythemes-item figcaption h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .content-border.full .mythemes-gallery.colls-2 figure.mythemes-item figcaption h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .content-border.full .mythemes-gallery.colls-3 figure.mythemes-item figcaption h2,
    .content-border.full .mythemes-gallery.colls-4 figure.mythemes-item figcaption h2,
    .content-border.full .mythemes-gallery.colls-5 figure.mythemes-item figcaption h2,
    .content-border.full .mythemes-gallery.colls-6 figure.mythemes-item figcaption h2,
    .content-border.full .mythemes-gallery.colls-7 figure.mythemes-item figcaption h2,
    .content-border.full .mythemes-gallery.colls-8 figure.mythemes-item figcaption h2,
    .content-border.full .mythemes-gallery.colls-9 figure.mythemes-item figcaption h2 {
        font-size: 16px;
        line-height: 18px;
    }


    /* PARAGRAPHS */
    .mythemes-gallery.colls-1 figure.mythemes-item figcaption p {
        font-size: 14px;
        line-height: 16px;
    }
    .mythemes-gallery.colls-2 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-3 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-4 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-5 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-6 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-7 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-8 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-9 figure.mythemes-item figcaption p {
        font-size: 11px;
        line-height: 13px;
    }

    /* FULL WIDTH PATAGRAPHS */
    .content-border.full .mythemes-gallery.colls-1 figure.mythemes-item figcaption p {
        font-size: 16px;
        line-height: 18px;
    }
    .content-border.full .mythemes-gallery.colls-2 figure.mythemes-item figcaption p {
        font-size: 13px;
        line-height: 15px;
    }

    .content-border.full .mythemes-gallery.colls-3 figure.mythemes-item figcaption p,
    .content-border.full .mythemes-gallery.colls-4 figure.mythemes-item figcaption p,
    .content-border.full .mythemes-gallery.colls-5 figure.mythemes-item figcaption p,
    .content-border.full .mythemes-gallery.colls-6 figure.mythemes-item figcaption p,
    .content-border.full .mythemes-gallery.colls-7 figure.mythemes-item figcaption p,
    .content-border.full .mythemes-gallery.colls-8 figure.mythemes-item figcaption p,
    .content-border.full .mythemes-gallery.colls-9 figure.mythemes-item figcaption p {
        font-size: 11px;
        line-height: 15px;
    }
}
@media ( min-width: 481px ) and ( max-width: 767px ){
    /* COLUMNS LENGTH */
    .mythemes-gallery.colls-1 figure.mythemes-item{
        width: 100%;
    }
    .mythemes-gallery.colls-2 figure.mythemes-item,
    .mythemes-gallery.colls-3 figure.mythemes-item,
    .mythemes-gallery.colls-4 figure.mythemes-item,
    .mythemes-gallery.colls-5 figure.mythemes-item,
    .mythemes-gallery.colls-6 figure.mythemes-item,
    .mythemes-gallery.colls-7 figure.mythemes-item,
    .mythemes-gallery.colls-8 figure.mythemes-item,
    .mythemes-gallery.colls-9 figure.mythemes-item {
        width: 50%;
    }

    /* HEADLINE */
    .mythemes-gallery.colls-1 figure.mythemes-item figcaption h2{
        font-size: 24px;
        line-height: 30px;
    }
    .mythemes-gallery.colls-2 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-3 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-4 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-5 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-6 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-7 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-8 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-9 figure.mythemes-item figcaption h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .content-border.full .mythemes-gallery.colls-1 figure.mythemes-item figcaption h2{
        font-size: 24px;
        line-height: 30px;
    }
    .content-border.full .mythemes-gallery.colls-2 figure.mythemes-item figcaption h2,
    .content-border.full .mythemes-gallery.colls-3 figure.mythemes-item figcaption h2,
    .content-border.full .mythemes-gallery.colls-4 figure.mythemes-item figcaption h2,
    .content-border.full .mythemes-gallery.colls-5 figure.mythemes-item figcaption h2,
    .content-border.full .mythemes-gallery.colls-6 figure.mythemes-item figcaption h2,
    .content-border.full .mythemes-gallery.colls-7 figure.mythemes-item figcaption h2,
    .content-border.full .mythemes-gallery.colls-8 figure.mythemes-item figcaption h2,
    .content-border.full .mythemes-gallery.colls-9 figure.mythemes-item figcaption h2 {
        font-size: 18px;
        line-height: 22px;
    }

    /* PARAGRAPHS */
    .mythemes-gallery.colls-1 figure.mythemes-item figcaption p{
        font-size: 14px;
        line-height: 18px;
    }
    .mythemes-gallery.colls-2 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-3 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-4 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-5 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-6 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-7 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-8 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-9 figure.mythemes-item figcaption p {
        font-size: 11px;
        line-height: 15px;
    }
}
@media ( max-width: 480px ){
    .mythemes-gallery.colls-1 figure.mythemes-item,
    .mythemes-gallery.colls-2 figure.mythemes-item,
    .mythemes-gallery.colls-3 figure.mythemes-item,
    .mythemes-gallery.colls-4 figure.mythemes-item,
    .mythemes-gallery.colls-5 figure.mythemes-item,
    .mythemes-gallery.colls-6 figure.mythemes-item,
    .mythemes-gallery.colls-7 figure.mythemes-item,
    .mythemes-gallery.colls-8 figure.mythemes-item,
    .mythemes-gallery.colls-9 figure.mythemes-item {
        width: 100%;
    }

    .mythemes-gallery.colls-1 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-2 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-3 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-4 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-5 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-6 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-7 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-8 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-9 figure.mythemes-item figcaption h2,

    .mythemes-gallery.colls-1 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-2 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-3 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-4 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-5 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-6 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-7 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-8 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-9 figure.mythemes-item figcaption p{
        display: none;
    }

    .mythemes-gallery.colls-1 figure.mythemes-item figcaption a,
    .mythemes-gallery.colls-2 figure.mythemes-item figcaption a,
    .mythemes-gallery.colls-3 figure.mythemes-item figcaption a,
    .mythemes-gallery.colls-4 figure.mythemes-item figcaption a,
    .mythemes-gallery.colls-5 figure.mythemes-item figcaption a,
    .mythemes-gallery.colls-6 figure.mythemes-item figcaption a,
    .mythemes-gallery.colls-7 figure.mythemes-item figcaption a,
    .mythemes-gallery.colls-8 figure.mythemes-item figcaption a,
    .mythemes-gallery.colls-9 figure.mythemes-item figcaption a{
        background-image: url( ../img/zoom.png);
        background-position: center center;
        background-repeat: no-repeat;

        opacity: 0;
        filter: alpha(opacity=0);
    }

    .mythemes-gallery.colls-1 figure.mythemes-item:hover figcaption a,
    .mythemes-gallery.colls-2 figure.mythemes-item:hover figcaption a,
    .mythemes-gallery.colls-3 figure.mythemes-item:hover figcaption a,
    .mythemes-gallery.colls-4 figure.mythemes-item:hover figcaption a,
    .mythemes-gallery.colls-5 figure.mythemes-item:hover figcaption a,
    .mythemes-gallery.colls-6 figure.mythemes-item:hover figcaption a,
    .mythemes-gallery.colls-7 figure.mythemes-item:hover figcaption a,
    .mythemes-gallery.colls-8 figure.mythemes-item:hover figcaption a,
    .mythemes-gallery.colls-9 figure.mythemes-item:hover figcaption a{
        opacity: 1;
        filter: alpha(opacity=100);   
    }
}




/* EFFECT APOLLO */
.mythemes-gallery figure.mythemes-item.effect-apollo div.mythemes-thumbnail {
    background: #000000;
}
.mythemes-gallery figure.mythemes-item.effect-apollo div.mythemes-thumbnail img {
    opacity: 0.95;
    filter: alpha(opacity=95);

    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
       -moz-transition: opacity 0.35s, -moz-transform 0.35s;
        -ms-transition: opacity 0.35s, -ms-transform 0.35s;
         -o-transition: opacity 0.35s, -o-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;

    -webkit-transform: scale3d(1.05, 1.05, 1);
       -moz-transform: scale3d(1.05, 1.05, 1);
        -ms-transform: scale3d(1.05, 1.05, 1);
         -o-transform: scale3d(1.05, 1.05, 1);
            transform: scale3d(1.05, 1.05, 1);
}
.mythemes-gallery figure.mythemes-item.effect-apollo div.mythemes-thumbnail figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';

    -webkit-transition: -webkit-transform 0.6s;
       -moz-transition: -moz-transform 0.6s;
        -ms-transition: -ms-transform 0.6s;
         -o-transition: -o-transform 0.6s;
            transition: transform 0.6s;

    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -115%, 0);
       -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -115%, 0);
        -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -115%, 0);
         -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -115%, 0);
            transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -115%, 0);
}
.mythemes-gallery figure.mythemes-item.effect-apollo div.mythemes-thumbnail p {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 1em;
    max-width: 100%;
    border-right: 4px solid #fff;
    text-align: right;

    opacity: 0;
    filter: alpha(opacity=0);

    -webkit-transition: opacity 0.35s;
       -moz-transition: opacity 0.35s;
        -ms-transition: opacity 0.35s;
         -o-transition: opacity 0.35s;
            transition: opacity 0.35s;
}
.mythemes-gallery figure.mythemes-item.effect-apollo div.mythemes-thumbnail h2 {
    text-align: left;
}
.mythemes-gallery figure.mythemes-item.effect-apollo div.mythemes-thumbnail:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);

    -webkit-transform: scale3d(1, 1, 1);
       -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
         -o-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
}
.mythemes-gallery figure.mythemes-item.effect-apollo div.mythemes-thumbnail:hover figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
       -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
        -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
         -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
            transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
}
.mythemes-gallery figure.mythemes-item.effect-apollo div.mythemes-thumbnail:hover p {
    opacity: 1;
    filter: alpha(opacity=100);

    -webkit-transition-delay: 0.1s;
       -moz-transition-delay: 0.1s;
        -ms-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
}


/* FIGCAPTION */
.mythemes-gallery.colls-1 figure.mythemes-item.effect-apollo figcaption {
    padding: 55px;
}
.mythemes-gallery.colls-2 figure.mythemes-item.effect-apollo figcaption {
    padding: 45px;
}
.mythemes-gallery.colls-3 figure.mythemes-item.effect-apollo figcaption {
    padding: 35px;
}
.mythemes-gallery.colls-4 figure.mythemes-item.effect-apollo figcaption {
    padding: 25px;
}
.mythemes-gallery.colls-5 figure.mythemes-item.effect-apollo figcaption {
    padding: 15px;
}

/* PARAGRAPHS */
.mythemes-gallery.colls-1 figure.mythemes-item.effect-apollo figcaption p {
    margin: 55px;
}
.mythemes-gallery.colls-2 figure.mythemes-item.effect-apollo figcaption p {
    margin: 45px;
}
.mythemes-gallery.colls-3 figure.mythemes-item.effect-apollo figcaption p {
    margin: 35px;
}
.mythemes-gallery.colls-4 figure.mythemes-item.effect-apollo figcaption p {
    margin: 25px;
}
.mythemes-gallery.colls-5 figure.mythemes-item.effect-apollo figcaption p {
    margin: 15px;
}

/* FULL */
.content-border.full .mythemes-gallery.colls-1 figure.mythemes-item.effect-apollo figcaption {
    padding: 60px;
}
.content-border.full .mythemes-gallery.colls-2 figure.mythemes-item.effect-apollo figcaption {
    padding: 50px;
}
.content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-apollo figcaption {
    padding: 40px;
}
.content-border.full .mythemes-gallery.colls-4 figure.mythemes-item.effect-apollo figcaption {
    padding: 30px;
}
.content-border.full .mythemes-gallery.colls-5 figure.mythemes-item.effect-apollo figcaption {
    padding: 20px;
}

/* PARAGRAPHS */
.content-border.full .mythemes-gallery.colls-1 figure.mythemes-item.effect-apollo figcaption p {
    margin: 60px;
}
.content-border.full .mythemes-gallery.colls-2 figure.mythemes-item.effect-apollo figcaption p {
    margin: 50px;
}
.content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-apollo figcaption p {
    margin: 40px;
}
.content-border.full .mythemes-gallery.colls-4 figure.mythemes-item.effect-apollo figcaption p {
    margin: 30px;
}
.content-border.full .mythemes-gallery.colls-5 figure.mythemes-item.effect-apollo figcaption p {
    margin: 20px;
}


@media ( min-width: 992px ) and (max-width: 1199px ){
    /* FIGCAPTIONS SPACE */
    .mythemes-gallery.colls-1 figure.mythemes-item.effect-apollo figcaption {
        padding: 60px;
    }
    .mythemes-gallery.colls-2 figure.mythemes-item.effect-apollo figcaption {
        padding: 30px;
    }
    .mythemes-gallery.colls-3 figure.mythemes-item.effect-apollo figcaption,
    .mythemes-gallery.colls-4 figure.mythemes-item.effect-apollo figcaption,
    .mythemes-gallery.colls-5 figure.mythemes-item.effect-apollo figcaption,
    .mythemes-gallery.colls-6 figure.mythemes-item.effect-apollo figcaption,
    .mythemes-gallery.colls-7 figure.mythemes-item.effect-apollo figcaption,
    .mythemes-gallery.colls-8 figure.mythemes-item.effect-apollo figcaption,
    .mythemes-gallery.colls-9 figure.mythemes-item.effect-apollo figcaption {
        padding: 25px;
    }

    .content-border.full .mythemes-gallery.colls-2 figure.mythemes-item.effect-apollo figcaption {
        padding: 40px;
    }
    .content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-apollo figcaption{
        padding: 30px;   
    }

    /* PARAGRAPHS */
    .mythemes-gallery.colls-1 figure.mythemes-item.effect-apollo figcaption p {
        margin: 60px;
    }
    .mythemes-gallery.colls-2 figure.mythemes-item.effect-apollo figcaption p {
        margin: 30px;
    }
    .mythemes-gallery.colls-3 figure.mythemes-item.effect-apollo figcaption p,
    .mythemes-gallery.colls-4 figure.mythemes-item.effect-apollo figcaption p,
    .mythemes-gallery.colls-5 figure.mythemes-item.effect-apollo figcaption p,
    .mythemes-gallery.colls-6 figure.mythemes-item.effect-apollo figcaption p,
    .mythemes-gallery.colls-7 figure.mythemes-item.effect-apollo figcaption p,
    .mythemes-gallery.colls-8 figure.mythemes-item.effect-apollo figcaption p,
    .mythemes-gallery.colls-9 figure.mythemes-item.effect-apollo figcaption p {
        margin: 25px;
    }

    /* FULL WIDTH PATAGRAPHS */
    .content-border.full .mythemes-gallery.colls-2 figure.mythemes-item.effect-apollo figcaption p {
        margin: 40px;
    }
    .content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-apollo figcaption p {
        margin: 30px;
    }
}
@media ( min-width: 768px ) and ( max-width: 991px ){
    /* FIGCAPTIONS SPACE */
    .mythemes-gallery.colls-1 figure.mythemes-item.effect-apollo figcaption {
        padding: 30px;
    }
    .mythemes-gallery.colls-2 figure.mythemes-item.effect-apollo figcaption,
    .mythemes-gallery.colls-3 figure.mythemes-item.effect-apollo figcaption,
    .mythemes-gallery.colls-4 figure.mythemes-item.effect-apollo figcaption,
    .mythemes-gallery.colls-5 figure.mythemes-item.effect-apollo figcaption,
    .mythemes-gallery.colls-6 figure.mythemes-item.effect-apollo figcaption,
    .mythemes-gallery.colls-7 figure.mythemes-item.effect-apollo figcaption,
    .mythemes-gallery.colls-8 figure.mythemes-item.effect-apollo figcaption,
    .mythemes-gallery.colls-9 figure.mythemes-item.effect-apollo figcaption {
        padding: 15px;
    }

    .content-border.full .mythemes-gallery.colls-1 figure.mythemes-item.effect-apollo figcaption{
        padding: 50px;
    }
    .content-border.full .mythemes-gallery.colls-2 figure.mythemes-item.effect-apollo figcaption{
        padding: 35px;
    }
    .content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-apollo figcaption,
    .content-border.full .mythemes-gallery.colls-4 figure.mythemes-item.effect-apollo figcaption,
    .content-border.full .mythemes-gallery.colls-5 figure.mythemes-item.effect-apollo figcaption,
    .content-border.full .mythemes-gallery.colls-6 figure.mythemes-item.effect-apollo figcaption,
    .content-border.full .mythemes-gallery.colls-7 figure.mythemes-item.effect-apollo figcaption,
    .content-border.full .mythemes-gallery.colls-8 figure.mythemes-item.effect-apollo figcaption,
    .content-border.full .mythemes-gallery.colls-9 figure.mythemes-item.effect-apollo figcaption {
        padding: 25px;
    }


    /* PARAGRAPHS */
    .mythemes-gallery.colls-1 figure.mythemes-item.effect-apollo figcaption p {
        margin: 30px;
    }
    .mythemes-gallery.colls-2 figure.mythemes-item.effect-apollo figcaption p,
    .mythemes-gallery.colls-3 figure.mythemes-item.effect-apollo figcaption p,
    .mythemes-gallery.colls-4 figure.mythemes-item.effect-apollo figcaption p,
    .mythemes-gallery.colls-5 figure.mythemes-item.effect-apollo figcaption p,
    .mythemes-gallery.colls-6 figure.mythemes-item.effect-apollo figcaption p,
    .mythemes-gallery.colls-7 figure.mythemes-item.effect-apollo figcaption p,
    .mythemes-gallery.colls-8 figure.mythemes-item.effect-apollo figcaption p,
    .mythemes-gallery.colls-9 figure.mythemes-item.effect-apollo figcaption p {
        margin: 15px;
    }

    /* FULL WIDTH PATAGRAPHS */
    .content-border.full .mythemes-gallery.colls-1 figure.mythemes-item.effect-apollo figcaption p {
        margin: 50px;
    }
    .content-border.full .mythemes-gallery.colls-2 figure.mythemes-item.effect-apollo figcaption p {
        margin: 35px;
    }

    .content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-apollo figcaption p,
    .content-border.full .mythemes-gallery.colls-4 figure.mythemes-item.effect-apollo figcaption p,
    .content-border.full .mythemes-gallery.colls-5 figure.mythemes-item.effect-apollo figcaption p,
    .content-border.full .mythemes-gallery.colls-6 figure.mythemes-item.effect-apollo figcaption p,
    .content-border.full .mythemes-gallery.colls-7 figure.mythemes-item.effect-apollo figcaption p,
    .content-border.full .mythemes-gallery.colls-8 figure.mythemes-item.effect-apollo figcaption p,
    .content-border.full .mythemes-gallery.colls-9 figure.mythemes-item.effect-apollo figcaption p {
        margin: 25px;
    }
}
@media ( min-width: 481px ) and ( max-width: 767px ){
    /* FIGCAPTIONS SPACE */
    .mythemes-gallery.colls-1 figure.mythemes-item.effect-apollo figcaption{
        padding: 35px;
    }
    .mythemes-gallery.colls-2 figure.mythemes-item.effect-apollo figcaption,
    .mythemes-gallery.colls-3 figure.mythemes-item.effect-apollo figcaption,
    .mythemes-gallery.colls-4 figure.mythemes-item.effect-apollo figcaption,
    .mythemes-gallery.colls-5 figure.mythemes-item.effect-apollo figcaption,
    .mythemes-gallery.colls-6 figure.mythemes-item.effect-apollo figcaption,
    .mythemes-gallery.colls-7 figure.mythemes-item.effect-apollo figcaption,
    .mythemes-gallery.colls-8 figure.mythemes-item.effect-apollo figcaption,
    .mythemes-gallery.colls-9 figure.mythemes-item.effect-apollo figcaption {
        padding: 20px;
    }

    /* PARAGRAPHS */
    .mythemes-gallery.colls-1 figure.mythemes-item.effect-apollo figcaption p{
        margin: 35px;
    }
    .mythemes-gallery.colls-2 figure.mythemes-item.effect-apollo figcaption p,
    .mythemes-gallery.colls-3 figure.mythemes-item.effect-apollo figcaption p,
    .mythemes-gallery.colls-4 figure.mythemes-item.effect-apollo figcaption p,
    .mythemes-gallery.colls-5 figure.mythemes-item.effect-apollo figcaption p,
    .mythemes-gallery.colls-6 figure.mythemes-item.effect-apollo figcaption p,
    .mythemes-gallery.colls-7 figure.mythemes-item.effect-apollo figcaption p,
    .mythemes-gallery.colls-8 figure.mythemes-item.effect-apollo figcaption p,
    .mythemes-gallery.colls-9 figure.mythemes-item.effect-apollo figcaption p {
        margin: 20px;
    }
}




/* EFFECT JAZZ */
.mythemes-gallery figure.mythemes-item.effect-jazz div.mythemes-thumbnail {
    background: -webkit-linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%);
    background: -moz-linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%);
    background: -ms-linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%);
    background: -o-linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%);
    background: linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%);
}
.mythemes-gallery figure.mythemes-item.effect-jazz div.mythemes-thumbnail img {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.mythemes-gallery figure.mythemes-item.effect-jazz div.mythemes-thumbnail figcaption::after,
.mythemes-gallery figure.mythemes-item.effect-jazz div.mythemes-thumbnail img,
.mythemes-gallery figure.mythemes-item.effect-jazz div.mythemes-thumbnail p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
       -moz-transition: opacity 0.35s, -moz-transform 0.35s;
        -ms-transition: opacity 0.35s, -ms-transform 0.35s;
         -o-transition: opacity 0.35s, -o-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
}
.mythemes-gallery figure.mythemes-item.effect-jazz div.mythemes-thumbnail figcaption::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px dashed #ffffff;
    border-bottom: 1px dashed #ffffff;

    content: '';

    opacity: 0;
    filter: alpha(opacity=0);
  
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
       -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
        -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
         -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
            transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);

    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
         -o-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
}
.mythemes-gallery figure.mythemes-item.effect-jazz div.mythemes-thumbnail figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    display: table;
    valign: middle;
    vertical-align: central;
    vertical-align: middle;
    text-align: center;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;

    -webkit-box-pack: center;
       -moz-box-pack: center;

    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.mythemes-gallery figure.mythemes-item.effect-jazz div.mythemes-thumbnail figcaption > div {
    text-align: center;
    width: 100%;
    valign: middle;
    vertical-align: central;
    vertical-align: middle;
    width: 80%;
}
.mythemes-gallery figure.mythemes-item.effect-jazz div.mythemes-thumbnail h2,
.mythemes-gallery figure.mythemes-item.effect-jazz div.mythemes-thumbnail p {
    margin: 0px;

    opacity: 1;
    filter: alpha(opacity=100);

    -webkit-transform: scale3d(0.8, 0.8, 1);
       -moz-transform: scale3d(0.8, 0.8, 1);
        -ms-transform: scale3d(0.8, 0.8, 1);
         -o-transform: scale3d(0.8, 0.8, 1);
            transform: scale3d(0.8, 0.8, 1);
}
.mythemes-gallery figure.mythemes-item.effect-jazz div.mythemes-thumbnail h2 {
    padding-top: 0.5em;

    -webkit-transition: -webkit-transform 0.35s;
       -moz-transition: -moz-transform 0.35s;
        -ms-transition: -ms-transform 0.35s;
         -o-transition: -o-transform 0.35s;
            transition: transform 0.35s;
}
.mythemes-gallery figure.mythemes-item.effect-jazz div.mythemes-thumbnail p {
    padding-top: 1em;
    text-transform: none;

    opacity: 0;
    filter: alpha(opacity=0);
}
.mythemes-gallery figure.mythemes-item.effect-jazz div.mythemes-thumbnail:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);

    -webkit-transform: scale3d(1.05, 1.05, 1);
       -moz-transform: scale3d(1.05, 1.05, 1);
        -ms-transform: scale3d(1.05, 1.05, 1);
         -o-transform: scale3d(1.05, 1.05, 1);
            transform: scale3d(1.05, 1.05, 1);
}
.mythemes-gallery figure.mythemes-item.effect-jazz div.mythemes-thumbnail:hover figcaption::after {
    opacity: 1;
    filter: alpha(opacity=100);

    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
       -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
        -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
         -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
            transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}
.mythemes-gallery figure.mythemes-item.effect-jazz div.mythemes-thumbnail:hover h2,
.mythemes-gallery figure.mythemes-item.effect-jazz div.mythemes-thumbnail:hover p {
    opacity: 1;
    filter: alpha(opacity=100);

    -webkit-transform: scale3d(1, 1, 1);
       -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
         -o-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
}


@media ( min-width: 992px ) and (max-width: 1199px ){}
@media ( min-width: 768px ) and ( max-width: 991px ){}
@media ( min-width: 481px ) and ( max-width: 767px ){}




/* EFFECT DUKE */
.mythemes-gallery figure.mythemes-item.effect-duke div.mythemes-thumbnail {
    background: -webkit-linear-gradient(-45deg, #34495e 0%, #cc6055 100%);
    background: -moz-linear-gradient(-45deg, #34495e 0%, #cc6055 100%);
    background: -ms-linear-gradient(-45deg, #34495e 0%, #cc6055 100%);
    background: -o-linear-gradient(-45deg, #34495e 0%, #cc6055 100%);
    background: linear-gradient(-45deg, #34495e 0%, #cc6055 100%);
}
.mythemes-gallery figure.mythemes-item.effect-duke div.mythemes-thumbnail img,
.mythemes-gallery figure.mythemes-item.effect-duke div.mythemes-thumbnail p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
       -moz-transition: opacity 0.35s, -moz-transform 0.35s;
        -ms-transition: opacity 0.35s, -ms-transform 0.35s;
         -o-transition: opacity 0.35s, -o-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
}
.mythemes-gallery figure.mythemes-item.effect-duke div.mythemes-thumbnail:hover img {
    opacity: 0.1;
    filter: alpha(opacity=10);

    -webkit-transform: scale3d(2, 2, 1);
       -moz-transform: scale3d(2, 2, 1);
        -ms-transform: scale3d(2, 2, 1);
         -o-transform: scale3d(2, 2, 1);
            transform: scale3d(2, 2, 1);
}
.mythemes-gallery figure.mythemes-item.effect-duke div.mythemes-thumbnail h2 {
    -webkit-transition: -webkit-transform 0.35s;
       -moz-transition: -moz-transform 0.35s;
        -ms-transition: -ms-transform 0.35s;
         -o-transition: -o-transform 0.35s;
            transition: transform 0.35s;

    -webkit-transform: scale3d(0.8, 0.8, 1);
       -moz-transform: scale3d(0.8, 0.8, 1);
        -ms-transform: scale3d(0.8, 0.8, 1);
         -o-transform: scale3d(0.8, 0.8, 1);
            transform: scale3d(0.8, 0.8, 1);

    -webkit-transform-origin: 50% 100%;
       -moz-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
         -o-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
}
.mythemes-gallery figure.mythemes-item.effect-duke div.mythemes-thumbnail h2 {
    margin-top: 2em;
}
.mythemes-gallery figure.mythemes-item.effect-duke div.mythemes-thumbnail p {
    border: 2px solid #fff;
    display: block;
    position: absolute;
    left: 10%;
    bottom: 1.2em;
    width: 80%;
    padding: 7%;
    margin: 0px;
    text-transform: none;

    opacity: 0;
    filter: alpha(opacity=0);

    -webkit-transform: scale3d(0.8, 0.8, 1);
       -moz-transform: scale3d(0.8, 0.8, 1);
        -ms-transform: scale3d(0.8, 0.8, 1);
         -o-transform: scale3d(0.8, 0.8, 1);
            transform: scale3d(0.8, 0.8, 1);

    -webkit-transform-origin: 50% -100%;
       -moz-transform-origin: 50% -100%;
        -ms-transform-origin: 50% -100%;
         -o-transform-origin: 50% -100%;
            transform-origin: 50% -100%;
}
.mythemes-gallery figure.mythemes-item.effect-duke div.mythemes-thumbnail:hover h2,
.mythemes-gallery figure.mythemes-item.effect-duke div.mythemes-thumbnail:hover p {
    opacity: 1;
    filter: alpha(opacity=100);

    -webkit-transform: scale3d(1, 1, 1);
       -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
         -o-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
}

@media (min-width: 1200px ){
    .mythemes-gallery.colls-6 figure.mythemes-item.effect-duke div.mythemes-thumbnail h2,
    .mythemes-gallery.colls-6 figure.mythemes-item.effect-duke div.mythemes-thumbnail p,
    .mythemes-gallery.colls-7 figure.mythemes-item.effect-duke div.mythemes-thumbnail h2,
    .mythemes-gallery.colls-7 figure.mythemes-item.effect-duke div.mythemes-thumbnail p,
    .mythemes-gallery.colls-8 figure.mythemes-item.effect-duke div.mythemes-thumbnail h2,
    .mythemes-gallery.colls-8 figure.mythemes-item.effect-duke div.mythemes-thumbnail p,
    .mythemes-gallery.colls-9 figure.mythemes-item.effect-duke div.mythemes-thumbnail h2,
    .mythemes-gallery.colls-9 figure.mythemes-item.effect-duke div.mythemes-thumbnail p {
        display: none;
    }
}
@media (max-width: 480px ){
    .mythemes-gallery.colls-1 figure.mythemes-item.effect-duke div.mythemes-thumbnail h2,
    .mythemes-gallery.colls-1 figure.mythemes-item.effect-duke div.mythemes-thumbnail p,
    .mythemes-gallery.colls-2 figure.mythemes-item.effect-duke div.mythemes-thumbnail h2,
    .mythemes-gallery.colls-2 figure.mythemes-item.effect-duke div.mythemes-thumbnail p,
    .mythemes-gallery.colls-3 figure.mythemes-item.effect-duke div.mythemes-thumbnail h2,
    .mythemes-gallery.colls-3 figure.mythemes-item.effect-duke div.mythemes-thumbnail p,
    .mythemes-gallery.colls-4 figure.mythemes-item.effect-duke div.mythemes-thumbnail h2,
    .mythemes-gallery.colls-4 figure.mythemes-item.effect-duke div.mythemes-thumbnail p,
    .mythemes-gallery.colls-5 figure.mythemes-item.effect-duke div.mythemes-thumbnail h2,
    .mythemes-gallery.colls-5 figure.mythemes-item.effect-duke div.mythemes-thumbnail p,
    .mythemes-gallery.colls-6 figure.mythemes-item.effect-duke div.mythemes-thumbnail h2,
    .mythemes-gallery.colls-6 figure.mythemes-item.effect-duke div.mythemes-thumbnail p,
    .mythemes-gallery.colls-7 figure.mythemes-item.effect-duke div.mythemes-thumbnail h2,
    .mythemes-gallery.colls-7 figure.mythemes-item.effect-duke div.mythemes-thumbnail p,
    .mythemes-gallery.colls-8 figure.mythemes-item.effect-duke div.mythemes-thumbnail h2,
    .mythemes-gallery.colls-8 figure.mythemes-item.effect-duke div.mythemes-thumbnail p,
    .mythemes-gallery.colls-9 figure.mythemes-item.effect-duke div.mythemes-thumbnail h2,
    .mythemes-gallery.colls-9 figure.mythemes-item.effect-duke div.mythemes-thumbnail p {
        display: none;
    }
}




/* EFFECT BUBBA */
.mythemes-gallery figure.mythemes-item.effect-bubba div.mythemes-thumbnail {
    background: #9e5406;
}
.mythemes-gallery figure.mythemes-item.effect-bubba div.mythemes-thumbnail img {
    opacity: 0.7;
    filter: alpha(opacity=70);

    -webkit-transition: opacity 0.35s;
       -moz-transition: opacity 0.35s;
        -ms-transition: opacity 0.35s;
         -o-transition: opacity 0.35s;
            transition: opacity 0.35s;
}
.mythemes-gallery figure.mythemes-item.effect-bubba div.mythemes-thumbnail:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.mythemes-gallery figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;

    valign: middle;
    vertical-align: central;
    vertical-align: middle;
    text-align: center;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.mythemes-gallery figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption div {
    text-align: center;
    width: 100%;
    valign: middle;
    vertical-align: central;
    vertical-align: middle;
}
.mythemes-gallery figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
.mythemes-gallery figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after {
    position: absolute;
    content: '';

    opacity: 0;
    filter: alpha(opacity=0);

    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
       -moz-transition: opacity 0.35s, -moz-transform 0.35s;
        -ms-transition: opacity 0.35s, -ms-transform 0.35s;
         -o-transition: opacity 0.35s, -o-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
}
.mythemes-gallery figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before {
    border-top: 4px double #ffffff;
    border-bottom: 4px double #ffffff;

    -webkit-transform: scale(0, 1);
       -moz-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
         -o-transform: scale(0, 1);
            transform: scale(0, 1);
}
.mythemes-gallery figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after {
    border-right: 4px double #ffffff;
    border-left: 4px double #ffffff;

    -webkit-transform: scale(1, 0);
       -moz-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
         -o-transform: scale(1, 0);
            transform: scale(1, 0);
}
.mythemes-gallery figure.mythemes-item.effect-bubba div.mythemes-thumbnail h2 {
    -webkit-transition: -webkit-transform 0.35s;
       -moz-transition: -moz-transform 0.35s;
        -ms-transition: -ms-transform 0.35s;
         -o-transition: -o-transform 0.35s;
            transition: transform 0.35s;

    -webkit-transform: translate3d(0, -20px, 0);
       -moz-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
         -o-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
}
.mythemes-gallery figure.mythemes-item.effect-bubba div.mythemes-thumbnail p {
    padding-top: 1em;
    margin: 0px;

    opacity: 0;
    filter: alpha(opacity=0);

    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
       -moz-transition: opacity 0.35s, -moz-transform 0.35s;
        -ms-transition: opacity 0.35s, -ms-transform 0.35s;
         -o-transition: opacity 0.35s, -o-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;

    -webkit-transform: translate3d(0, 20px, 0);
       -moz-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
         -o-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
}
.mythemes-gallery figure.mythemes-item.effect-bubba div.mythemes-thumbnail:hover figcaption::before,
.mythemes-gallery figure.mythemes-item.effect-bubba div.mythemes-thumbnail:hover figcaption::after {
    opacity: 1;
    filter: alpha(opacity=100);

    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}
.mythemes-gallery figure.mythemes-item.effect-bubba div.mythemes-thumbnail:hover h2,
.mythemes-gallery figure.mythemes-item.effect-bubba div.mythemes-thumbnail:hover p {
    opacity: 1;
    filter: alpha(opacity=100);

    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}


.mythemes-gallery.colls-1 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
.mythemes-gallery.colls-1 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after {
    left: 50px;
    right: 50px;
    top: 50px;
    bottom: 50px;
}
.mythemes-gallery.colls-1 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
    padding-left: 75px;
    padding-right: 75px;
}
.mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
.mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after {
    left: 40px;
    right: 40px;
    top: 40px;
    bottom: 40px;
}
.mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
    padding-left: 60px;
    padding-right: 60px;
}
.mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
.mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after {
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
}
.mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
    padding-left: 45px;
    padding-right: 45px;
}
.mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
.mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after {
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
}
.mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
    padding-left: 30px;
    padding-right: 30px;
}
.mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
.mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after {
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
}
.mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
    padding-left: 20px;
    padding-right: 20px;
}
.mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
.mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
.mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
.mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
.mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
.mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
.mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
.mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
}
.mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
.mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
.mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
.mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
    padding-left: 15px;
    padding-right: 15px;
}

.content-border.full .mythemes-gallery.colls-1 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
.content-border.full .mythemes-gallery.colls-1 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after {
    left: 60px;
    right: 60px;
    top: 60px;
    bottom: 60px;
}
.content-border.full .mythemes-gallery.colls-1 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
    padding-left: 90px;
    padding-right: 90px;
}
.content-border.full .mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
.content-border.full .mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after {
    left: 50px;
    right: 50px;
    top: 50px;
    bottom: 50px;
}
.content-border.full .mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
    padding-left: 75px;
    padding-right: 75px;
}
.content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
.content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after {
    left: 40px;
    right: 40px;
    top: 40px;
    bottom: 40px;
}
.content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
    padding-left: 60px;
    padding-right: 60px;
}
.content-border.full .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
.content-border.full .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after {
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
}
.content-border.full .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
    padding-left: 45px;
    padding-right: 45px;
}
.content-border.full .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
.content-border.full .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after {
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
}
.content-border.full .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
    padding-left: 30px;
    padding-right: 30px;
}
.content-border.full .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
.content-border.full .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
.content-border.full .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
.content-border.full .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
.content-border.full .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
.content-border.full .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
.content-border.full .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
.content-border.full .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after {
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;   
}
.content-border.full .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
.content-border.full .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
.content-border.full .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
.content-border.full .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
    padding-left: 20px;
    padding-right: 20px;
}


@media ( min-width: 992px ) and (max-width: 1199px ){
    .mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after{
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
    }

    .mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption{
        padding-left: 45px;
        padding-right: 45px;
    }

    .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after {
        left: 20px;
        right: 20px;
        top: 20px;
        bottom: 20px;
    }

    .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
        padding-left: 30px;
        padding-right: 30px;
    }

    .content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after {
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
    }
    .content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
        padding-left: 45px;
        padding-right: 45px;
    }
    .content-border.full .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .content-border.full .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .content-border.full .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .content-border.full .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .content-border.full .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .content-border.full .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after {
        left: 20px;
        right: 20px;
        top: 20px;
        bottom: 20px;
    }
    .content-border.full .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media ( min-width: 768px ) and ( max-width: 991px ){
    .mythemes-gallery.colls-1 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-1 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after {
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
    }
    .mythemes-gallery.colls-1 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
        padding-left: 45px;
        padding-right: 45px;
    }
    .mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after {
        left: 20px;
        right: 20px;
        top: 20px;
        bottom: 20px;
    }
    .mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
        padding-left: 30px;
        padding-right: 30px;
    }

    .content-border.full .mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after {
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
    }
    .content-border.full .mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
        padding-left: 45px;
        padding-right: 45px;
    }

    .content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .content-border.full .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .content-border.full .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .content-border.full .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .content-border.full .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .content-border.full .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .content-border.full .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after {
        left: 20px;
        right: 20px;
        top: 20px;
        bottom: 20px;
    }
    .content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media ( min-width: 481px ) and ( max-width: 767px ){
    .mythemes-gallery.colls-1 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-1 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after {
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
    }
    .mythemes-gallery.colls-1 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
        padding-left: 45px;
        padding-right: 45px;
    }

    .mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after

    .content-border.full .mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .content-border.full .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .content-border.full .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .content-border.full .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .content-border.full .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .content-border.full .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .content-border.full .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after {
        left: 20px;
        right: 20px;
        top: 20px;
        bottom: 20px;
    }

    .mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption

    .content-border.full .mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media ( max-width: 480px ){
    .mythemes-gallery.colls-1 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-1 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after

    .content-border.full .mythemes-gallery.colls-1 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-1 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .content-border.full .mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .content-border.full .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .content-border.full .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .content-border.full .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .content-border.full .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .content-border.full .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after,
    .content-border.full .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption::after {
        left: 20px;
        right: 20px;
        top: 20px;
        bottom: 20px;
    }

    .mythemes-gallery.colls-1 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption

    .content-border.full .mythemes-gallery.colls-1 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
        padding-left: 30px;
        padding-right: 30px;
    }
}



/* EFFECT CHICO */
.mythemes-gallery figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    valign: middle;
    vertical-align: central;
    vertical-align: middle;
    text-align: center;
  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.mythemes-gallery figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption div {
    text-align: center;
    width: 100%;
    valign: middle;

    vertical-align: central;
    vertical-align: middle;
}
.mythemes-gallery figure.mythemes-item.effect-chico div.mythemes-thumbnail img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    -ms-transition: opacity 0.35s, -ms-transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
}
.mythemes-gallery figure.mythemes-item.effect-chico div.mythemes-thumbnail:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);

    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}
.mythemes-gallery figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before {
    position: absolute;
    border: 1px solid #fff;
    content: '';

    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.mythemes-gallery figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
.mythemes-gallery figure.mythemes-item.effect-chico div.mythemes-thumbnail p {
    opacity: 0;
    filter: alpha(opacity=0);

    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
       -moz-transition: opacity 0.35s, -moz-transform 0.35s;
        -ms-transition: opacity 0.35s, -ms-transform 0.35s;
         -o-transition: opacity 0.35s, -o-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
}
.mythemes-gallery figure.mythemes-item.effect-chico div.mythemes-thumbnail h2,
.mythemes-gallery figure.mythemes-item.effect-chico div.mythemes-thumbnail p {
    padding-top: 1em;
}
.mythemes-gallery figure.mythemes-item.effect-chico div.mythemes-thumbnail p {
    margin: 0 auto;
    max-width: 90%;

    -webkit-transform: scale(1.5);
       -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
         -o-transform: scale(1.5);
            transform: scale(1.5);
}
.mythemes-gallery figure.mythemes-item.effect-chico div.mythemes-thumbnail:hover figcaption::before,
.mythemes-gallery figure.mythemes-item.effect-chico div.mythemes-thumbnail:hover p {
    opacity: 1;
    filter: alpha(opacity=100);

    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}
.mythemes-gallery.colls-1 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption {
    padding-left: 75px;
    padding-right: 75px;
}
.mythemes-gallery.colls-1 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before {
    left: 50px;
    right: 50px;
    top: 50px;
    bottom: 50px;
}
.mythemes-gallery.colls-2 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption {
    padding-left: 60px;
    padding-right: 60px;
}
.mythemes-gallery.colls-2 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before {
    left: 40px;
    right: 40px;
    top: 40px;
    bottom: 40px;
}
.mythemes-gallery.colls-3 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption {
    padding-left: 45px;
    padding-right: 45px;
}
.mythemes-gallery.colls-3 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before {
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
}
.mythemes-gallery.colls-4 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption {
    padding-left: 35px;
    padding-right: 35px;
}
.mythemes-gallery.colls-4 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before {
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
}
.mythemes-gallery.colls-5 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption
.mythemes-gallery.colls-6 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
.mythemes-gallery.colls-7 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
.mythemes-gallery.colls-8 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
.mythemes-gallery.colls-9 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption {
    padding-left: 25px;
    padding-right: 25px;
}
.mythemes-gallery.colls-5 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
.mythemes-gallery.colls-6 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
.mythemes-gallery.colls-7 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
.mythemes-gallery.colls-8 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
.mythemes-gallery.colls-9 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before {
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
}

/* --- */

.content-border.full .mythemes-gallery.colls-1 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption {
    padding-left: 90px;
    padding-right: 90px;
}
.content-border.full .mythemes-gallery.colls-1 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before {
    left: 60px;
    right: 60px;
    top: 60px;
    bottom: 60px;
}
.content-border.full .mythemes-gallery.colls-2 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption {
    padding-left: 75px;
    padding-right: 75px;
}
.content-border.full .mythemes-gallery.colls-2 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before {
    left: 50px;
    right: 50px;
    top: 50px;
    bottom: 50px;
}
.content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption {
    padding-left: 60px;
    padding-right: 60px;
}
.content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before {
    left: 40px;
    right: 40px;
    top: 40px;
    bottom: 40px;
}
.content-border.full .mythemes-gallery.colls-4 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption {
    padding-left: 45px;
    padding-right: 45px;
}
.content-border.full .mythemes-gallery.colls-4 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before {
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
}
.content-border.full .mythemes-gallery.colls-5 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption {
    padding-left: 30px;
    padding-right: 30px;
}
.content-border.full .mythemes-gallery.colls-5 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before {
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
}

.content-border.full .mythemes-gallery.colls-6 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
.content-border.full .mythemes-gallery.colls-7 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
.content-border.full .mythemes-gallery.colls-8 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
.content-border.full .mythemes-gallery.colls-9 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption {
    padding-left: 20px;
    padding-right: 20px;
}
.content-border.full .mythemes-gallery.colls-6 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
.content-border.full .mythemes-gallery.colls-7 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
.content-border.full .mythemes-gallery.colls-8 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
.content-border.full .mythemes-gallery.colls-9 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before {
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
}

@media ( min-width: 992px ) and (max-width: 1199px ){
    /* CONTENT WITH SIDEBAR */
    .mythemes-gallery.colls-1 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption{
        padding-left: 60px;
        padding-right: 60px;
    }
    .mythemes-gallery.colls-1 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before{
        left: 40px;
        right: 40px;
        top: 40px;
        bottom: 40px;
    }
    .mythemes-gallery.colls-2 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption{
        padding-left: 45px;
        padding-right: 45px;
    }
    .mythemes-gallery.colls-2 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before{
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
    }
    .mythemes-gallery.colls-3 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-4 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-5 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-6 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-7 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-8 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-9 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption {
        padding-left: 30px;
        padding-right: 30px;
    }
    .mythemes-gallery.colls-3 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-4 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-5 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-6 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-7 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-8 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-9 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before {
        left: 20px;
        right: 20px;
        top: 20px;
        bottom: 20px;
    }

    /* FULL WIDTH CONTENT */
    .content-border.full .mythemes-gallery.colls-1 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption{
        padding-left: 60px;
        padding-right: 60px;
    }
    .content-border.full .mythemes-gallery.colls-1 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before{
        left: 40px;
        right: 40px;
        top: 40px;
        bottom: 40px;
    }
    .content-border.full .mythemes-gallery.colls-2 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption{
        padding-left: 45px;
        padding-right: 45px;
    }
    .content-border.full .mythemes-gallery.colls-2 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before{
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
    }
    .content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption {
        padding-left: 45px;
        padding-right: 45px;
    }
    .content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before {
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
    }
    .content-border.full .mythemes-gallery.colls-4 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-5 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-6 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-7 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-8 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-9 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption {
        padding-left: 30px;
        padding-right: 30px;
    }
    .content-border.full .mythemes-gallery.colls-4 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-5 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-6 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-7 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-8 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-9 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before {
        left: 20px;
        right: 20px;
        top: 20px;
        bottom: 20px;
    }
}
@media ( min-width: 768px ) and ( max-width: 991px ){
    /* CONTENT WITH SIDEBAR */
    .mythemes-gallery.colls-1 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption{
        padding-left: 45px;
        padding-right: 45px;
    }
    .mythemes-gallery.colls-1 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before{
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
    }
    .mythemes-gallery.colls-2 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption
    .mythemes-gallery.colls-3 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-4 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-5 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-6 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-7 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-8 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-9 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption {
        padding-left: 30px;
        padding-right: 30px;
    }
    .mythemes-gallery.colls-2 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-3 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-4 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-5 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-6 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-7 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-8 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-9 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before {
        left: 20px;
        right: 20px;
        top: 20px;
        bottom: 20px;
    }

    /* FULL WIDTH CONTENT */
    .content-border.full .mythemes-gallery.colls-1 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption{
        padding-left: 60px;
        padding-right: 60px;
    }
    .content-border.full .mythemes-gallery.colls-1 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before{
        left: 40px;
        right: 40px;
        top: 40px;
        bottom: 40px;
    }
    .content-border.full .mythemes-gallery.colls-2 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption{
        padding-left: 45px;
        padding-right: 45px;
    }
    .content-border.full .mythemes-gallery.colls-2 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before{
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
    }
    .content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-4 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-5 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-6 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-7 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-8 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-9 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption {
        padding-left: 30px;
        padding-right: 30px;
    }
    .content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-4 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-5 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-6 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-7 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-8 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-9 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before {
        left: 20px;
        right: 20px;
        top: 20px;
        bottom: 20px;
    }
}
@media ( min-width: 481px ) and ( max-width: 767px ){
    .mythemes-gallery.colls-1 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-1 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption {
        padding-left: 60px;
        padding-right: 60px;
    }
    .mythemes-gallery.colls-1 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-1 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before {
        left: 40px;
        right: 40px;
        top: 40px;
        bottom: 40px;
    }
    
    .mythemes-gallery.colls-2 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-3 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-4 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-5 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-6 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-7 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-8 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-9 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,

    .content-border.full .mythemes-gallery.colls-2 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-4 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-5 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-6 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-7 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-8 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-9 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption {
        padding-left: 30px;
        padding-right: 30px;
    }

    .mythemes-gallery.colls-2 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-3 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-4 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-5 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-6 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-7 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-8 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-9 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before

    .content-border.full .mythemes-gallery.colls-2 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-4 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-5 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-6 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-7 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-8 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-9 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before {
        left: 20px;
        right: 20px;
        top: 20px;
        bottom: 20px;
    }
}
@media ( max-width: 480px ){
    .mythemes-gallery.colls-1 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-2 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-3 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-4 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-5 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-6 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-7 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-8 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-9 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,

    .content-border.full .mythemes-gallery.colls-1 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-2 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-4 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-5 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-6 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-7 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-8 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-9 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption {
        padding-left: 30px;
        padding-right: 30px;
    }

    .mythemes-gallery.colls-1 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-2 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-3 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-4 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-5 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-6 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-7 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-8 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .mythemes-gallery.colls-9 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before

    .content-border.full .mythemes-gallery.colls-1 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-2 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-4 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-5 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-6 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-7 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-8 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before,
    .content-border.full .mythemes-gallery.colls-9 figure.mythemes-item.effect-chico div.mythemes-thumbnail figcaption::before {
        left: 20px;
        right: 20px;
        top: 20px;
        bottom: 20px;
    }
}