﻿html, body {
    height: 100%;
}

.swiper-container {
    width: 100%;
    height: 750px;
}

.swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.proj img {
    padding: 5px;
}

@media screen and (min-width:1441px){
    .swiper-container {
        height: 730px !important;
    }
    .swiper-slide {
        margin-right: 20px !important;
        margin-top: 20px !important;
    }
    .proj img {
        width: 350px;
        height: 260px;
    }
}
@media screen and (min-width:1281px) and (max-width:1440px) {
    .swiper-container {
        height: 630px !important;
    }
    .swiper-slide {
        margin-right: 15px !important;
        margin-top: 15px !important;
    }
    .proj img {
        width: 330px;
        height: 230px;
    }
}
@media screen and (max-width:1280px) {
    .swiper-container {
        height: 560px !important;
    }
    .swiper-slide {
        margin-right: 10px !important;
        margin-top: 10px !important;
    }
    .proj img {
        width: 300px;
        height: 200px;
    }
}
