.bfi-wrapper {
    width: 540px;
    height: 620px;
    background-color: white;
    display: block;
    position:relative;
    overflow: hidden;
    margin: 0 auto;
}
.bfi-wrapper .button-wrapper {
    height: 100%;
    display: flex;
}
.bfi-wrapper .button-wrapper input {
    margin: auto;
}
.bfi-wrapper .image-selector {
    position: absolute;
    top: 0;
    left: 0;
}

.bfi-wrapper .getresultbtn {
    text-align: center;
    margin: 10px auto;
}

.linkToImage {
    margin: 10px 0;
}

.showResult {
    text-align: center;
}

.imgLoader {
    text-align: center;
}

@media screen and (max-width:1500px) {
    .resultImage {
        max-width: 25% !important;
    }
}

@media screen and (max-width:480px) {
    .resultImage {
        max-width: 50% !important;
    }
}