.t-logo-alt {
    font-size: 17px;
    color: rgb(51, 51, 51);
    position: absolute;
    line-height: 1.1em;
    top: 58px;
    right: -300px;
    width: 270px;
}
.t461__logowrapper {
    left: 40%;
}
@media screen and (max-width:1350px){
    .t461__logowrapper {
        left: 35%;
    }
}
@media screen and (max-width:1230px){
    .t461__logowrapper {
        left: 32%;
    }
    .t-logo-alt {
        right: -270px;
    }
}
@media screen and (max-width:1130px){
    .t461__logowrapper {
        left: 50%;
    }
    .t-logo-alt {
        right: auto;
        left: -150px;
        width: 700px;
        top: auto;
        bottom: 10px;
    }
    .t461__topwrapper {
        padding: 0 20px;
        padding-bottom: 25px;
    }
}
@media screen and (max-width:980px){
    .t-logo-alt {
        right: auto;
        left: auto;
        width: 100%;
        top: auto;
        bottom: auto;
        position: relative;
        margin-top: -45px;
    }
}