#shareThisPage {
    display: none;
}

.sidebar {
    width: 0;
    display: none;
}

.article {
    width: 100%;
}

.italicBold {
    font-style: italic;
    font-weight: bold;
}

.hdg_icon_3 {
    float: left;
}

.yvlImage {
    border: 1px solid #000;
	width: 215px;
	height: 135px;
	object-fit: cover;
    background-color: black;
}

.buttonRedCursive {
    float: right;
    width: 200px;
    text-align: center;
    color: #fff !important;
    border-radius: 5px;
    margin-top: 2rem;
}

.buttonRedCursive:hover {
    text-decoration: none !important;
}

.clear {
    clear: both;
}

@media screen and (min-width: 700px) {
    #yourVehicleListings li {
        padding: 0 10px !important;
    }
}
