<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.caribbean_map {
    /*width: 30.46875%;*/
    width: 50%;
    /*position: absolute;*/
    bottom: 0;
    left: 50%;
    /*border: solid 3px #ececec;*/
    /*margin-left: -25%;*/
    /*margin: -132px 0 30px;*/
    margin: -100px 0 30px;
    position: relative;
    z-index: 9;
}

.caribbean_map {
    /*width: 17.43%;*/
}

.caribbean_map img {
    margin-left: -50%;
    border: solid 3px #ececec;
}



@media screen and (min-width: 568px) {

}

@media screen and (min-width: 768px) {

    .caribbean_map {
        width: 30.46875%;
        margin-top: -144px;
    }

    .caribbean_map::before,
    .caribbean_map::after {
        content: '';
        position: absolute;
    }

    .caribbean_map::before {
        width: 68px;
        height: 68px;
        border: solid 1px #3162c3;
        margin-left: calc(-36% - 34px);
        top: -136px;

        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .caribbean_map::after {
        width: 1px;
        background: #3162c3;
        height: 68px;
        right: 100%;
        bottom: 100%;
        margin-right: 36%;
    }

}

@media screen and (min-width: 992px) {

    .caribbean_map {
        margin-top: -208px;
    }

}

@media screen and (min-width: 1200px) {

    .caribbean_map {
        margin-top: -132px;
    }

}

@media screen and (min-width: 1920px) {

}</pre></body></html>