﻿/*.images li img{
    width: 450px;
    height: 300px;
    margin: 10px;
    border: 10px solid #fefae0;
    transition: 0.5s;
}*/
/*  .images li img:hover {
        border: 5px solid #fff;
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-filter: none;
        filter: none;
    }
*/
.images li img {
    width: 310px;
    height: 240px;
    border: 2px solid #9e05f6;
    transition: all 0.3s;
    background-size: cover;
    margin: 5px;
}
li{
    list-style:none;
    margin:auto;
}

.images li img:hover {
    transform: scale(1.05);
    transition: all 0.3s;
    z-index: 999 !important;
}
  
.images {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 10px;
}
