body {
  background-image: url("/../images/new-det.JPG");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }

.new-box {
  margin-top: 30px; }
  .new-box .new-title {
    font-size: 25px;
    color: #6a3906;
    margin: 0 0 50px 10px; }
  .new-box .user-vedio-list iframe {
    width: 100% !important;
    height: calc(1170px * 0.5575) !important;
    margin: 0 0 40px; }
    @media screen and (max-width: 1199px) {
      .new-box .user-vedio-list iframe {
        height: calc(950px * 0.5575) !important; } }
    @media screen and (max-width: 991px) {
      .new-box .user-vedio-list iframe {
        height: calc(750px * 0.5575) !important; } }
    @media screen and (max-width: 767px) {
      .new-box .user-vedio-list iframe {
        height: calc(100vw * 0.5575) !important; } }

@media screen and (max-width: 1199px) {
  .back-btn {
    margin: 40px auto 90px; } }

@media screen and (max-width: 767px) {
  .back-btn {
    display: block;
    width: 100px; } }

/*# sourceMappingURL=new_vedio_det.css.map*/