/* You can customize theme styles here */
@media (min-width: 992px) {
    .rad-showcase__bg img {
        margin-top:50px;
        margin-left:60px;
        border-radius: 70%;
        max-height: 400px;
    }
    img {
        border-radius: 70%;
        max-height: 500px;
        margin-top:70px;
    }
}

@media (min-width: 1200px) {
    .rad-showcase__bg img {
        margin-top:50px;
        border-radius: 70%;
        max-height: 500px;
    }
    img {
        border-radius: 70%;
        max-height: 500px;
        margin-top:70px;
    }
}

.rad-showcase__bg img {
        border-radius: 70%;
    }

img {
    border-radius: 70%;
}