.center {
text-align: center;
}
.brand-header {
margin-bottom: 64px;
}
.brand-container {
margin-bottom: 64px;
}
.brand {
background-color: #f6f6f6;
border-radius: 8px;
-webkit-box-shadow: 10px 10px 0px 0px rgb(115 46 140 / 50%);
-moz-box-shadow: 10px 10px 0px 0px rgba(115,46,140,0.5);
box-shadow: 10px 10px 0px 0px rgb(115 46 140 / 50%);
transition: 0.5s;
}
.brand:hover {
transform: scale(1.03);
transition: 0.5s;
}
.brand-image {
position: relative;
padding-bottom: 56.25%;
}
.brand-header-container {
position: relative;
padding-bottom: 22.5%;
}
.brand-image img {
position: absolute;
object-fit: cover;
width: 100%;
height: 100%;
}
.brand-header-container #overlay {
position: absolute;
top: 0;
left: 0;
clear: float;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
}
.brand-header-container .brand-header-image {
position: absolute;
object-fit: cover;
width: 100%;
height: 100%;
}
.brand-header-logo {
width: auto;
max-height: 200px;
}
.centered {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.brand-title {
display: table;
width: 100%;
min-height: 95px;
}
.mobile-enquiry-button {
color: #fff;
text-align: right;
}
.single-brands_post .mobile-enquiry-button a {
color: #fff;
}
.single-brands_post .mobile-enquiry-button a:hover {
color: #732e8c;
}
.brand-title h2 {
display: table-cell;
vertical-align: middle;
font-size: 22px;
font-weight: 600;
text-align: center;
padding: 16px;
}
.owl-carousel {
transition: 0.5s;
}
.brand-image-slider {
margin-right: 10px;
margin-bottom: 10px;
width: auto;
-webkit-box-shadow: 10px 10px 0px 0px rgb(115 46 140 / 50%);
-moz-box-shadow: 10px 10px 0px 0px rgba(115,46,140,0.5);
box-shadow: 10px 10px 0px 0px rgb(115 46 140 / 50%);
}
.video-wrapper {
position: relative;
padding-bottom: 56.25%; height: 0;
}
.video-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media (max-width: 500px) {
.contact-form-phone {
display: block;
}
.mobile-mb-32 {
margin-bottom: 32px;
}
.mobile-enquiry-button {
text-align: left;
margin-top: 32px;    
}
.brand-header-logo {
max-height: 60px;
}
}