.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
    position: relative;
}

#image {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
}

#image1 {
    float: right;
    width: auto;
    max-width: 100%;
    height: auto;
    clear: none;
    color: rgb(0, 0, 0);
    position: absolute;
    top: 230px;
    left: auto;
    right: 0px;
}

body {
    background-color: rgb(0, 0, 0);
}

#image2 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: both;
    color: rgb(0, 0, 0);
    display: block;
}

#image1:hover {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    display: block;
    opacity: 0.65;
}



@media only screen and (max-width: 1280px) {
    #image1 {
        margin-top: 0px;
        margin-left: 0px;
        clear: none;
        margin-right: 0px;
        position: absolute;
        top: 230px;
        left: auto;
        float: right;
        bottom: auto;
        right: 0px;
    }

    #image2 {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
        position: fixed;
        top: 540px;
        left: 0%;
    }
}

@media only screen and (max-width: 960px) {
    .primaryContainer {
        background-color: rgb(0, 0, 0);
        position: relative;
    }

    #image {
        float: left;
        width: auto;
        max-width: 100%;
        height: auto;
        margin-left: 0%;
        margin-top: 0px;
        clear: none;
        color: rgb(0, 0, 0);
    }

    #image1 {
        float: right;
        width: auto;
        max-width: 100%;
        height: auto;
        margin: 29px 0px 0px auto;
        clear: none;
        color: rgb(0, 0, 0);
        position: relative;
        top: 0px;
        left: 0px;
        right: auto;
    }

    body {
        background-color: rgb(0, 0, 0);
    }

    #image2 {
        float: left;
        width: auto;
        max-width: 100%;
        height: auto;
        margin-left: 0px;
        margin-top: 0px;
        clear: none;
        color: rgb(0, 0, 0);
        visibility: visible;
        position: relative;
        top: 0px;
        left: 0px;
    }
}

@media only screen and (max-width: 720px) {
    #image {
        overflow: visible;
    }

    #image1 {
        margin-right: 0px;
        position: relative;
        top: 0px;
        left: 0px;
        margin-top: 29px;
        clear: none;
    }

    #image2 {
        position: relative;
        margin-left: 0px;
        margin-top: 0px;
        top: 0px;
        left: 0px;
        clear: none;
        overflow: visible;
    }
}

@media only screen and (max-width: 420px) {
    #image {
        max-width: none;
        width: 420px;
        height: 236px;
        max-height: none;
    }

    #image1 {
        position: fixed;
        top: 464px;
        right: 0px;
        bottom: auto;
        left: auto;
    }

    #image2 {
        position: fixed;
        margin-left: 0px;
        margin-top: 0px;
        top: 236px;
        left: 0px;
        bottom: auto;
        right: 0px;

        max-height: none;
    }
}

