.round-thumb {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 20%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.round-thumb .icon-center {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
}

.round-thumb::before {
    content: '';
    background: #fff;
    width: 100%;
    height: 30px;
    border-radius: 40%;
    position: absolute;
    top: -10px;
    opacity: .2;
    left: 0px;
}

.land-2-carousel .carousel-cell {
    width: 50vw !important;
    margin-right: 5px !important;
}

.land-2-footer {
    padding: 20px 0px;
}

.land-2-footer p,
.land-2-footer a {
    color: #fff;
    font-size: 12px;
    opacity: .7;
}

.land-header {
    padding: 10px 0px;
}

#footer-btns {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(51,20,0,0.15);
}