/**
* 2010-2023 Daniel Tengler
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through this link for complete license : https://ps8moduly.cz
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to https://ps8moduly.cz
*
*  @author    Daniel Tengler <info@ps8moduly.cz>
*  @copyright 2010-2023 Daniel Tengler
*  @license   https://ps8moduly.cz
*/
/**
* 2010-2023 Daniel Tengler
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through this link for complete license : https://ps8moduly.cz
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to https://ps8moduly.cz
*
*  @author    Daniel Tengler <info@ps8moduly.cz>
*  @copyright 2010-2023 Daniel Tengler
*  @license   https://ps8moduly.cz
*/

.container-gallery {
    padding-left: 15px;
    padding-right: 15px;
}

.gallery-block {
    display: block;
    margin-bottom: 15px;
    background: #F2F2F2 !important;
}

.gallery-title {
    font-family: Roboto;
    color: #333333;
    text-align: center;
    padding: 5px;
    display: block;
    background: #d2d2d2;
}

.gallery-description {
    display: block;
    /*color: #e4a44b !important;*/
}

.gallery-images {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: left;
    align-content: left;
}

.gallery-images img {
    border: 1px solid #d2d2d2;
    padding:5px;
    max-height: 200px;
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: cover;
}

.gallery-images img:hover {
    transform: scale(1.1); 
}

.image-gallery-list-desktop {
    padding:5px;
}

@media only screen and (max-width: 600px) {
    .gallery-images {
  /*flex-direction: column;*/
    width:100%;
    }
}
@media only screen and (max-width: 600px) {
.gallery-images img {
    border: 1px solid #d2d2d2;
    padding:5px;
    max-height: 200px;
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: cover;
    }
}
