.ext_maps iframe,
#ext_maps iframe{
	width: 100% !important;
    height: 550px !important;
}
.info_contact br{
	display: none;
}

.mostSidebar {
    height: 100%;
}
.vhsendsell{
    height: calc(100% - 283px);
    position: relative;
}
.vhsendsell .thumb{
    height: 100%;
}
.vhsendsell .thumb a{
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}
.vhsendsell .thumb a::before{
    content: '';
    position: absolute;
    background-color: #002c85;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.75;
}
.vhsendsell .thumb a img{
    width: 100%;
}
.vhsendsell .decs{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    pointer-events: none;
    color: #fff;
}
.vhsendsell .decs a{
    color: #fff; 
}
.vhsendsell .decs h3{
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}
.vhsendsell .decs .view a{
    font-size: 13px;
    line-height: 21px;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
}
.vhsendsell .decs .view a span{
    display: inline-block;
    position: relative;
    padding-right: 15px;
    text-decoration: underline;
}
.vhsendsell .decs .view a span::before{
    content: '\f0da';
    right: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    font-family: FontAwesome;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vhsendsell:hover .decs .view a span::before{
    right: -5px;
}