﻿.image-wrapper {
    position: relative !important;
}

.image-wrapper .overlay-btn1 {
    position: absolute;
    bottom: 5%;
    /* Give it a safe distance from the right edge instead of a negative value */
    right: 10%;
    /* Removed the transform completely so it doesn't shift unpredictably */
    color: #fff;
    /* max-width prevents it from taking up too much screen on small devices */
    max-width: 30%;
    text-align: right;
    /* --- The Magic for Big Text --- */
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}
