/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.main-frame {
    height: 600px;
    overflow: hidden;
}

/*.full-height {
    object-fit: cover;*/
/*    height: 600px;*/
    /*width: 100%;
    padding: 2px;
}

.half-height {
    height: 225px;
}

.half-height-1 {
    height: 225px;
    object-fit: cover;
}

.img-row {
    padding-bottom: 2px;
    padding-left: 0px;
}

.img-item {
    overflow: hidden;
    padding-left: 2px;
    padding-top: 0;*/
    /*            width: 100%;*/
/*}

.img-portrait {
    object-fit: cover !important;
}*/


