.testers-modal__img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    cursor: auto;
}
.testers-modal__content {
    padding: 60px 10px 25px 10px;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(186, 186, 186, 0.15);
    height: auto;
    width: auto;
}
.testers-modal__close {
    position: absolute;
    top: 25px;
    right: 10px;
    z-index: 999;
}
.testers-modal__title {
    font-size: 2rem;
}
.testers-modal__size {
    margin-bottom: 25px;
}
.testers-modal .modal-dialog {
    margin: 70px auto auto auto !important;
}

@media only screen and (min-width: 768px) {
    .testers-modal__img {
        margin-bottom: 0;
    }
    .testers-modal__content {
        padding: 30px 20px;
    }
    .testers-modal__close {
        top: 35px;
        right: 25px;
    }
}