/*--------------------------------------------------------------
  Template Name: Simply Construction HTML Template.
  Template URI: #
  Description: Simply Construction is a unique website template designed in HTML with a simple & beautiful look. There is an excellent solution for creating clean, wonderful and trending material design corporate, corporate any other purposes websites.
  Author: DevItems
  Version: 1.0
---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/

@media (max-width: 768px) {
  .htc__slider__front__video video {
      height: auto; /* Allow height to adjust naturally for smaller screens */
      width: 100%; /* Ensure full width on smaller devices */
  }
}

@media (max-width: 480px) {
  .htc__slider__front__video video {
      object-position: center center; /* Adjust video positioning on smaller screens */
  }
}