section.m39_text_and_image_embiggen {
position: relative;
z-index: 5;
}
section.m39_text_and_image_embiggen .m39_galerie_wrapper {
position: relative;
}
section.m39_text_and_image_embiggen .m39_image_container {
height: 380px;
}
section.m39_text_and_image_embiggen .m39_image_item {
position: relative;
z-index: 3;
width: 60%;
overflow: hidden;
border-radius: 20px;
height: 100%;
transform-origin: center top;
will-change: transform, width, height;
}
section.m39_text_and_image_embiggen .m39_image {
object-position: center top;
}
section.m39_text_and_image_embiggen .mM_links.m39_links_container {
margin-top: 44px;
}
section.m39_text_and_image_embiggen .m39_content_contact_info_container {
display: flex;
align-items: center;
gap: 0 50px;
margin-top: 64px;
}
section.m39_text_and_image_embiggen .m39_contact_info_title {
text-transform: uppercase;
font-size: .875rem;
font-family: 'Nexa-Heavy', sans-serif;
font-weight: 800;
letter-spacing: 1px;
}
section.m39_text_and_image_embiggen .m39_contact_info_link_title {
position: relative;
}
section.m39_text_and_image_embiggen .m39_contact_info_link_title:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 1px;
background: #374052;
transform: scaleX(0);
transform-origin: right center;
transition: transform .4s;
}
section.m39_text_and_image_embiggen .m39_contact_info_link:hover .m39_contact_info_link_title:after {
transform: scaleX(1);
transform-origin: left center;
}
@media all and (max-width: 1920px) {
section.m39_text_and_image_embiggen .m39_image_container {
max-height: 350px;
}
section.m39_text_and_image_embiggen .m39_image_item {
width: 70%;
}
}
@media all and (max-width: 1599px) {
section.m39_text_and_image_embiggen .m39_image_item {
width: 85%;
}
}
@media all and (max-width: 991px) {
section.m39_text_and_image_embiggen .m39_galerie_wrapper {
margin-bottom: 50px;
}
section.m39_text_and_image_embiggen .m39_image_item {
width: 100%;
}
}
@media all and (max-width: 575px) {
section.m39_text_and_image_embiggen .m39_image_container {
max-height: 300px;
}
section.m39_text_and_image_embiggen .m39_content_contact_info_container {
margin-top: 35px;
flex-wrap: wrap;
gap: 20px;
}
section.m39_text_and_image_embiggen .m39_contact_info_item {
flex: 0 0 auto;
max-width: 100%;
width: 100%;
}
}