.wedding_video{
    height:256px;
    width:256px;
    background-image: url("../img/photo/thumbnails/00177-2978826627.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.drone_video{
    height:256px;
    width:256px;
    background-image: url("../img/photo/thumbnails/vlcsnap-2024-01-22-10h53m53s190.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}

.social{
    height:256px;
    width:256px;
    background-image: url("../img/photo/thumbnails/00064-633956772.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.corporate{
    height:256px;
    width:256px;
    background-image: url("../img/photo/thumbnails/00034-724443983.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.creative{
    height:256px;
    width:256px;
    background-image: url("../img/photo/thumbnails/00067-3922262117.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.restoration{
    height:256px;
    width:256px;
    background-image: url("../img/photo/thumbnails/00144-2255093074.png");
    background-repeat: no-repeat;
    background-size: contain;
}

@media  (max-width : 1200px)  {
    .wedding_video {
        height:500px;
        width:500px;
    }
    .drone_video {
        height:500px;
        width:500px;
    }
    .social {
        height:500px;
        width:500px;
    }
    .corporate {
        height:500px;
        width:500px;
    }
    .creative {
        height:500px;
        width:500px;
    }
    .restoration {
        height:500px;
        width:500px;
    }
  }

.picture_a_a {
    height:256px;
    background-image: url("../img/photo/after/EOSR2671-FullSize.jpg");
    background-repeat: no-repeat;
    background-size: contain;
}

.picture_a_b {
    height:256px;
    background-image: url("../img/photo/before/EOSR2671.jpg");
    background-repeat: no-repeat;
    background-size: contain;
}