.interactive_image_content {
    transform: translateY(100%) translateX(-31%);
    width: auto !important;
    height: auto !important;
}
.rvadv_interactive_image_legend_wrapper{
    column-count: 3;
    display: block;
    float: left;
    margin: 2em 0 0;
    width: 100%;
}
.rvadv_interactive_image_legend_section_title {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin: 0 0 1em;
}
.rvadv_interactive_image_legend_section_title img {
    max-width: 50px;
    max-height: 30px;
    margin: 0 10px 0 0;
}
.rvadv_interactive_image_legend_section_title p {
    font-weight: bold;
    line-height: 1;
    font-size: 16px;
}
.rvadv_interactive_image_legend_wrapper .rvadv_interactive_image_legend_section:nth-child(n + 2) .rvadv_interactive_image_legend_section_title{
     margin: 1.5em 0 1em;
}
.rvadv_interactive_image_legend_section_points p {
    cursor: pointer;
    color: #000;
    font-weight: normal;
}
.rvadv_interactive_image_legend_section_points p:hover {
    color: #20BAE4;
}
.rvadv_interactive_image_legend_dynamic_section_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    margin: 0 0 1rem;
    min-height: 5rem;
    cursor: pointer;
}
.rvadv_interactive_image_legend_dynamic_section_title p {
    margin: 0 0 0 7.5rem;
    font-weight: bold;
    font-size: 2rem;
    color: #365e77;
    position: absolute;
}
.rvadv_custom_ready_meta_image_map_control_zoom div {
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: gray;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.rvadv_custom_ready_meta_image_map_control_zoom_in {
    margin: 0 0 10px;
}
.rvadv_custom_ready_meta_image_map_control_zoom {
    color: #000;
    font-size: 4rem;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    visibility: visible;
}
.rvadv_custom_ready_meta_image_map_control_zoom .disabled{
     color: #a9a9a9;
     pointer-events: none;
}
.rvadv_interactive_image_wrapper {
    position: relative;
    display: inline-block;
}
.rvadv_interactive_image_wrapper[draggable=true] {
    max-height: 75vh;
    overflow: hidden;
}
.rvadv_custom_ready_meta_image_map_control_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
}
@media screen and (max-width: 767px) {
     .interactive_image_content {
         transform: translateY(50%) translateX(-31%);
         font-size: 10px;
         width: auto !important;
         height: auto !important;   
     }
     .rvadv_interactive_image_legend_wrapper{
          padding: 0 10px;
          text-align: center;
     }
     .rvadv_custom_ready_meta_image_map_control_zoom {
          display: none;
     }
     .interactive_image_content h2 {
         font-size: .8rem;
     }
     .areamap .interactive_image_content {
         background-color: #fff;
         z-index: 1;
         padding: 1rem .5rem;
         transform: translateY(35%) translateX(-45%);
         max-width: 60px !important;
     }     
}