@charset "UTF-8";
/* Colors */
/* Sizes */
/* From Bootstrap */
/* Variables */
/* Font Sizes */
/* Padding */
/* Border Radius */
/* Screens */
body.kind-library {
  height: auto;
}
body.kind-library .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #94bf3c;
}

body.kind-library.is-mine {
  background-color: #efefef !important;
  background-image: none !important;
}

body.kind-library {
  background-image: -webkit-linear-gradient(left, #fff 260px, #efefef 260px, #efefef 100%);
  background-image: linear-gradient(left, #fff 260px, #efefef 260px, #efefef 100%);
}
@media (max-width: 559px) {
  body.kind-library {
    background-image: none;
    background-color: #efefef;
  }
}
#folder {
  position: relative;
}
#folder > div {
  flex-grow: 1;
  padding: 0;
  padding-left: 260px;
}
@media (max-width: 559px) {
  #folder > div {
    padding: 0;
  }
}
#folder.no-tree > div {
  padding-left: 0;
}
#folder > figure {
  width: 260px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 559px) {
  #folder > figure {
    width: 0;
    visibility: hidden;
  }
}
#folder > figure > select {
  height: 42px;
  display: block;
  width: 100%;
  color: #fff;
  border-color: #fff;
}
#folder > figure .select2-container--default .select2-selection--multiple {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-width: 2px;
}
#folder > figure .select2-container--default.select2-container--focus .select2-selection--multiple {
  box-shadow: none;
  border-bottom-color: #94bf3c;
}
#folder > figure .select2-container--default .select2-selection--multiple .select2-selection__choice {
  float: none;
  margin-right: 0;
}
#folder > figure ul.tree {
  padding: 14px;
}
@media (max-width: 559px) {
  #folder > figure ul.tree {
    padding: 0;
  }
}
#folder > figure ul.tree li > a {
  color: #666666;
}
#folder > figure ul.tree li.current-cat > a {
  color: #94bf3c;
}
#folder article {
  overflow: hidden;
}
#folder article > aside {
  text-align: left;
  margin: 0;
  background-color: white;
  padding: 0 14px;
  overflow: hidden;
  box-shadow: 3px 3px 0px rgba(51, 51, 51, 0.08);
  position: relative;
}
#folder article > aside .btn {
  padding: 11px 14px;
  height: auto;
  font-size: 12px;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -16px;
}
#folder article .spinner {
  text-align: center;
  padding: 17px;
}
#folder article .spinner:before {
  display: block;
  position: static;
  margin: 0 auto;
}
#folder article.binded .spinner {
  display: none;
}
#folder article.binded > .media {
  visibility: visible;
}
#folder article > .media {
  list-style: none;
  margin: 14px auto;
  visibility: hidden;
}
#folder article > .media:after {
  content: " ";
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
}
#folder article > .media.static {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#folder article > .media.static > li {
  max-width: 360px;
}
#folder article > .media.static.count-1 > li {
  width: 100%;
}
#folder article > .media.static.count-2 > li {
  width: 50%;
}
#folder article > .media > li {
  padding: 0;
  display: block;
  width: 180px;
  float: left;
  position: relative;
}
@media (min-width: 560px) {
  #folder article > .media > li {
    width: 248px;
  }
}
#folder article > .media > li em {
  color: #7f7f7f;
  text-transform: uppercase;
  font-style: normal;
  font-size: 0.86em;
}
#folder article > .media > li > a:first-child {
  margin: 0 11px 22px;
  padding: 0;
  color: #4c4c4c;
  display: block;
  text-decoration: none;
  position: relative;
  min-height: 70px;
  text-align: center;
  box-shadow: 3px 3px 0px rgba(51, 51, 51, 0.08);
  transition: transform 0.1s ease-out;
}
#folder article > .media > li > a:first-child.inactive {
  opacity: 0.4;
}
#folder article > .media > li > a:first-child.inactive .img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#folder article > .media > li > a:first-child.inactive span i {
  color: #cecece !important;
}
#folder article > .media > li > a:first-child:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 70px;
  display: none;
}
#folder article > .media > li > a:first-child .img {
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#folder article > .media > li > a:first-child .img img {
  width: 100%;
  height: auto;
}
#folder article > .media > li > a:first-child.has-thumbnail {
  overflow: hidden;
}
#folder article > .media > li > a:first-child.has-thumbnail span {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: bottom 0.25s ease-out;
}
#folder article > .media > li > a:first-child.has-thumbnail:hover .img {
  opacity: 0.6;
}
#folder article > .media > li > a:first-child.has-thumbnail:hover span {
  bottom: 0;
}
#folder article > .media > li > a:first-child.is-landscape span {
  padding-top: 14px;
}
#folder article > .media > li > a:first-child.is-landscape span b {
  display: block;
  line-height: 23px;
  max-height: 69px;
  overflow: hidden;
}
#folder article > .media > li > a:first-child.is-landscape span em {
  display: none;
}
#folder article > .media > li > a:first-child.is-landscape span > div {
  display: none;
}
#folder article > .media > li > a:first-child span {
  display: block;
  padding: 17px;
  width: 100%;
  vertical-align: middle;
  position: relative;
}
#folder article > .media > li > a:first-child span i {
  font-size: 45px;
  vertical-align: middle;
  display: block;
  text-align: left;
  margin-bottom: 11px;
}
#folder article > .media > li > a:first-child span i:before {
  margin: 0;
}
#folder article > .media > li > a:first-child span b {
  font-weight: 600;
  font-size: 1em;
  line-height: 1.4;
}
#folder article > .media > li > a:first-child span > div {
  max-height: 80px;
  line-height: 20px;
  overflow: hidden;
}
#folder article > .media > li > a:first-child span > div p {
  display: inline;
  line-height: 20px;
}
#folder article > .media > li > a:first-child span > * {
  display: block;
  margin-top: 11px;
  word-wrap: break-word;
}
#folder article > .media > li > a:first-child span > *:first-child {
  margin-top: 0;
}
#folder article > .media > li > a:first-child.file {
  text-align: left;
  background-color: #fff;
}
#folder article > .media > li > a:first-child.folder {
  text-align: left;
  background-color: #fff;
  min-height: 160px;
}
#folder article > .media > li > a:first-child.folder i {
  color: #aacd61;
}
#folder article > .media > li > a:first-child.folder span b {
  line-height: 23px;
  max-height: 69px;
  overflow: hidden;
}
#folder article > .media > li > a:first-child.folder:hover {
  background-color: #aacd61;
}
#folder article > .media > li > a:first-child.folder:hover i {
  color: #deecc2;
}
#folder article > .media > li > a:first-child.folder:hover span b {
  color: #fff;
}
#folder article > .media > li > a.edit-link {
  color: #666666;
  display: block;
  text-align: center;
  padding: 0 14px 14px;
  margin-top: -15px;
}
#folder article > .media > li .btn-launch {
  position: absolute;
  top: 8px;
  right: 19px;
  padding: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  opacity: 0.7;
}
#folder article > .media > li .btn-launch span {
  display: none;
}
#folder article > .media > li .btn-launch i {
  line-height: 36px;
  display: block;
  text-align: center;
  display: block;
  font-size: 18px;
  color: #7f7f7f;
}
#folder article > .media > li .btn-launch i:before {
  line-height: 36px;
  margin: 0 auto;
}
#folder article > .media > li:hover .btn-launch {
  opacity: 1;
  color: #fff;
  background-color: #009edf;
  border-color: #009edf;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075);
  background: #009edf linear-gradient(180deg, #26ade4, #009edf) repeat-x;
}
#folder article > .media > li:hover .btn-launch:hover, #folder article > .media > li:hover .btn-launch:active, #folder article > .media > li:hover .btn-launch:focus {
  background-color: #008cc6;
  background: #008cc6 linear-gradient(180deg, #269dcf, #008cc6) repeat-x;
}
#folder article > .media > li:hover .btn-launch:focus, #folder article > .media > li:hover .btn-launch.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 158, 223, 0.5);
}
#folder article > .media > li:hover .btn-launch.disabled, #folder article > .media > li:hover .btn-launch:disabled {
  background-color: #009edf;
  border-color: #009edf;
}
#folder article > .media > li:hover .btn-launch:not([disabled]):not(.disabled):active, #folder article > .media > li:hover .btn-launch:not([disabled]):not(.disabled).active, .show > #folder article > .media > li:hover .btn-launch.dropdown-toggle {
  color: #fff;
  background-color: #007aac;
  background-image: none;
  border-color: #00719f;
}
#folder article > .media > li:hover .btn-launch:not([disabled]):not(.disabled):active:focus, #folder article > .media > li:hover .btn-launch:not([disabled]):not(.disabled).active:focus, .show > #folder article > .media > li:hover .btn-launch.dropdown-toggle:focus {
  box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 158, 223, 0.5);
}
#folder article > .media > li:hover .btn-launch i {
  color: #fff;
}
#folder.list article > .media.static {
  height: auto !important;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  width: 96% !important;
  max-width: 960px;
}
#folder.list article > .media.static > li {
  max-width: 100%;
  width: 100%;
  position: relative !important;
  left: auto !important;
  top: auto !important;
}
#folder.list article > .media.static > li > a:not(.btn) {
  position: relative;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 8px;
}
#folder.list article > .media.static > li > a:not(.btn) .img {
  display: none;
}
#folder.list article > .media.static > li > a:not(.btn) span {
  padding: 14px;
  padding-left: 105px;
  padding-right: 120px;
  height: auto;
  position: static;
}
@media (max-width: 767px) {
  #folder.list article > .media.static > li > a:not(.btn) span {
    padding-right: 15px;
    padding-left: 15px;
  }
}
#folder.list article > .media.static > li > a:not(.btn) span > div {
  display: none;
}
#folder.list article > .media.static > li > a:not(.btn) span > i {
  position: absolute;
  top: 50%;
  left: 34px;
  margin-bottom: 0;
  margin-top: -18px;
  font-size: 36px;
}
@media (max-width: 767px) {
  #folder.list article > .media.static > li > a:not(.btn) span > i {
    position: static;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
#folder.list article > .media.static > li > a:not(.btn) span > * {
  margin-top: 0;
  margin-bottom: 8px;
}
#folder.list article > .media.static > li > a:not(.btn) span > *:last-child {
  margin-bottom: 0;
}
#folder.list article > .media.static > li > a:not(.btn) span em {
  display: block;
}
#folder.list article > .media.static > li > a:not(.btn).has-thumbnail {
  position: relative;
}
#folder.list article > .media.static > li > a:not(.btn).has-thumbnail .img {
  background-color: #fff;
  text-align: center;
  display: block;
  width: 75px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 2;
}
#folder.list article > .media.static > li > a:not(.btn).has-thumbnail .img img {
  height: 70px;
  width: auto;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #folder.list article > .media.static > li > a:not(.btn).has-thumbnail .img {
    position: static;
  }
}
#folder.list article > .media.static > li > a:not(.btn).has-thumbnail span {
  display: block;
  position: relative;
  bottom: auto;
  height: 90px;
  overflow: hidden;
}
#folder.list article > .media.static > li > a:not(.btn).has-thumbnail span i {
  display: none;
}
#folder.list article > .media.static > li:last-child > a {
  margin-bottom: 0;
}
#folder.list article > .media.static > li .btn-launch {
  top: 16px;
}

.image i.icon-media-empty {
  color: #6f42c1 !important;
}
.image i.icon-media-empty:before {
  content: "";
}

.xls i.icon-media-empty {
  color: #5fd372 !important;
}
.xls i.icon-media-empty:before {
  content: "";
}

.pdf i.icon-media-empty {
  color: #f7515f !important;
}
.pdf i.icon-media-empty:before {
  content: "";
}

.doc i.icon-media-empty {
  color: #009edf !important;
}
.doc i.icon-media-empty:before {
  content: "";
}

.ppt i.icon-media-empty {
  color: #ffc107 !important;
}
.ppt i.icon-media-empty:before {
  content: "";
}

.folder i.icon-folder {
  color: #94bf3c !important;
}

.video i.icon-media-empty {
  color: #fd7e14 !important;
}
.video i.icon-media-empty:before {
  content: "";
}
.video.youtube i.icon-media-empty {
  color: #f7515f !important;
}
.video.youtube i.icon-media-empty:before {
  content: "";
}

.link i.icon-media-empty {
  color: #7f7f7f !important;
}
.link.website i.icon-media-empty:before {
  content: "";
}

#add-folder-context-menu {
  position: absolute;
  margin: 0;
  z-index: 99;
  top: 0;
  left: 0;
  list-style: none;
  display: none;
  width: 180px;
}
#add-folder-context-menu li {
  margin-bottom: 2px;
}
#add-folder-context-menu li a {
  color: #4c4c4c;
  text-decoration: none;
  display: block;
  padding: 11px 14px;
  background-color: #fff;
  box-shadow: 2px 2px 0px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
}
#add-folder-context-menu li a:hover {
  background-color: #009edf;
  color: #fff;
}

body.context-menu-on #add-folder-context-menu {
  display: block;
}

article.publication-item-single div.content > section,
article.publication-item-single div.content ul.media {
  background-color: #f4f4f4;
  padding: 20px 14px 8px;
  text-align: center;
}
article.publication-item-single div.content > section article > header,
article.publication-item-single div.content ul.media article > header {
  padding-bottom: 11px;
  color: #333333;
}

.library-item {
  border-top: 1px solid #efefef;
  padding: 23px 20px;
  padding-bottom: 17px;
  display: flex;
  background-color: #fff;
}
.library-item i {
  color: #efefef;
}
.library-item i:before {
  margin: 0;
}
.library-item div {
  display: block;
  position: relative;
}
.library-item div:first-child i {
  font-size: 60px;
}
.library-item div:last-child {
  padding-left: 17px;
  padding-right: 40px;
}
.library-item div:last-child h5 {
  font-size: 1.2em;
  font-weight: 400;
}
.library-item div:last-child h6 {
  font-size: 1em;
  font-weight: 400;
  color: gray;
}
.library-item div:last-child p {
  text-align: left;
}
.library-item div:last-child p.size {
  color: #7f7f7f;
  font-weight: 400;
  margin-top: 20px;
}
.library-item div:last-child a {
  position: absolute;
  bottom: 0;
  right: 0px;
}
.library-item div:last-child a i {
  font-size: 40px;
}
.library-item div:last-child a:hover, .library-item div:last-child a:active, .library-item div:last-child a:focus {
  color: #666666;
}
.library-item:last-child {
  border-bottom: 1px solid lightgray;
}

#folder.browsing {
  margin-bottom: 73px;
}
#folder.browsing article > .media {
  position: fixed !important;
  top: -9999em;
  left: -9999em;
}
#folder.browsing article > .media > li > a {
  border: 2px #fff solid;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
}
#folder.browsing article > .media > li > a.selected {
  border-color: #009edf;
  box-shadow: 0px 0px 6px #009edf;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
#folder.browsing article > .media.current {
  position: relative !important;
  top: auto;
  left: auto;
}
#folder.browsing > footer {
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.25);
  background-color: #c9c9c9;
  text-align: right;
  padding: 14px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
#folder.browsing > footer span {
  display: inline-block;
  padding-right: 14px;
  font-weight: 600;
}
#folder.browsing > footer .btn {
  color: #333333;
  background-color: #cecece;
  border-color: #efefef;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075);
  background: #cecece linear-gradient(180deg, #d5d5d5, #cecece) repeat-x;
  cursor: not-allowed;
}
#folder.browsing > footer .btn:hover, #folder.browsing > footer .btn:active, #folder.browsing > footer .btn:focus {
  background-color: #c1c1c1;
  background: #c1c1c1 linear-gradient(180deg, #cacaca, #c1c1c1) repeat-x;
}
#folder.browsing > footer .btn:focus, #folder.browsing > footer .btn.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(239, 239, 239, 0.5);
}
#folder.browsing > footer .btn.disabled, #folder.browsing > footer .btn:disabled {
  background-color: #cecece;
  border-color: #efefef;
}
#folder.browsing > footer .btn:not([disabled]):not(.disabled):active, #folder.browsing > footer .btn:not([disabled]):not(.disabled).active, .show > #folder.browsing > footer .btn.dropdown-toggle {
  color: #333333;
  background-color: #b5b5b5;
  background-image: none;
  border-color: #cfcfcf;
}
#folder.browsing > footer .btn:not([disabled]):not(.disabled):active:focus, #folder.browsing > footer .btn:not([disabled]):not(.disabled).active:focus, .show > #folder.browsing > footer .btn.dropdown-toggle:focus {
  box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(239, 239, 239, 0.5);
}
#folder.browsing.something-selected > footer .btn {
  color: #fff;
  background-color: #009edf;
  border-color: #009edf;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075);
  background: #009edf linear-gradient(180deg, #26ade4, #009edf) repeat-x;
  cursor: pointer;
}
#folder.browsing.something-selected > footer .btn:hover, #folder.browsing.something-selected > footer .btn:active, #folder.browsing.something-selected > footer .btn:focus {
  background-color: #008cc6;
  background: #008cc6 linear-gradient(180deg, #269dcf, #008cc6) repeat-x;
}
#folder.browsing.something-selected > footer .btn:focus, #folder.browsing.something-selected > footer .btn.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 158, 223, 0.5);
}
#folder.browsing.something-selected > footer .btn.disabled, #folder.browsing.something-selected > footer .btn:disabled {
  background-color: #009edf;
  border-color: #009edf;
}
#folder.browsing.something-selected > footer .btn:not([disabled]):not(.disabled):active, #folder.browsing.something-selected > footer .btn:not([disabled]):not(.disabled).active, .show > #folder.browsing.something-selected > footer .btn.dropdown-toggle {
  color: #fff;
  background-color: #007aac;
  background-image: none;
  border-color: #00719f;
}
#folder.browsing.something-selected > footer .btn:not([disabled]):not(.disabled):active:focus, #folder.browsing.something-selected > footer .btn:not([disabled]):not(.disabled).active:focus, .show > #folder.browsing.something-selected > footer .btn.dropdown-toggle:focus {
  box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 158, 223, 0.5);
}

.browse-select {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 8px;
  right: 17px;
  margin: 0;
  background: #fcfff4;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.browse-select label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  left: 4px;
  top: 4px;
  display: block;
  margin: 0;
  background-color: #7f7f7f;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}
.browse-select label:after {
  content: "";
  width: 13px;
  height: 7px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
.browse-select label:hover::after {
  opacity: 0.3;
}
.browse-select input[type=checkbox] {
  visibility: hidden;
}
.browse-select input[type=checkbox]:checked + label {
  background-color: #009edf;
}
.browse-select input[type=checkbox]:checked + label:after {
  opacity: 1;
}

/* end .squaredTwo */
.media-item-excerpt {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #666666;
  position: relative;
  overflow: hidden;
  min-height: 100px;
  color: #666666;
  box-shadow: 3px 3px 0px rgba(51, 51, 51, 0.08);
  background-color: #fff;
  border: #efefef 0px solid;
}
.media-item-excerpt:hover > div > strong, .media-item-excerpt:active > div > strong {
  color: #009edf;
}
.media-item-excerpt.inactive {
  background-color: white;
  opacity: 0.4;
  text-shadow: 1px 1px 0px #fff;
}
.media-item-excerpt.inactive .img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.media-item-excerpt.inactive:hover > div > strong, .media-item-excerpt.inactive:active > div > strong {
  color: #666666;
}
.media-item-excerpt img, .media-item-excerpt i {
  position: absolute;
  top: 17px;
  left: 17px;
}
.media-item-excerpt img {
  height: 60px;
  width: auto;
  max-width: 60px;
}
.media-item-excerpt i {
  width: 60px;
  font-size: 45px;
  text-align: center;
}
.media-item-excerpt i:before {
  margin: 0;
}
.media-item-excerpt span {
  display: block;
  padding: 17px;
  padding-left: 94px;
}
.media-item-excerpt span u {
  text-decoration: none;
  text-transform: uppercase;
  color: #cecece;
}
.media-item-excerpt span > * {
  display: block;
  line-height: 1.7;
}

.media-item-single {
  text-align: center;
  margin: 23px auto;
  width: 96%;
  max-width: 414px;
}
.media-item-single > div {
  background-color: #fff;
  box-shadow: 3px 3px 0px rgba(51, 51, 51, 0.08);
  padding: 11px 17px 17px;
  overflow: hidden;
}
.media-item-single > div header > *, .media-item-single > div section > * {
  margin: 17px 0 0 0;
  display: block;
}
.media-item-single > div header h1 {
  color: #333333;
  line-height: 1.7;
}
.media-item-single > div section > i {
  font-size: 100px;
  color: #cecece;
  display: block;
}
.media-item-single > div section p {
  text-align: justify !important;
  padding: 23px;
}
@media (max-width: 413px) {
  .media-item-single > div section p {
    text-align: left !important;
    padding: 0;
  }
}
.media-item-single > div section > .btn {
  display: inline-block;
}
.media-item-single > section.comments {
  box-shadow: 3px 3px 0px rgba(51, 51, 51, 0.08);
}
.media-item-single.template-video {
  max-width: 768px;
}
.media-item-single.template-thumbnail {
  max-width: 560px;
}
.media-item-single.template-thumbnail > div section a:not(.btn) {
  display: block;
  text-align: center;
}
.media-item-single.template-thumbnail > div section a:not(.btn) img {
  width: 100%;
  height: auto;
  box-shadow: 2px 2px 0px rgba(25, 25, 25, 0.15);
}
.media-item-single.template-thumbnail.is-portrait > div section a:not(.btn) {
  max-width: 321px;
  margin-left: auto;
  margin-right: auto;
}

/*# sourceMappingURL=library.css.map */
