html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Body */

body{
    background-color: #1a1a1a;
}

.dontaur{
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    overflow: hidden;
}
@media (max-width: 640px) {
    .dontaur{
        height: 50%;
        width: 100%;
        top:0;
    }
}
.amf{
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    overflow: hidden;
}
@media (max-width: 640px) {
    .amf{
        height:50%;
        width: 100%;
        bottom:0;
    }
}

#dontaurVid, #amfVid{
    position: absolute; 
    right: 0; 
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto; 
    height: auto; 
    background-size: cover;
    overflow: hidden;
    border:none;
    opacity: 0.5;
    cursor: pointer;
    z-index: 0;
}

.vidHover{
    background-color: #3a76b0;
    height: 100%;
    width: 50%;

    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
@media (max-width: 640px) {
    .vidHover{
        height:50vh;
        width: 100%;
    }
}

.dontaur img, .amf img{
    position: relative;
    height: 78px;
    top:50%;
    margin-top: -39px;
    left: 50%;
}
.dontaur img{
    margin-left: -128px;
    cursor: pointer;
}
.amf img{
    margin-left: -82px;
    cursor: pointer;
}

a{
    z-index: 1;
    display: none;
}


















