/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/lnip-widen/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
/* Links */
:root {
  --aspect-ratio: 315 / 560;
  --main-width: 60vw;
}
.widen-video-setting {
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
  border: 2px solid;
  padding: 20px;
  margin-bottom: 30px;
}
.alternating-feature__flexible-inner .widen-video-editing {
  width: 50% !important;
}
.alternating-carousel__flexible-inner .widen-video-editing {
  width: 50% !important;
}
.lnip-alternating-feature__flexible-inner .widen-video-editing {
  width: 50% !important;
}
.lnip-widen-video {
  /*  &.alignright	{
  	float: none !important;
  	margin-right: 0px !important;

  	iframe {
  		float: right;
  	}
  }

  &.alignleft	{
  	float: none !important;
  	margin-left: 0px !important;

  	iframe {
  		float: left;
  	}
  }

  .lnip-widen-video-container {
  	display: flex;
  	text-align: center;
  	margin: 100px auto;
  	width: 50%;
  	height: 138px;
  	margin: 20px auto;

  	@include mq('phone-large') {
  		width: 38%;
  	}

  	@include mq('tablet') {
  		width: 42%;
  		height: 180px;
  	}

  	@include mq('desktop-small') {
  		width: 42%;
  		height: 270px;
  	}

  	@include mq('desktop') {
  		width: 42%;
  		height: 446px;
  	}

  } */
}
.lnip-widen-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=style-index.css.map*/