﻿.video-r iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.video-r {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 0;
    position: relative;
}

.buttonsmall {
    padding: 3px 10px !important;
    margin-bottom: 4px;
}

.whitebox {
    background-color:#cccccc;
    padding: 20px;
}
.shadow {
  -webkit-box-shadow: 0px 4px 7px -4px rgba(0,0,0,1);
  -moz-box-shadow: 0px 4px 7px -4px rgba(0,0,0,1);
  box-shadow: 0px 4px 7px -4px rgba(0,0,0,1);
}

.carousel-caption {
    background-color:  rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    z-index: 0;
}
