﻿
#gallery {
    position: relative;
    left: 180px;
    top: 80px;
    background-color: #555;
    border: 2px solid black;
    width: 1500px;
    height: 700px;

    perspective: 250px;
    perspective-origin: 50% 50%;
}

.galleryImage {
    position: absolute;
    border: 1px solid black;
}
