html,body 
{
   height: 100%;
}
.carousel,.item,.active
{
    height: 100%;
}
.techslideshow-wrapper
{

  height: 400px;
  width: 100%;
}
.techslideshow-wrapper .carousel-caption p 
{
  font-size: 20px;
  font-family: arial;
}
.techslideshow-wrapper .btn-rounded
{
  border: 2px solid #fff;
  border-radius: 50px;
}
.techslideshow-wrapper .carousel-indicators
{
  bottom: 20px!important;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) 
{
  max-width: 100% !important;
  width: calc(100% - 4rem);
}
.techslideshow-wrapper .carousel-inner 
{
  height: 400px!important;
  width: 100%;
}
.techslideshow-wrapper a.btn-rounded 
{
  color: #fff;
    font-size: 18px;
    padding: 20px 36px;
    text-transform: uppercase;
}
.techslideshow-wrapper .carousel-caption 
{
  right: 20%;
  left: 20%;
  padding-bottom: 50px!important;
}
div#techslideshow-wrapper h2 
{
  font-size: 100px;
}
.techslideshow-wrapper a.btn-rounded:hover 
{
  color: #333;
}
.wp-site-blocks 
{
  padding: 0px;
}
.wp-block-spacer 
{
  display: none;
}
.wp-block-template-part 
{
  display: none;
}
.wp-container-6.wp-block-group
{
  display: none;
}
.wp-block-template-part
{
  display: none;
}
.carousel-inner 
{
  height: 100%;
  background: #000;
}
.carousel-caption 
{
  padding-bottom: 80px;
}
h2 
{
   font-size: 60px;
}
p {
  padding: 10px
}
/* Background images are set within the HTML using inline CSS, not here */
.fill 
{
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  opacity: 0.6;
}
.btn-transparent 
{
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-transparent:hover 
{
  background-color: #fff;
}
.btn-rounded 
{
   border-radius: 70px;
}
.btn-large 
{
  padding: 11px 45px;
  font-size: 18px;
}
/**
 * Change animation duration
 */
.animated 
{
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
@-webkit-keyframes fadeInRight {
from 
{
  opacity: 0;
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}
to
 {
   opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
}
@keyframes fadeInRight {
  from 
  {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to 
  {
     opacity: 1;
     -webkit-transform: none;
     transform: none;
  }
}
.fadeInRight
{
   -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
div#myCarousel 
{
  max-width: 100%;
  height: 400px;
}
video::-webkit-media-controls-panel 
{
  display: none !important;
  opacity: 1 !important;
}
video 
{
  object-fit: cover;
   width: 100%;
  height: 100%;
  /* position: fixed; */
  top: 0;
  left: 0;
  background-size: cover;
}
.carousel-control:hover, .carousel-control:focus, .carousel-control:active, .carousel-control
{
  background:transparent !important;
  background-image: none !important;
  opacity: 1;
}
@media (max-width: 768px) { 
  div#techslideshow-wrapper h2 
  {
    font-size: 70px;
  }
  .techslideshow-wrapper .carousel-caption
  {
        padding-bottom:70px !important;
  }
}
@media (max-width: 425px) {
  .carousel-caption h2 
   {
     font-size: 53px;
   }
  div#techslideshow-wrapper h2 
  {
    font-size: 40px;
  }
  .techslideshow-wrapper a.btn-rounded 
  {
    color: #fff;
    font-size: 18px;
    padding: 10px 12px;
    text-transform: uppercase;
  }
  div#techslideshow-wrapper h2 
  {
    font-size: 50px;
  }
}
@media (max-width: 375px) {
  div#techslideshow-wrapper h2 
  {
  font-size: 40px;
  }
  .techslideshow-wrapper .carousel-caption 
  {
    padding-bottom: 90px !important;
  }
}
@media (max-width: 320px) 
{
  .carousel-caption h2 
  {
    font-size: 43px;
  }

}