.carousel-2 {
    height: 138px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

.form-type-1 {
    top: 125px;
}

.carousel-2 .item {
    height: 138px;
    width: 138px;
}

.owl-item {
    height: 138px !important;
    width: 138px !important;
}

.button-link-top{
    width: 100%;
    height: 100%;
    background: rgba(00, 00, 00, .51);
    position: absolute;
    bottom: 100%;
    cursor: pointer;
}

.sex-img-holder:hover .button-link-top {
    bottom: 0;
    -webkit-transition: .20s;
    -moz-transition: .20s;
    -o-transition: .20s;
    -ms-transition: .20s;
    transition: .20s;
}

.button-link {
    display: block;
    width: 100%;
    height: auto;
    background: rgba(00, 00, 00, .51);
}

.button-link-cont {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.sex-img-holder .spinner {
    position: absolute;
}