
/* NAVIGATION */

/* Show it is fixed to the top */
body, html {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    height: 100%;
    display:block;
    padding-top:50px;
    scroll-behavior: smooth;
}


/*----------------------------------*/
body.cookiewarning {
  padding-bottom: 10em;
}
body div.cookiewarning {
  display: none;
}
body.cookiewarning div.cookiewarning {
padding: 1em; 
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(0,0,0,.8);
  color: white;
}

body .removecookie {
  display: inline-block;
}

body.cookiewarning .removecookie {
  display: none;
}
.btn_cookies_accept{
      background: #1a7da7;
}
.btn_cookies_info{
      color: #1a7da7;
}
/*----------------------------------*/
.play-btn {
  z-index:1000;
}
.dropdown:hover>.dropdown-menu {
    display: block;
    width: fit-content;
}
#secondDiv{
  display: block;
    padding: 15px;
    text-decoration: none;
    color: #1a7da7;
    text-transform: uppercase;
    margin: 0 10px;
}
  

/*--------------NAVBAR--------------*/

.flags{
  margin:0px;padding:0px;width:20px;
}
.flag_li{
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.navbar-toggler .navbar-toggler {
    border-color: #1a7da7;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(26, 125, 167, 0.99)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
  margin-top: 0;
}

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}

.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}
.dropdown-header{
    margin: 0;
    padding: 0;
}
.sub-menu{
    background-color: rgba(250, 250, 250, 0.8);
    border:none;
}
.logo-nav{
  max-height:75px; 
  padding-right:-10%;
}
.logo-nav-res{
  width:40px;
  margin-left:10px;
  display: none;
}


.style_btn{
  border:none;background:none;display:none;
  color: #1a7da7;
}
#mysmall{
  display:none;

}
#mysmalld{
  display:none;

}

.custom_menupos{
padding: 0px;
margin-bottom: 0px; 
background-color: none; 
 border: 0px ;
 display: block;
    padding: 15px;
    text-decoration: none;
    color: #1a7da7;
    text-transform: uppercase;
    margin: 0 10px;
}
}


@media (max-width: 979px) {
  .nav > li > a.a-caret {
    box-shadow: 0 1px 3px rgba(0,0,0,.35);
    height: 12px;
    width: 12px;
    top: 2px;
    left: 8px;
    }
  .nav > li > a.a-stripped {padding-right: 45px; padding-left: 45px;}
  ul.nav li.dropdown.open ul.dropdown-menu  {
    background-color: #ececec;
    border-radius: 4px;
    box-shadow: inset 0 2px 3px rgba(0,0,0,.35);
    }
  .dropdown-submenu > a:after {
    border-left-color: transparent;
    border-top-color: #ccc;
    border-width: 5px 5px 0 5px;
    }

  ul.nav li.dropdown.open ul.dropdown-menu .dropdown-submenu ul.dropdown-menu {
    background-color: white;
    box-shadow: inset 0 1px 4px rgba(0,0,0,.27);
    display: block;
    position: relative;
    margin-right: 4px;
    bottom: 2px;
    }
  ul.nav li.dropdown.open ul.dropdown-menu .dropdown-submenu:hover > a {
    color: white;
    }
  }
/*-----------------------------ENDNAVBAR-------------------*/



/*--------HEADERSTYLE--------------------------------------*/


div.foo{
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.letter{
  display: inline-block;
  font-weight: 900;
  font-size: 30pt;
  margin: 0.2em;
  position: relative;
  color: #1a7da7;
  transform-style: preserve-3d;
  perspective: 400;
  z-index: 1;
}
.letter:before, .letter:after{
  position:absolute;
  content: attr(data-letter);
  transform-origin: top left;
  top:0;
  left:0;
}
.letter, .letter:before, .letter:after{
  transition: all 0.3s ease-in-out;
}
.letter:before{
  color: #b0ffff;
  text-shadow: 
    -1px 0px 1px rgba(255,255,255,.8),
    1px 0px 1px rgba(0,0,0,.8);
  z-index: 3;
  transform:
    rotateX(0deg)
    rotateY(-15deg)
    rotateZ(0deg);
}
.letter:after{
  color: rgba(0,0,0,.11);
  z-index:2;
  transform:
    scale(1.08,1)
    rotateX(0deg)
    rotateY(0deg)
    rotateZ(0deg)
    skew(0deg,1deg);
}
.letter:hover:before{
  color: #32bcd4;
  transform:
    rotateX(0deg)
    rotateY(-40deg)
    rotateZ(0deg);
}
.letter:hover:after{
  transform:
    scale(1.08,1)
    rotateX(0deg)
    rotateY(40deg)
    rotateZ(0deg)
    skew(0deg,22deg);
}

/*--------ENDHEADERSTYLE-----------------------------------*/

.intro-img {
    background: url("../images/panel1.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    margin-right:0 ;
    margin-left: 0;
}

.intro-img_service {
    background: url("../images/panel1.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 500px;
    margin-right:0 ;
    margin-left: 0;
}


.parallax_logo_full {
    /* The image used */
    background-image: url('../images/back6.png');

    /* Full height */
    height: 90%; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;

    background-size: 100% 100%;
}
.parallax_logo {
    /* The image used */
    background-image: url('../images/back3.png');

    /* Full height */
    height: 80%; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
 -webkit-mask: linear-gradient(-90deg, rgba(0,0,0,0) 20%, rgba(0,0,0,1) 50%);

    background-size: cover;
}
.parallax {
    /* The image used */
    background-image: url('../images/parallax2.jpg');

    /* Full height */
    height: auto; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax_between {
    /* The image used */
    background-image: url('../images/parallax2.jpg');

    /* Full height */
    height: 20%; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax_doctors {
    /* The image used */
    background-image: url('../images/parallax2.jpg');

    /* Full height */
    height: auto; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallaxintro {
    /* The image used */
    background-image: url('../images/parallax2.jpg');

    /* Full height */
    height: 70%; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax_services {
    /* The image used */
    background-image: url('../images/parallax2.jpg');

    /* Full height */
    height: 100%; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax_service_top {
    /* The image used */
    background-image: url('../images/intro_image.jpg');

    /* Full height */
    height: 20%; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax_service_heading {
    /* The image used */
    background-image: url('../images/intro_image.jpg');

    /* Full height */
    height: 30%; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax_service_tiny {
    /* The image used */
    background-image: url('../images/parallax2.jpg');

    /* Full height auto prepei na ginetai auto sto responsive*/
    height: 70%; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax1 {
    /* The image used */
    background-image: url('../images/intro_image.jpg');

    /* Full height */
    height: 80%; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax_video{
    /* The image used */
    background-image: url('../images/intro_image.jpg');

    /* Full height */
    height: 100%; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax2 {
    /* The image used */
    background-image: url('../images/chair_clinicpng.png');

    /* Full height */
    height: auto;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: relative;
    background-repeat: no-repeat;
    background-size: cover;
   

}

/* NAVIGATION */

.nav_cust{
    width: 100%;
    background-color: #fff ;
    /* border-bottom: 1px solid #1a7da7;*/ 

}
.nav_cust.scrolled {
  background-color: rgba(250, 250, 250, 0.8) !important;
  transition: background-color 200ms linear;
}
.center {
  text-align: center;
}

section {
  height: 100vh;
}
nav {

  margin: 0 auto;
  background: #fff;
  padding: 50px 0;

}
nav ul {
  list-style: none;
  text-align: center;
}
nav ul li {
  display: inline-block;
  text-decoration: none;
}
nav ul li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #1a7da7;
 
  text-transform: uppercase;
  margin: 0 10px;

}
nav ul li a,
nav ul li a:after,
nav ul li a:before {

}
nav ul li a:hover {
  color: #32bcd4;
}

.style_social{


}
.style_social li a{

padding: 2px;
margin:0px;
  
}
/* stroke */
nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #32bcd4;
  height: 1px;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}

nav.fill ul li a {
  /*transition: all 2s;
*/}

nav.fill ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
nav.fill ul li a:hover {
  color: #32bcd4;
  z-index: 1;
  text-decoration: none;
}
nav.fill ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
  text-decoration: none;

}
.justify-content-center {
    width: 100%;
  }
 {
  position: relative;
  width: 100px;
  height: 100px;
}


/* Keyframes */
@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  /* Here we see the full result of hover */
  100% {
    width: 100%;
    height: 5%;
    background:  #32bcd4;
  }
}
/******************************************CONTACT*********************************************************/
#map {
    width: 100%;
    height: 400px;
    margin-top: 60px;
    margin-bottom: 40px;
}
.table-opening{
  width: 140%;

}

.table-opening-font{

  font-family: 'Anton', sans-serif;
  font-size: 130%;
  text-align: center;

}
.line-opening{
   color: rgb(188,156,22);
     background: rgb(188,156,22); 
     width: 95%; 
     height: 1px;
}
.contact-font-info {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: black;
    margin: 0 10px;
     font-size: 17px;
}
.contact-font-info a {
  text-decoration: none;
   color: inherit;
}
.tinyt{
  display: block;
    padding: 15px;
    text-decoration: none;
    color: #1a7da7;
    margin: 0 10px;
    font-size: 10px;
}
.no-margin{
  margin: 0;
}

.no-padding{
  padding: 0;
  padding-top: 0;
  top:0;
}
.iframe-container > * {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
/****************************************************************************************************************/

/***************************SECTIONBOX**************************************************************************/

.divider-triangle {
    display: block;
    left: 0;
    right: 0;
    top: 0;
    clear: both;
    position: relative;
    border-top: 4px solid #1a7da7;
    margin: 0;
    overflow: hidden;
    padding-bottom: 7px;
    height: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
}

.divider-triangle:after {
    border-top: 80px solid #1a7da7;
    border-left: 60px solid transparent; 
    border-right: 60px solid transparent; 
    bottom: 0px;
    content: "";
    position: absolute;
    left: 45%;
    margin-left: -21px;
    width: 0; 
    height: 0;
}
.sectionBox {
    background: #fff;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(3, 3, 3, 0.15);
    box-shadow: 0px 1px 3px 0px rgba(3, 3, 3, 0.15);
    padding: 30px 40px 30px 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    z-index: 3;
    margin-top: -40px;
    margin-bottom: 0px;

  flex-direction: column;
 
}
.sectionBox {
    background: #fff;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(3, 3, 3, 0.15);
    box-shadow: 0px 1px 3px 0px rgba(3, 3, 3, 0.15);
    padding: 30px 40px 30px 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    z-index: 3;
    margin-top: -40px;
    margin-bottom: 0px;

  flex-direction: column;
 
}
/***************************DROPDOWN BANNER***************************/

div.slide-up {
  overflow:hidden;
 }
div.slide-up div.inner {
  animation: slide-up 10s;
  margin-top:0%;
}

@keyframes slide-up {
  from {
    margin-top: 100%;
  }

  to {
    margin-top: 0%;
  }
}
/***********************DOCTOR BUTTONS****************************/
.locate_buttons{

  margin-top: 100px;
  position: absolute;
  left:45%;
  top: 50%;
  

}
.myButton {
  -moz-box-shadow: 0px 10px 14px -7px #1bc2ba;
  -webkit-box-shadow: 0px 10px 14px -7px #1bc2ba;
  box-shadow: 0px 10px 14px -7px #1bc2ba;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #034858), color-stop(1, #2abdb1));
  background:-moz-linear-gradient(top, #034858 5%, #2abdb1 100%);
  background:-webkit-linear-gradient(top, #034858 5%, #2abdb1 100%);
  background:-o-linear-gradient(top, #034858 5%, #2abdb1 100%);
  background:-ms-linear-gradient(top, #034858 5%, #2abdb1 100%);
  background:linear-gradient(to bottom, #034858 5%, #2abdb1 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#034858', endColorstr='#2abdb1',GradientType=0);
  background-color:#034858;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:17px;
  padding:13px 32px;
  text-decoration:none;
  text-shadow:0px 1px 0px #28665e;
}

.myButton:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2abdb1), color-stop(1, #034858));
  background:-moz-linear-gradient(top, #2abdb1 5%, #034858 100%);
  background:-webkit-linear-gradient(top, #2abdb1 5%, #034858 100%);
  background:-o-linear-gradient(top, #2abdb1 5%, #034858 100%);
  background:-ms-linear-gradient(top, #2abdb1 5%, #034858 100%);
  background:linear-gradient(to bottom, #2abdb1 5%, #034858 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2abdb1', endColorstr='#034858',GradientType=0);
  background-color:#2abdb1;
  text-decoration: none;
  color: white;
}
.myButton:active {
  position:relative;
  top:1px;
 }

.each_service{
  font-style: oblique;
  font-weight: bold;
  color: #404040;
   text-transform: uppercase;
 }
 .each_service_cliniccases{
    display: inline-block;
    font-size: 30pt;
    margin: 0.2em;
    position: relative;
    transform-style: preserve-3d;
    perspective: 400;
    z-index: 1;
    font-style: oblique;
    font-weight: bold;
    color: #404040;
}
/************************************************************************************************************/
/***********************************CLINIC*******************************************************************/


.videoholder {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.videoholder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.videoholder .container {
  position: relative;
  z-index: 2;
}

.videoholder .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}


#videoholder video #play {
    display: block;
}

@media (pointer: coarse) and (hover: none) {
  .videoholder {
    background:  black no-repeat center center scroll;
  }
  .videoholder video {
    display: block;
  }
}
#myVideo {
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: auto;
}

#myBtn {

}

#myBtn:hover {
 
}
svg#play {
  position: relative;
  width:10%;
  transform-origin: 50% 50%;

}


svg#pause {
    position: relative;
    width: 40%;
    transform-origin: 50% 50%;}

svg#play #triangle {
  fill:rgba(22,22,22,0);
  transition:500ms;
  transform-origin: 50% 50%;
}
svg#play:hover #triangle {
  fill:#1a7da7;
  transform-origin: 50% 50%;
}

 svg #lineOne, svg #lineTwo {
  transform-origin: 50% 50%;
  transition: 1s;
} 

 svg:hover #lineOne {
  transform: rotate(260deg);
   -webkit-transform: rotate(260deg);
-moz-transform: rotate(260deg);
-o-transform: rotate(260deg);
   transform-origin: 50% 50%;
} 

 svg:hover #lineTwo {
  transform: rotate(-450deg);
   transform-origin: 50% 50%;
} 

.video-background-holder {
 
  background-color: black;
  height: calc(100vh - 72px);
  min-height: 25rem;
  width: 100%;
  overflow: hidden;

}

.video-background-holder video {
  position: relative;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;

  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
  position: relative;
  z-index: 2;
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
/*********************************************/
/* DEMO-SPECIFIC STYLES */
.ps{
visibility: hidden;
color: #1a7da7;
bottom: 0;
}
.service_col_style:hover .ps {
  visibility: visible;
  transition: all 3s linear;
}
/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}
/*********************************************/
/* HERE I STYLE THE IMAGES */
.centermodal{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(64, 64, 64,0.7);
  border-color: white;


}
/************************************************************************************************************/
/*-------------------------------------CLINIC_STAFF-----------------*/
.modal-content-staff {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 60%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    margin: 0 auto;
    opacity: 0.9;

  }
.main-text
{
    background-color: rgba(50, 188, 212,0.4);
    /* position: absolute; */
    /* top: 68%; */
    /* width: 50%; */
    color: black;
    margin: 0 auto;
    /* height: 20%; */
    bottom: 20%;
}



/************************************************************************************************************/
@media only screen and (max-width : 1199px) {
.parallax2 {
  height: auto;
}
.parallax {
  height: auto;
}
.parallax_service_tiny{
  height: auto;
}
}
/*Small devices (landscape phones, less than 768px)*/
@media only screen and (max-width : 768px) {

.btn_responsive{
  margin-top: 40%;
}
.videoholder{
  height: fit-content;
  min-height: 20rem;
}
.videoholder .overlay {
  position: relative;
  height: auto;
}

    #myVideo {
    position: absolute;
  
}

#mybig{
  display:none;

}
#mybigd{
  display:none;

}
#mysmall{
  border:none;
  display:inline;

}
#mysmalld{
  border:none;
  display:inline;

}
.style_btn{
display:inline;
padding: 0px;
}
.parallax2 {
  height: auto;
}
.parallax {
  height: auto;
}
#styled{

}
.parallax_video{
  height: auto;

}
.parallax_service_tiny{
  height: auto;
}
.parallax_between{
  height: 0;
}
.logo-nav{
  display: none;
}
.logo-nav-res{
  display: block;
}
/*--------------NAVBAR--------------*/
.dropdown-menu .sub-menu {
  left: 0;
  position: relative;
  top: 100%;
  }

  .modal-content-staff {
     /* bottom: 100%; */
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    bottom: 100%;
    /* position: fixed; */
    margin: 2px;
    padding: 2px;
    overflow: initial;
    height: 1000px;
    top: 0;
    /* width: 100%; */
    margin: 0 auto;
    padding: 20px 10px 10px 10px;
    max-height: 100%;
    width: 100%;
    height: 100vh;
    overflow-y: hidden;
}
body, html {
    
    padding-top:20px;
}

}
/*Medium devices tablets, less than 992px*/
@media only screen and (max-width : 992px) {

.video-background-holder {
 
  height: calc(100vh - 70px);
}
  #myVideo {
    position: absolute;
    width: 100%;
    height: auto;
}

.parallax2 {
  height: auto;
}
.parallax {
  height: auto;
}
.parallax_service_tiny{
  height: auto;
}
.parallax_video{
  height: auto;
}

.modal-content-staff {

    width: 90%;

  }
}

