.bg-image-vertical {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../../Img/background.jpg');
    height: 100vh;
    width: auto;
}

.bg-image-vertical1 {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../../Img/iStock-177784609.jpg');
    height: 100vh;
    width: auto;
}

.bg-image-vertical2 {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../../Img/iStock-1467509880.jpg');
    height: 100vh;
    width: auto;
}

.bg-image-vertical3 {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../../Img/iStock-1471205962.jpg');
    height: 100vh;
    width: auto;
}

.bg-image-vertical4 {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../../Img/iStock-1752167338.jpg');
    height: 100vh;
    width: auto;
}

@media (min-width: 1025px) {
    .h-custom-2 {
        height: 100%;
    }
}