@import "../../../themes/default";

:global {
  .app-thumbnail {
    position: relative;
    padding-bottom: 56%;
    width: 100%;
    height: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .app-thumbnail-landscape {
    background-size: contain;
    padding-bottom: 56.25%;
    //padding-bottom: 56.1855645%;
  }

  .app-thumbnail-portrait {
    padding-bottom: 130%;
  }

  .app-thumbnail-default {
    position: relative;
    padding-bottom: 60%;
    height: 0;
    background-color: #232323;
  }

  .app-thumbnail-landscape-default {
    background-size: cover;
    padding-bottom: 56.25%;
  }

  .app-thumbnail-portrait-default {
    background-size: cover;
    padding-bottom: 130%;
  }

  .app-thumbnail-fit {
    //width: 291px;
    //height: 164px;
    //background-size: 291px 164px;
    //padding-bottom: 0;
  }
}
