.cia-container {
    position: relative;
    display: inline-block;
    text-align: right;
    width:100%;
}
.cia-text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    font-size: 16px;
    width: 30%;
    text-align: left;
    font-family: 'Open-sans', Helvetica, sans-serif;
    margin-top: 3em;
}
.cia-text p h3{
    font-size: 1.2em;
    font-weight: 800 !important;
}
.cia-text p{
    font-size: 1.1em;
    line-height: 1.3em;
}

.cia-image-container {
    position: relative;
    display: inline-block;
    width:70%;
    min-height: 668px;

}
.cia-image {
    position: relative;
    width:823px;
    height:668px;
}
.cia-area-container{
    width:823px;
    height:668px;
}
.cia-area {
    position: absolute;
    cursor: pointer;
    /* border: 2px solid transparent; */
    width: 25px;
    height:35px;
    background: transparent url('https://4rsyouth.ca/wp-content/uploads/2024/05/map_pin.svg') top left no-repeat;
}
.cia-area.active {
background-image: url('https://4rsyouth.ca/wp-content/uploads/2024/05/map_pin_purple.svg');
}

.cia-area:hover {
    /* border-color: red; */
}

@media (min-width: 0px) and (max-width: 768px) {
    .cia-text {
        position: relative;
        margin-top: 3em;
        width:100%;
    }
    .cia-image-container {
        width:100%;
        min-height: auto;
    }
    .cia-image {
        position: relative;
        width:100%;
        height:auto;
    }
    .cia-area-container{
        width:100%;
        height:100%;
    }
    .cia-area {
        width: 15px;
        height:25px;
    }
  }