.footer {
    /* margin: 10px 0px 0px 0px; */
    font-size: 1.3vw;
    line-height: 1.6vw;
    padding-bottom: 10px;
    bottom: 0vw;
    position: absolute;
    width: 100%;
}
.errorContentMain {
    position: relative;
    top: 3vw;
    font-size: 2vw;
    line-height: 3vw;
    min-height: calc(100vh - 21vw);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.artistname img:hover,.text3 a:hover, a:hover{
    opacity: 0.5;
}

@media only screen and (max-width:1023px), only screen and (max-width:1024px) and (orientation:portrait) {
.errorContentMain {
    position: relative;
    top: 0;
    font-size: 2.9vw;
    line-height: 4vw;
    min-height: calc(100vh - 15vw);
}
.footer {
    font-size: 13px;
    line-height: 23px;  
}
}
@media only screen and (max-width:767px) and (orientation:portrait) {
    .errorContentMain {
        min-height: calc(100vh - 33vw);
    }
    a.ot-sdk-show-settings {
        display: block;
    }
}