section.img {
    padding-top: 0;
}

section.img .loading img {
    width: 100%;
}

section.img .loading::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    z-index: 2;
}

section.img .info {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
    width: 100%;
}

section.img .info.white {
    color: white;
}

section.img .info .container {
    max-width: 1200px;
}


section.img {
    position: relative;
}

section.img .info {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 2;
    width: 100%;
}

section.img .info.center {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 60px;
    -webkit-transform: none;
    transform: none;
}

section.img .info.center .col-12>h4 {
    margin-bottom: 0;
}

section.img .info .display-1[class*=" icon-"]:before {
    margin-left: 0;
    margin-right: 14px;
}

section.img .info.white p {
    display: inline;
    margin: 0;
}

section.img .info .col-12>i {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: block;
    bottom: 61px;
    font-size: 40px;
}

@media (max-width: 767.98px) {
    section.img .info .col-12>i {
        display: none;
    }

    section.img .loading img {
        height: calc(100vh - 120px);
        object-fit: cover;
    }

    section.img .info {
        bottom: 48px;
    }
}

section.img .info.white .display-1,
section.img .info.white h4 {
    color: #fff;
}

section.img img {
    width: 100%;
}