.box {
  margin-bottom: 10px;
}
.sellingtitle {
    text-align:center;
    font-size: 40px;
}
.player-container {
  position: relative;
}
.videoWrapper {
  position: relative;
  width: 100%;
}
.player_main_wrapper {
  position: relative;
  width: 100% !important;
}
.player_main_wrapper object, .player_main_wrapper embed, .player_wrapper object, .player_wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 !important;
  width: 100% !important;
}
#player_members_wrapper[style],
#player_trailers_wrapper[style] {
  padding-bottom: 55.3%;
  width: 100% !important;
  height: 0 !important;
}
.screencaps-overview img {
    float: left;
    width: 33.333333%;
    padding-right: 1px;
    padding-bottom: 1px;
}
.video-options  ul li {
    list-style: none;
    font-size: 13px;
}

.video-options ul {
    margin: 0px;
    padding: 0px;
}

.video-options ul li small {
    color: #8f8f8f;
}
.btn-red {
    margin-top: 10px;
    padding: 0px;
    border: none;
}
.btn-red h5 {
    text-shadow: none;
    background-color: #bf1c1c;
    border: none;
    padding: 12px 10px 10px;
    margin: 0px;
    color: #ffffff;
}
.btn-red h5:hover {
    background-color: #a01017;
}
.btn-favorites {
    background-color: #A01017;
    color: #FFFFFF;
    padding: 7px 9px 8px !important;
    margin-top: 5px;
    text-shadow: none;
    border-radius: 0 !important;
}
.videothumb {
    width: 50%;
}
.duration-info {
  margin-top: 4px;
}

video {
  width: 100% !important;
  height: 100% !important;
}
.gallery-overview .gallerythumb {
    float: left;
width: 19.6%;
margin: 1px 0px 1px 1px;
}

.gallery-overview .gallerythumb img {
  width: 100%;
}

.gallery-btn {
  padding: 0px;
}
.view-btn {
    width: 100%;
    margin-top: 10px;
    text-shadow: none;
    color: #fff;
    background: #D4252D;
    border: none;
    border-radius: 0px;
    font-size: 18px;
}

.view-btn:hover {
    background-color: #b50e24;
    color: #fff;
}

