/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/OutOfApp300x250/OutOfApp300x250.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.OutOfApp300x250 {
  display: flex;
  flex-direction: row;
  width: 300px;
  height: 250px;
}
.OutOfApp300x250 .ad-description-container {
  display: flex;
  flex-direction: column;
  width: 140px;
  height: 250px;
}
.OutOfApp300x250 .ad-description-container .logo-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 80px;
  overflow: hidden;
}
.OutOfApp300x250 .ad-description-container .logo-image-container img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
}
.OutOfApp300x250 .ad-description-container .ad-content-description {
  display: flex;
  align-items: center;
  width: 140px;
  height: 100px;
  overflow: hidden;
  font-size: 11px;
}
.OutOfApp300x250 .ad-description-container .ad-content-description div {
  margin: 10px;
  width: 100%;
  text-align: center;
}
.OutOfApp300x250 .ad-description-container .cta-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 70px;
}
.OutOfApp300x250 .ad-description-container .cta-button-container .cta-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  width: 100%;
  min-height: 30px;
  margin: 10px;
  cursor: pointer;
  z-index: 1;
}
.OutOfApp300x250 .ad-description-container .cta-button-container .cta-button .cta-button-label {
  font-size: 9px;
  font-weight: 600;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 5px;
}
.OutOfApp300x250 .lifestyle-image-container {
  display: flex;
  width: 160px;
  height: 250px;
  overflow: hidden;
}
.OutOfApp300x250 .lifestyle-image-container img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
