/*html, body {*/
/*    height: 100%;*/
/*    max-width: 1080px;*/
/*    margin: 0 auto;*/
/*}*/

body {
    padding: 2rem;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.media {
    margin-top: 10px;
}

.my-container {
    text-align: center;
}

.my-vid {
    max-width: 560px !important;
    margin: 0 auto;
}

/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
/* .row.content {height: 450px} */

.sidebar-ad {
    margin-bottom: 1rem;
    text-align: center;
}

/* Set black background color, white text and some padding */
footer {
background-color: #555;
color: white;
padding: 15px;
}

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
.sidenav {
    height: auto;
    padding: 15px;
}
.row.content {height:auto;} 
}