#siteApexPreview {
    width: 100%;
    height: 25rem;
    overflow: hidden;
    border: 0;

    margin: 0;
    padding: 0;

    /* make it clickable to an url */
    cursor: pointer;
}

.iframe-container {
    position: relative;
    width: auto; /* Set the desired width and height */
    height: auto;
}

.click-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: pointer;
}

.project-img {
    width: 100%;
    overflow: hidden;
    border: 0;

    margin: 0;
    padding: 0;

    /* make it clickable to an url */
    cursor: pointer;
}