html .scroll-to-top {
    color: #4fb2e3;
    right: 80px;
}
.ows-carousel-responsive{
    height: 780px;
}
input.form-masked-pin{
    width: 810px;
    height: 71px !important;
    overflow: hidden;
    letter-spacing: 25px;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    text-indent: 0.68rem;
    position: relative;
    padding: 0;
    margin: 0;
    font-family: 'Roboto Mono', monospace;
    background-image: url(/img/bg_digit.png) !important;
    background-repeat: repeat-x;
    font-size: 34px !important;
    color: #01a2ff;
}
@media only screen and (max-width: 768px) {
	.ows-carousel-responsive{
        display: none;
    }
    .flagmobile{
        height: 40px;
    }
    .card-body {
        padding: 0px;
    }

    input.form-masked-pin{
        width: 359px;
        height: 31px!important;
        letter-spacing: 11px;
        text-indent: 6px;
        font-size: 15px !important;
        padding: 0!important;
        background-image: url(/img/bg_digit_mobile.png) !important;
    }
}
.socararticle_subject{
    height: 50px;
}
article img {
    width: 100%;
}