.box_image_with_border {
    height: 410px;
}
.showmedia {
    text-align: center;
}
span.mediatext {
    padding: 10px 20px;
    background-color: #ff9100;
}
.mediatext a {
    color: #fff;
}
.mediatext a:hover {
    color: #000;
}
.steps_holder.show.textshow {
    background: none;
    height: auto !important;
}
.textshow .circle_small.step1, .textshow .circle_small.step2, .textshow .circle_small.step3, .textshow .circle_big.step4 {
    top: 0px;
}
.textshow .steps_holder_inner{
height: 30px !important;
}
@media screen and (max-width: 780px) {
.textshow .steps_holder_inner {
    height: auto !important;
}
.steps_holder.show.textshow {
    overflow: visible;
    background: none;
    height: auto !important;
    margin-top: -860px !important;
    margin-bottom: 500px;
}
.textshow .circle_small.step3 {
    top: 330px;
}
.textshow .circle_small.step2 {
    top: 160px;
}
.textshow .circle_big.step4 {
    top: 580px;
}
}