All files / src/VideoLookup/css VideoLookup.module.css

100% Statements 1/1
100% Branches 0/0
100% Functions 0/0
100% Lines 1/1

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 602x                                                                                                                      
.videoContainer {
  height: 567px;
  width: 1008px;
  overflow: hidden;
}
.close {
  width: 40px;
  --button_padding: 6px 0;
  --button_text_color: var(--zdt_videolookup_close);
  position: absolute;
  top: 20px;
  right: 20px;
}
.close:hover {
  --button_bg_color: var(--zdt_videolookup_close_hover_bg);
  --button_text_color: var(--zdt_videolookup_close_hover);
}
 
/* @media screen and (max-width: 1162px) {
  .videoContainer {
    height: 470px;
    width: 836px;
  }
} */
 
.videoIframe,
.videoPlayer {
  width: 100%;
  height: 100%;
  border: none;
}
 
@media screen and (max-width: 1162px) {
  .videoContainer {
    height: 470px;
    width: 836px;
  }
}
 
@media screen and (max-width: 992px) {
  .videoContainer {
    height: 400px;
    width: 700px;
  }
}
 
@media screen and (max-width: 768px) {
  .videoContainer {
    height: 320px;
    width: 100%;
  }
}
 
@media screen and (max-width: 480px) {
  .videoContainer {
    height: 240px;
    width: 100%;
  }
}