.logo
{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.img_panel_small
{
    border-radius: 0.625em;
    float: left;
    width: 30.174603174603175%;
    height: 30.762935089369708%;
    margin: 0 1.5625em 1.25em 0.3125em;
}



.img_landscape_cim
{
    display: block;
    border-radius: 0.625em;
    max-width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}

.img_group
{
    width: 100%;
    height: auto;
}

.img_landscape_big
{
    width: 100%;
    height: auto;
}

.img_landscape_small
{
    border-radius: 10px;
    float: right;
    width: 350px;
    height: 150px;
}

.thumbnail_panel
{
    width: 10%;
    height: 10%;
}

.thumbnail_landscape
{
    width: 20%;
    height: 20%;
}

.a_img
{
    text-decoration: none;
}

a img
{
    border: 0;
}

.img_gallery a
{
    transition: 0.3s;
    width: 0;
    height: 0;
}

.img_gallery a:hover
{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-decoration: none;
}