.hover-info-img {
background: no-repeat center top #333;
background-size: cover;
min-height: 412px;
position: relative;
}
.hover-info-hover {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.6);
padding: 100px 50px 50px 50px;
text-align: center;
visibility: hidden;
opacity: 0;
transition: all 0.3s ease;
}
.hover-info-cont:hover .hover-info-hover {
visibility: visible;
opacity: 1;
}
.hover-info-hover > * {
color: #fff;
}
.hover-info-hover p {
line-height: 1.3;
}
.hover-info-details {
background: #a03362;
margin: 0 !important;
color: #fff !important;
text-align: center;
}
.hover-info-wrap.light-blue .hover-info-details {
background: #8bc9d4;
}
.hover-info-details li {
display: inline-block;
vertical-align: top;
font-size: 16.77px;
color: #fff;
font-family: agenda-medium;
vertical-align: middle;
}
.hover-info-details .hover-info-title {
font-size: 21.25px;
color: #fff;
font-family: agenda-medium;
width: 40%;
float: left;
text-align: left;
line-height: 1.1;
padding: 10px 15px 15px 25px;
}
.hover-info-price-upper-text {
font-size: 13px;
text-transform: uppercase;
display: block;
}
.hover-info-price {
font-size: 30px;
}
.hover-info-price-currency {
font-size: 18px;
position: relative;
top: -10px;
}
.hover-info-right {
float: right;
width: 60%;
text-align: right;
}
.hover-info-right li {
padding: 5px;
padding: 12px 5px
}
.hover-info-right .hover-info-price-wrap {
line-height: 1.1;
padding-right: 20px;
}
.hover-info-right li img {
height: 20px;
margin-right: 5px;
vertical-align: top;
}
@media (max-width: 1024px) {
.hover-info-wrap {
max-width: 710px;
margin: auto;
}
.hover-info-hover {
position: static;
min-height: 400px;
}
.hover-info-img {
min-height: 1px;
}
}
@media (max-width: 667px) {
.hover-info-hover {
min-height: 350px;
}
.hover-info-details .hover-info-title {
font-size: 20px;
}
}
@media (max-width: 414px) {
.hover-info-hover {
min-height: 300px;
padding: 50px 25px;
}
.hover-info-hover .site-btn.grey-btn {
font-size: 12px;
padding: 15px 30px;
}
.hover-info-details .hover-info-title {
width: 100%;
text-align: center;
display: block;
float: none;
padding-bottom: 0;
}
.hover-info-right {
float: none;
width: 100%;
text-align: center;
}
.hover-info-right .hover-info-price-wrap {
padding-right: 0;
}
}