.gallery {border-bottom: solid 24px transparent; border-right: solid 15px transparent; animation: fadein 3s;opacity:0.9;transition: all 0.5s ease;}
.gallery img {width:100%;}

@media (max-width: 1600px) {
    .gallery {border-bottom: solid 22px transparent;}
}
@media (max-width: 1400px) {
    .gallery {border-bottom: solid 20px transparent;}
}

@media (max-width: 1200px) {
    .gallery {border-bottom: solid 16px transparent;}
}
@media (max-width: 992px) {
    .gallery {border-bottom: solid 16px transparent;}
}


@media (max-width: 580px) {
    .gallery {border-bottom: solid 2px transparent;border-right: solid 1px transparent; border-bottom: none;}
}
@media (max-width: 420px) {
    .gallery {margin-bottom:12px;border-right: solid 12px transparent; border-bottom: none;}
}

