.timeout {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 70%;
    margin: auto;
    width: 100%;
}
@media screen and (min-width: 992px) {
    .timeout {
        width: 60%;
    }
}
@media screen and (min-width: 1200px) {
    .timeout{
        width:50%;
    }
}