/*
Theme Name: Salient Child
Theme URI: https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Template: salient
Author: ThemeNectar
Author URI: https://themeforest.net/user/themenectar
Description: An Ultra Responsive Multi-Purpose Theme.
Version: 16.1.3.1707408139
Updated: 2024-02-08 16:02:19

*/
.only-mobile {
  position: relative;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  display: block !important;
  z-index: 9999;
  background: black;
}
@media screen and (orientation: landscape) and (max-width: 768px) {
  .only-mobile {
    height: 100vh;
    object-fit: contain;
    background: black;
  }
	@media screen and (orientation: landscape) and (max-width: 768px) {
  .only-mobile {
    height: 100vh;
    object-fit: contain;
    background: black;
  }
}
}