.errorContentMain{
     width: 100%;
}
.errorLogo{
    cursor:pointer;
}

.errorLogo:hover{
    opacity: 0.8;
    transition: .5s ease;
}
.text1{
    text-align: center;
    margin-bottom: 0.5vw; 
}
.text2 {
    font-size: 3.6vw !important;
    text-align: center;
    line-height: 3vw !important;
    margin-bottom: 0.5vw;
}
.text3 {
    text-align: center;
    font-size: 5vw !important;
}
.text3 a, #hdr-copy .title a{
    color: #fff;
}
.errorFooter a:hover,.text3 a:hover{
    opacity: 0.5;
}
#hdr-copy .title {
    font-size: 3.221vw;
    color: #fff !important;
    text-align: center;
    line-height: 3.8799vw;
}
#hdr-copy .sub-title {
    font-size: 7.6vw;
    color: #000;
    margin: 1vw 0;
    text-align: center;
    line-height: 5.101vw;
}


@media only screen and (max-width:1023px), only screen and (max-width:1024px) and (orientation: portrait) {
    #hdr-copy .sub-title {
    font-size: 8vw;
    color: #000;
    margin: 1vw 0;
    text-align: center;
    line-height: 12.101vw;
}
#hdr-copy .title {
    font-size: 20.221vw;
    color: #fff;
    text-align: center;
    line-height: 25.8799vw;
}
    .social-wrapper {
        display: block;
        width: 100%;
        margin-left: 0%;
    }
}