/*!
Theme Name: itolier
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: itolier
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

itolier is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.items__inner .items-blk-wrap:nth-of-type(2) .items-blk-wrap__inner--left .items-blk__img{
	display:none !important;
}
.items__inner .items-blk-wrap:nth-of-type(2) .items-blk-wrap__inner--left .items-blk__detail{
justify-content: center;
}	
.items__inner .items-blk-wrap:nth-of-type(2) .items-blk-wrap__inner--left .items-blk__detail video{
	width:25vw;
	max-width:500px;
	aspect-ratio: 9 / 16;
}
@media only screen and (max-width: 1043px) {
.items__inner .items-blk-wrap:nth-of-type(2) .items-blk-wrap__inner--left .items-blk__detail video{
	width:92vw;
	}
  }
	
.items__inner .items-blk-wrap:nth-of-type(2) .items-blk-wrap__inner--left .items-blk__detail .group{
	margin-top:0;
	padding-left:0;
}

.items__inner .items-blk-wrap:nth-of-type(6) .items-blk-wrap__inner--left{
	display:none !important;
}
.items__inner .items-blk-wrap:nth-of-type(6) .items-blk-wrap__inner--right{
	margin:auto;
	width:100%;
}

.items .items-blk-wrap__inner .items-blk__detail .group:nth-child(2){
  width: 40%;
  margin-left: auto;
 }
.footer .footer-blk--upper .footer-logo{align-items: center;}