﻿.video {
    width: 100%;
   
}
.videodiv{
    display:table;
    width:auto;
    position:relative;
   
}
.playpause {
    background-image:url('/img/Brownies/playbutton.png');
    background-repeat:no-repeat;
    width:50%;
    height:50%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
    cursor:pointer;
}

@media only screen and (min-width:769px) {
    .brownieboxes .column{
    width:43%;
    padding:0 3% 2em;
}
}
