/* RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 991px) {
  #modal-video .modal-dialog {
    width: 95% !important; }

  #modal-video .modal-dialog iframe {
    width: 100%; }

  .col-md-6.item-data {
    width: 100%;
    float: left; } }
@media only screen and (max-width: 767px) {
  .video-thumbnail {
    display: none; }

  #modal-video .modal-dialog {
    width: 100%; } }
#modal-video .modal-body {
  padding: 10px;
  background: transparent; }
#modal-video .modal-content {
  background: transparent;
  box-shadow: none;
  border: none; }
#modal-video button.close {
  color: white;
  opacity: 1;
  position: relative;
  top: -17px;
  right: -10px; }
#modal-video .video-container {
  display: block;
  max-width: 1000px;
  max-height: 600px; }
  #modal-video .video-container .video-wrapper {
    max-width: 1000px;
    width: 100%; }
    #modal-video .video-container .video-wrapper .wp-video-shortcode {
      width: 960px !important;
      height: 540px !important; }

@media only screen and (max-width: 479px) {
  html {
    font-size: 14px; } }
#modal-video .modal-dialog {
  width: 880px; }
