@import "https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300|Raleway:400,200,500|Varela+Round|Droid+Sans";

/* +++++++++++++++++++++++++++++++ reset +++++++++++++++++++++++++++++++ */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
  vertical-align: bottom;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: 400;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}
q:after, q:before {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
#yui3-css-stamp.cssreset {
  display: none;
}
:focus {
  outline: 0;
}

/* +++++++++++++++++++++++++++++++ body +++++++++++++++++++++++++++++++ */
body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  color: #171717;
  background: #cccccc;
}
a {
  color: #171717;
  text-decoration: none;
}
.hugecontainer {
  min-height: 100%;
  position: relative;
}

/* +++++++++++++++++++++++++++++++ header +++++++++++++++++++++++++++++++ */
.header {
  font-size: 28px;
  font-weight: 300;
  background: #fff;
  height: 111px;
  border-bottom: 2px #7e7e7e solid;
}
.header:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.header .left {
  width: 274px;
  float: left;
  margin-left: 20px;
}
.header .left .logo {
  text-indent: -9999px;
  background: url(/static/images/logo.png) no-repeat;
  width: 235px;
  height: 72px;
  background-size: 235px 72px;
  float: left;
  margin-top: 20px;
  display: block;
  overflow: hidden;
}
.header .left .threelines {
  position: relative;
  display: inline-block;
  float: left;
  margin-top: 44px;
  margin-right: 5px;
}
.header .left .threelines .leftdropbtn {
  font-size: 53px;
  width: 28px;
  height: 28px;
  border: none;
  cursor: pointer;
  display: block;
}
.header .left .threelines .leftdropbtn:before {
  border-bottom: 15px double #000;
  border-top: 5px solid #000;
  content: "";
  height: 5px;
  position: absolute;
  width: 28px;
}
.header .left .threelines .marginback {
  margin-left: -10px;
  width: 214px;
}
.header .left .threelines .link {
  padding: 10px;
  padding-bottom: 0;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.header .left .threelines .border-bottom a {
  padding-bottom: 10px;
}
.header .search {
  width: 392px;
  margin-top: 34px;
  border: 2px #7e7e7e solid;
  float: right;
  overflow: hidden;
  background: #ededed;
}
.header .search .input {
  font-size: 17px;
  font-weight: 300;
  padding: 10px 14px;
  color: #000;
  background: none;
  width: 300px;
  float: left;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.header .search .submit {
  float: right;
  text-indent: -9999px;
  display: inline-block;
  margin-right: 8px;
  width: 26px;
  height: 26px;
  background: url(/static/images/icon-search.png) no-repeat;
  background-size: 26px 26px;
  border: none;
  outline-width: 0;
  margin-top: 7px;
  cursor: pointer;
}

/* dropdown-menu */
ul.drop {
  padding: 0;
  list-style: none;
}
ul.drop li {
  display: inline-block;
  position: relative;
  text-align: left;
}
ul.drop li.line {
  border-bottom: 2px #7e7e7e solid;
  padding-top: 10px;
}
ul.drop li a {
  display: block;
  text-decoration: none;
}
ul.drop li .link {
  font-size: 17px;
  padding: 10px;
  padding-bottom: 5px;
}
ul.drop li ul.dropdown-menu {
  min-width: 100%;
  background: #ededed;
  border: 2px #7e7e7e solid;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
  padding-bottom: 10px;
}
ul.drop li ul.dropdown-menu li {
  display: block;
}
.header .right {
  width: 396px;
  float: right;
  font-size: 20px;
  margin-right: 22px;
}
.searchmobile {
  background: #fff;
  padding: 14px;
  border-bottom: 2px #7e7e7e solid;
  display: none;
}
.searchmobile .box {
  width: 100%;
  border: 2px #7e7e7e solid;
  box-sizing: border-box;
  overflow: hidden;
  background: #ededed;
}
.searchmobile .box .input {
  font-size: 17px;
  font-weight: 300;
  padding: 10px 14px;
  color: #000;
  background: none;
  width: 240px;
  border: none;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.searchmobile .box .submit {
  float: right;
  text-indent: -9999px;
  display: inline-block;
  margin-right: 8px;
  width: 26px;
  height: 26px;
  background: url(/static/images/icon-search.png) no-repeat;
  background-size: 26px 26px;
  border: none;
  outline-width: 0;
  margin-top: 7px;
  cursor: pointer;
}
.topshadow {
  background: url(/static/images/shadow_big.png) center top no-repeat;
  height: 14px;
  margin-bottom: 14px;
}

/* +++++++++++++++++++++++++++++++ body +++++++++++++++++++++++++++++++ */
.body {
  padding-bottom: 72px; /* Height of the footer */
}

/* +++++++++++++++++++++++++++++++ CONTAINER AREA +++++++++++++++++++++++++++++++ */
.indexcontainer {
  width: 97%;
  margin: 0 auto;
  clear: both;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  border: 2px #7e7e7e solid;
  margin-bottom: 30px;
  border-top: 0;
  background: #ededed;
}
.indexcontainer .container {
  padding: 10px;
}
.indexcontainer .errordesc {
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}
.indexcontainer .toptitle {
  background: #fff;
  border: 2px #7e7e7e solid;
  border-right: 0;
  border-left: 0;
  padding: 30px;
  text-align: center;
}
.indexcontainer .toptitle .big {
  font-size: 22px;
  float: left;
}
.indexcontainer .toptitle .big h1 {
  display: inline;
}
.indexcontainer .toptitle .error {
  color: #e50000;
}
.indexcontainer .toptitle .small {
  font-size: 22px;
  float: right;
}
.indexcontainer .toptitle .small .italic { font-style: italic; }
.indexcontainer:after, .indexcontainer .toptitle:after, .indexcontainer .container:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* -------------------- rectangle -------------------- */
.rectangle {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding: 8px;
}
.rectangle .image {
  width: 100%;
  position: relative;
  overflow: hidden;
  font-size: 12px;
}
.rectangle .image .img {
  position: relative;
  padding-bottom: 52%;
  overflow: hidden;
}
.rectangle .image .is-hd {
  position: absolute;
  display: block;
  left: 5px;
  top: 5px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 4px 5px;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 84px;
}
.rectangle .image .thumb {
  width: 100%;
  height: auto;
  position: absolute;
}
.rectangle .image .remove {
  position: absolute;
  display: block;
  right: 5px;
  top: 5px;
  color: #fff;
  background: rgba(255, 0, 0, 0.8);
  padding: 3px 5px;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 84px;
}
.rectangle .image .length {
  position: absolute;
  display: block;
  right: 5px;
  bottom: 5px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 4px 5px;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 84px;
}
.rectangle .bottom {
  font-size: 14px;
  padding: 17px;
  border: 2px #7e7e7e solid;
  border-top: 0;
  box-shadow: inset 0 8px 6px -8px #606060;
  text-align: center;
  line-height: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.rectangle:hover .image .insidetitle {
  display: block;
}

/* +++++++++++++++++++++++++++++++ imagecontainer +++++++++++++++++++++++++++++++ */
.imagecontainer {
  width: 97%;
  margin: 0 auto;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  border: 2px #7e7e7e solid;
  margin-bottom: 30px;
  border-bottom: 0;
  background: #ededed;
}
.imagecontainer .toptitle {
  background: #fff;
  padding: 30px;
  border-bottom: 2px #7e7e7e solid;
}
.imagecontainer .toptitle .big {
  font-size: 22px;
  float: left;
}
.imagecontainer .toptitle .small {
  font-size: 22px;
  float: right;
}
.imagecontainer .albumsandvideo {
  border-bottom: 2px #7e7e7e solid;
  border-top: 0;
  padding: 20px; 
}
.imagecontainer .albumsandvideo:after, .imagecontainer .toptitle:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.imagecontainer .albumsandvideo .image-box {
  padding-top: 0;
  text-align: center;
  width: 800px;
  margin: 0 auto;
}
.imagecontainer .albumsandvideo .image-box .image {
  width: 800px;
}
.imagecontainer .albumsandvideo .mobilead {
  width: 300px;
  margin: 0 auto;
  height: 100px;
  display: none;
}
.imagecontainer .infoBox {
  font-weight: 400;
  border-bottom: 2px solid #7e7e7e;
  border-top: 0;
  text-align: left;
  background: #151515;
  clear: both;
  font-size: 20px;
}
.imagecontainer .infoBox:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.imagecontainer .infoBox .thumbs, .imagecontainer .infoBox .flag, .imagecontainer .infoBox .heart, .imagecontainer .infoBox .info {
  width: 25%;
  padding: 15px;
  display: block;
  float: left;
  text-align: center;
  border-right: 2px solid #7e7e7e;
  box-sizing: border-box;
  height: 67px;
  line-height: 36px;
  background: #fff;
}
.imagecontainer .infoBox .heart {
  position: relative;
}
.imagecontainer .infoBox .info {
  border-right: 0;
}
.imagecontainer .description {
  border-bottom: 2px #7e7e7e solid;
  padding: 20px;
  font-size: 15px;
  text-align: center;
}
.imagecontainer .description a.model {
	color: #d32f2f;
}
.imagecontainer .description a.categories {
	color: #001eff;
}
.imagecontainer .description a.tag {
	color: #33691e;
}
.imagecontainer .bigthumbs {
  text-align: center;
  border-bottom: 2px solid #7e7e7e;
}
.imagecontainer .bigthumbs .box {
  padding: 10px;
}
.imagecontainer .bigthumbs .box:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.imagecontainer .bigthumbs .box .thumbbox {
  width: 16.666%;
  float: left;
  box-sizing: border-box;
  padding: 8px;
}
.imagecontainer .bigthumbs .box .thumbbox .thumb {
  width: 100%;
  height: auto;
}
.imagecontainer .bigthumbs .box-inside {
  padding: 10px;
}
.imagecontainer .bigthumbs .box-inside-video {
  padding: 10px;
  width: 900px;
  margin: 0 auto;
}
.imagecontainer .bigthumbs .box-inside .thumb {
  max-width: 1200px;
}
.imagecontainer .morelikethis {
  border-bottom: 2px #7e7e7e solid;
  border-top: 0;
  padding: 10px;
}
.imagecontainer .morelikethis:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.imagecontainer .information {
  padding: 0;
  border-bottom: 0;
  border-top: 0;
  font-size: 14px;
  text-align: center;
}
.imagecontainer .information .bottom {
  padding: 13px;
  border-bottom: 2px #7e7e7e solid;
  line-height: 20px;
}
.imagecontainer .information .bottom a {
  text-decoration: underline;
}
.imagecontainer .commentbox {
  border-bottom: 2px #7e7e7e solid;
  padding: 18px;
}

/* +++++++++++++++++++++++++++++++ static +++++++++++++++++++++++++++++++ */
.static {
  width: 97%;
  margin: 0 auto;
  border: 2px #7e7e7e solid;
  border-bottom: 0;
  clear: both;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  background: #ededed;
}
.static .toptitle {
  background: #fff;
  border-bottom: 2px #7e7e7e solid;
  padding: 30px;
}
.static .toptitle:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.static .toptitle .left {
  font-size: 22px;
  float: left;
}
.static .toptitle .small {
  float: right;
  font-size: 22px;
  display: block;
}
.static .toptitle .small .dot {
  color: #747474;
}
.static .toptitle .small .active {
  font-style: italic;
}
.static .box {
  padding: 15px;
  border-bottom: 2px #7e7e7e solid;
  font-size: 15px;
}
.static .box .form .input {
  padding: 10px;
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
  border: 2px #7e7e7e solid;
  background: #fff;
  box-sizing: border-box;
  color: #000;
}
.static .box .form .submit {
  padding: 15px;
  width: 100%;
  border: 2px #7e7e7e solid;
  background: #fff;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 14px;
  box-sizing: border-box;
}
.static .containertags {
	padding: 10px;
	text-align: center;
	line-height: 46px;
	font-size: 17px; 
	border-bottom: 2px #7e7e7e solid; 
}
.static .containertags:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.static .containertags a {
	width: auto;
	text-indent: 0;
	padding: 7px;
	border: 2px #7e7e7e solid;
}
.static .containertags .letter {
	width: auto;
	text-indent: 0;
	background: #ccc;
	padding: 7px;
	border: 2px #7e7e7e solid;
}

/* --------------------- pagination --------------------- */
.pagination {
  clear: both;
  text-align: center;
  line-height: 3.6em;
  font-size: 18px;
  height: 64px;
  margin-bottom: 30px; 
}
.pagination a, .pagination .currentnext {
  display: inline;
  border: 2px solid #7e7e7e;
  padding: 20px 38px;
  margin: 2px;
  background: #ededed;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
.pagination .prev span, 
.pagination .next span {
  display: inline;
  border: 2px solid #7e7e7e;
  padding: 20px 38px;
  margin: 2px;
  background: #ededed;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
.pagination a
.pagination .currentnext {
  border: 2px solid #000;
}
.pagination a:hover {
  border: 2px solid #001eff;
}
.footerad2 {
  background: #ededed;
  padding: 20px 30px;
  border-top: 2px #7e7e7e solid;
  text-align: center;
  font-size: 16px;
}

/* +++++++++++++++++++++++++++++++ footer +++++++++++++++++++++++++++++++ */
.footer {
  background: #ededed;
  clear: both;
  font-weight: 300;
  font-size: 16px;
  height: 70px;
  width: 100%;
  border-top: 2px #7e7e7e solid;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 0;
}
.footer:after {
  content: "";
  display: table;
  clear: both;
}
.footer .left {
  float: left;
  margin-left: 30px;
  margin-top: 24px;
  width: 260px;
  text-align: left;
}
.footer .left .dot {
  color: #747474;
}
.footer .right {
  font-size: 16px;
  float: right;
  margin-right: 30px;
  margin-top: 25px;
  width: 220px;
  text-align: right;
}

@media only screen and (max-width: 1400px) {
  .topshadow {
    margin-bottom: 12px;
  }
  .indexcontainer, .imagecontainer, .pagination {
    margin-bottom: 28px;
  }
  .imagecontainer .bigthumbs .box .thumbbox {
    width: 25%;
    padding: 7px;
  }
  .imagecontainer .bigthumbs .box-inside .thumb {
    max-width: 960px;
  }
  .imagecontainer .albumsandvideo .image-box, .imagecontainer .albumsandvideo .image-box .image {
    width: 600px;
  }
  .rectangle {
    padding: 7px;
    width: 25%;
  }
  .rectangle .bottom {
    font-size: 12px;
  }
  .dontshowmore {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  .rectangle .image .length {
    right: 4px;
    bottom: 4px;
    padding: 3px;
    font-size: 11px;
    max-width: 44px;
  }
  .rectangle .bottom {
    font-size: 12px;
    padding: 10px 8px;
  }
  .imagecontainer .bigthumbs .box-inside-video {
    padding: 10px;
    width: 700px;
    margin: 0 auto;
  }
  .imagecontainer .bigthumbs .box-inside .thumb {
    max-width: 760px;
  }
}

/* ----------- phone ----------- */
@media only screen and (max-width: 800px) {
  .body {
    padding-bottom: 51px;
  }
  .header {
    height: 80px;
    border-bottom: 0;
  }
  .header .left {
    float: none;
    margin: 0 auto;
    padding-left: 18px;
  }
  .header .left .logo {
    background: url(/static/images/logo.png) no-repeat;
    width: 235px;
    height: 72px;
    background-size: 235px 72px;
    margin-top: 13px;
  }
  .header .left .threelines {
    margin-top: 38px;
  }
  .header .right {
    display: none;
  }
  .searchmobile {
    display: block;
  }
  .topshadow {
    margin-bottom: 5px;
  }
  .indexcontainer, .imagecontainer, .static {
    margin-bottom: 16px;
    width: 94%;
  }
  .indexcontainer .container {
    padding: 4px;
  }
  .indexcontainer .toptitle, .imagecontainer .toptitle, .static .toptitle {
    padding: 20px;
  }
  .indexcontainer .toptitle .big, .imagecontainer .toptitle .big {
    font-size: 16px;
    display: block;
    float: none;
    text-align: center;
  }
  .indexcontainer .toptitle .small, .imagecontainer .toptitle .small {
    font-size: 14px;
    display: block;
    margin-top: 10px;
    float: none;
    text-align: center;
  }
  .imagecontainer .toptitle .small {
    text-transform: lowercase;
  }
  .indexcontainer .toptitle .small a, .imagecontainer .toptitle .small a {
    text-decoration: underline;
  }
  .imagecontainer .albumsandvideo .mobilead {
    display: block;
  }
  .imagecontainer .albumsandvideo .image-box, .imagecontainer .albumsandvideo .image-box .image {
    width: 100%;
  }
  .imagecontainer .albumsandvideo .image-box {
    padding: 0;
    box-sizing: border-box;
  }
  .rectangle {
    width: 50%;
    padding: 5px;
  }
  .dontshowmore, .imageadtopmobile2 {
    display: block;
  }
  .imageadtopdesktop2 {
    display: none;
  }
  .leftdropbtn, .small {
    text-transform: lowercase;
  }
  .imagecontainer .infoBox .thumbs, .imagecontainer .infoBox .flag, .imagecontainer .infoBox .heart {
    width: 33.333%;
  }
  .imagecontainer .infoBox .comment, .imagecontainer .infoBox .info {
    display: none;
  }
  .imagecontainer .infoBox .flag {
    border-right: 0;
  }
  .imagecontainer .infoBox .thumbs span {
    display: none;
  }
  .imagecontainer .bigthumbs .box .thumbbox {
    width: 33.333%;
    padding: 5px;
  }
  .imagecontainer .bigthumbs .box-inside .thumb {
    max-width: 100%;
  }
  .imagecontainer .bigthumbs .box-inside-video {
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .imagecontainer .morelikethis {
    padding: 4px;
  }
  .imagecontainer .morelikethis .viewall {
    font-size: 16px;
    padding: 16px;
    margin: 8px;
    display: block;
  }
  .imagecontainer .information {
    font-size: 12px;
  }
  .imagecontainer .information .bottom {
    padding: 8px;
    line-height: 18px;
  }
  .imagecontainer .commentbox {
    padding: 9px;
  }
  .static .toptitle .left {
    float: none;
    font-size: 16px;
    text-align: center;
  }
  .static .toptitle .small {
    float: none;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    display: block;
  }
  .static .box {
    padding: 9px;
  }
  .static .tagbox {
    font-size: 12px;
  }
  .static .tagbox .top, .static .tagbox .bottom {
    padding: 10px;
  }
  .pagination {
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 4.2em;
    height: 60px;
  }
  .pagination a, .pagination .currentnext {
    padding: 20px;
  }
  .pagination .hideformobile {
    display: none;
  }
  .footerad2 {
    padding: 20px 24px;
    font-size: 12px;
  }
  .footer {
    font-size: 13px;
    height: 50px;
  }
  .footer .left {
    margin: 16px auto 0;
    width: 220px;
    text-align: center;
    float: none;
  }
  .footer .right {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .rectangle {
    width: 50%;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  ::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  ::-webkit-scrollbar:vertical {
    width: 11px;
  }
  ::-webkit-scrollbar:horizontal {
    height: 11px;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid #999;
    background-color: rgba(0, 0, 0, .3);
  }
  ::-webkit-scrollbar-track {
    background-color: #999;
    border-radius: 8px;
  }
}

.pagination li {
  display: inline;
}

.player-wrap {
  position: relative;
}

.player-wrap #kt_player {
  position: absolute!important;
}

.small a {
  cursor: pointer;
}

.tab-content.hidden {
  display: none;
}

.btn-favourites .drop-inner {
  background: #fff;
  display: none;
  position: absolute;
  position: absolute;
  top: 100%;
  left: -2px;
  width: calc(100% + 4px);
}

.btn-favourites .drop-inner li {
  border: 2px solid #7e7e7e;
  padding: 10px 0;
  transition: .3s;
}

.btn-favourites .drop-inner li a {
  transition: color .3s;
}

@media (min-width: 1025px) {
  .btn-favourites .drop-inner li:hover {
    background: #7e7e7e;
  }
  .btn-favourites .drop-inner li:hover a {
    color: #fff;
  }
}

.btn-favourites .drop-inner li:nth-child(2),
.btn-favourites .drop-inner li:nth-child(3) {
  border-top: none;
}

.btn-favourites.fav-open .drop-inner {
  display: block;
}

.tab-content.is-open {
  display: block;
}

.success.hidden,
.generic-error.hidden {
  display: none;
}

.block-flagging {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.block-flagging form {
  display: flex;

}

.block-flagging .block-textarea {
  display: flex;
  flex-direction: column;
}

.rectangle .image .img.albums-img {
  padding-bottom: 137%;
}

.album-holder .rectangle .image {
  padding-bottom: 137%;
}