html,
body {
    position: relative;
    width: 100%;
    height: 100%;
}

.heading {
    background: white;
    height: 5%;
    margin: 10px;
    padding: 10px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-general {
    padding: 75px 0;
    margin: 5% auto;
    width: 100%;
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.07)
}

.container-general .gallery-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 70vh;
}

.container-general .gallery-wrap .item {
    flex: 1;
    height: 100%;
    background-position: center;
    background-size: cover;
    transition: all ease-out .3s
}

.container-general .gallery-wrap .item:hover {
    flex: 7;
}
