#gallery{
    width: 100vw;
    height: 150vh;
    background-image: url('../images/padangrumput.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.gallery{
    padding: 0;
    height: 20vh;
}

.fullSize {
    height: auto;
    width: 30vw;
}

.txt-gallery{
    font-size: 1.5vw;
    height: 20vh;
    padding-top: 5%;
    color: white;
    background-color: #020088;
}