﻿
.gallery-view-1 a.vlz-fluid-height {
    max-height: 200px;
    overflow: hidden;
    text-align: center;
}

    .gallery-view-1 a.vlz-fluid-height span {
        color: #DA4453;
    }

.gallery-view-1 .vlz-gallery-buttons {
    width: 30%;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
}

    .gallery-view-1 .vlz-gallery-buttons .vlz-buttons {
        font-size: 26px;
        text-align: center;
        margin-bottom: 10px;
    }

        .gallery-view-1 .vlz-gallery-buttons .vlz-buttons span {
            margin-right: 10px;
        }

    .gallery-view-1 .vlz-gallery-buttons a {
        width: 100% !important;
        float: left;
    }

.vlz-pre-wrap {
    white-space: pre-wrap;
}

@media (max-width: 1100px) {
    .gallery-view-1 a.vlz-fluid-height {
        max-height: 150px;
    }
}

@media (max-width: 900px) {
    .gallery-view-1 a.vlz-fluid-height {
        max-height: 120px;
    }
}

@media (max-width: 650px) {
    .gallery-view-1 a.vlz-fluid-height {
        max-height: 90px;
    }
}

@media (max-width: 400px) {
    .gallery-view-1 a.vlz-fluid-height {
        max-height: 50px;
    }
}

@media (max-width: 300px) {
    .gallery-view-1 a.vlz-fluid-height {
        max-height: 30px;
    }
}

@media (max-width: 200px) {
    .gallery-view-1 a.vlz-fluid-height {
        max-height: 20px;
    }
}

.custom-controls button { 
    font-size:20px;
    padding:14px 26px;
}

    .custom-controls button:hover {
        background-color: rgba(255, 255, 255, 0.8);
        color: #000;
    }

.vlz-list-actions a{
    margin-right:10px
}