﻿


.beContainerBlock .beItemContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.beItem[data-itemname="ImageSlider"] {
    margin-bottom: 0;
}

.beContainerBlock {
    padding-bottom: 0;
}

.beItemContainer[data-containertype="Row"] {
    height: 100vh;
}


@media screen and (max-width: 1023.9px) {

    .beItemContainer[data-containertype="Row"] {
        --column-gap: 0%;
    }

    .swiper-slide {
        text-align: center;
    }

    .swiper-slide img {
        max-width: 80%;
    }

}

@media screen and (max-width: 767.9px) {

    #main
    {
        margin: 0;
    }

    .beItemContainer[data-containertype="Row"] {
        height: auto;
    }

    .beContainerBlock .beItemContainer {
        height: inherit;
        text-align: center;
    }

    #container1 {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        height: 85vh;
    }

    #container2
    {
        margin-bottom: 25px;
    }

    .swiper-slide img {
        max-width: 50%;
    }

}


@media screen and (max-width: 500px) {

    .swiper-slide img {
        max-width: 70%;
    }
}