body {
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    background-color: black
}

iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    pointer-events: all;
    opacity: 50%;
    transition-duration: 10s;
    pointer-events: none;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}

.antoninoLink,
.josephLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    pointer-events: all;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    transition-duration: 3s;
}

a:hover iframe {
    transition-duration: 3s;
    color: white;
    opacity: 150%;
    transform: scale(1.1)
}

a:hover h1 {
    transition-duration: 3s;
    color: white;
    transform: scale(1.1)
}

h1 {
    z-index: 1;
    width: 100%;
    position: relative;
    top: 25%;
    text-align: center;
    font-family: Arial;
    font-size: 40px;
    color: darkgrey;
}

.antoninoframe {
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    pointer-events: all;
    opacity: 0.5;
    transition-duration: 10s;
    pointer-events: none;
    background-size: cover;
    background-repeat: no-repeat;
}

a:hover .antoninoframe {
    transition-duration: 3s;
    color: white;
    transform: scale(1.1)
}

a:hover h1 {
    opacity: 150%;
    color: white;
}

.socialLinks {
    position: absolute;
    top: 80%;
    background-color: rgba(27, 26, 26, 0.493);
    padding: 5px 2px 5px 2px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.antoninoLinks {
    left: 0%;
    border-radius: 0px 0.5rem 0.5rem 0px;
}

.josephLinks {
    right: 0;
    border-radius: 0.5rem 0rem 0rem 0.5rem;
}

.socialLinks a {
    margin: 10px;
    pointer-events: all;
    transition-duration: 500ms;
}

.socialLinks a:hover {
    transition-duration: 500ms;
    transform: scale(1.05)
}

.socialLinks a img {
    filter: invert(0.9);
    width: 45px;
}

@media(max-width:600px) {
    h1 {
        top: 15%;
    }
    .antoninoLinks {
        left: 0%;
    }
    .josephLinks {
        right: 0;
    }
    .socialLinks a img {
        width: 75px;
    }
    .socialLinks {
        top: 70%;
    }
}

@media only screen and (max-height:600px) {
    h1 {
        top: 15%;
    }
    .socialLinks {
        top: 50%;
    }
}