/* Add here all your css styles (customizations) */
.embed-video {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
}

.embed-video-item {
    position: relative !important;
    top: 0;
    bottom: 0;
    width: 100%;
    border: 0;
}

.alignR {
    text-align: center;
}

.search_btn {
    top: .2rem;
    right: .2rem;
    height: 35px;
    position: absolute;
}

#iptSearch {
    width: 300px;
}

@media screen and (max-width: 991px) {
    #iptSearch {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .embed-video-item {
        width: 600px;
    }
}

.auction-image {
    height: 200px !important;
}

.auction-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.listing-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.featuredItem {
    height: 100%
}
