@import url(../../../../fonts.googleapis.com/earlyaccess/droidarabickufi.css);@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes img-opacity {
  0% {
    opacity: 1;
  }

  100% {
    opacity: .8;
  }
}

@keyframes img-opacity {
  0% {
    opacity: 1;
  }

  100% {
    opacity: .8;
  }
}

*,
html,
body {
  text-align: right;
  direction: rtl;
}

body {
  background: #F2F2F2;
}

li a,
.kufi,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Droid Arabic Kufi", sans-serif;
}

.no-padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.category-theme {
  margin-top: -15px;
  margin-bottom: 15px;
}

.category-theme .category-theme-content {
  background: #eee;
  width: 100%;
}

.category-theme .category-theme-content ul {
  padding: 0 !important;
}

.category-theme .category-theme-content ul li a {
  display: block;
  padding: 10px 15px;
  color: #2b2b2b;
}

.category-theme .category-theme-content ul li a:hover {
  text-decoration: none;
}

.category-theme .category-theme-content ul li.active a {
  background: #fff;
  color: #AF000E;
}

.top-nav {
  background: #4E4D4D;
  color: #fff;
  height: 35px;
}

.top-nav .nav-date {
  background: #000;
  font-size: 13px;
  height: 35px;
  padding-top: 6px;
  padding-right: 15px;
}

.top-nav .search-form {
  position: absolute;
  width: 200px;
  left: 0;
  background: #2b2b2b;
  padding: 5px;
  display: none;
}

.top-nav .search-form input {
  background: #fff;
  height: 30px;
  border-radius: 0;
  border: 0;
}

.top-nav .search-form button {
  height: 30px;
  border-radius: 0;
  padding: 0;
  border: 0;
  background: #fff;
  padding-left: 5px;
  z-index: 1000;
}

.top-nav .search-form button:hover {
  cursor: pointer;
}

.top-nav .btn-search.active {
  background: #2b2b2b;
}

.top-nav .btn-search.active .search-form {
  display: block;
}

.top-nav ul {
  padding-right: 0;
}

.top-nav ul li a {
  color: #c3c3c3;
  font-size: 13px;
  padding: 6px;
  height: 35px;
  display: block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.top-nav ul li a:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.top-nav ul.links li a {
  padding: 6px 14px;
}

.top-nav ul.buttons li a,
.top-nav ul.socials li a {
  padding: 6px 8px;
  font-size: 15px;
}

.top-nav ul.socials li a {
  border-right: 1px solid rgba(0, 0, 0, 0.7);
  font-size: 15px;
  min-width: 35px;
  text-align: center;
}

.top-nav ul.socials li:last-child a {
  border-left: 1px solid rgba(0, 0, 0, 0.7);
}

.header {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
}

.header .logo img {
  height: 90px;
}

.main-nav {
  background: #FAFAFA;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  height: 50px;
}

.main-nav .nav-action {
  background: #4E4D4D;
  border: none;
}

.main-nav .nav-action span {
  color: #fff !important;
}

.main-nav .menu {
  padding-right: 0;
}

.main-nav .menu li ul {
  display: none;
  z-index: 2000;
}

.main-nav .menu > li {
  border-right: 1px solid #e1e1e1;
}

.main-nav .menu > li:last-child {
  border-left: 1px solid #e1e1e1;
}

.main-nav .menu > li:hover > ul {
  display: block;
}

.main-nav .menu > li > a {
  color: #2d2d2d;
  font-weight: bold;
  font-size: 14px;
  display: block;
  padding: 10px 15px;
  border-bottom: 4px solid #e0e0e0;
  height: 48px;
  text-decoration: none;
}

.main-nav .menu > li.red-border a {
  border-color: #DB0011;
}

.main-nav .menu > li.blue-border a {
  border-color: #152496;
}

.main-nav .menu > li.green-border a {
  border-color: #538729;
}

.main-nav .menu > li.pink-border a {
  border-color: #e560e1;
}

.main-nav .menu > li.purple-border a {
  border-color: #8224e3;
}

.main-nav .menu > li.yellow-border a {
  border-color: #dd9933;
}

.main-nav .menu > li > ul {
  position: absolute;
  background: #FAFAFA;
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  padding-right: 0;
}

.main-nav .menu > li > ul li a {
  color: #2d2d2d;
  font-size: 15px;
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 11px 15px;
  min-width: 200px;
  border-bottom: 1px solid #e1e1e1 !important;
  text-decoration: none;
}

.main-nav .menu > li > ul li a:hover {
  background: #fff;
}

.main-nav.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
}

.sidebar .block {
  border: 1px solid #e1e1e1;
  margin-top: 15px;
}

.sidebar .block h2 {
  background: #e9e9e9;
  color: #2d2d2d;
  font-weight: bold;
  font-size: 15px;
  padding: 15px;
  margin-bottom: 0;
}

.sidebar .block .block-content {
  padding: 10px;
}

.sidebar .block .block-content img,
.sidebar .block .block-content iframe {
  width: 100%;
}

.sidebar .block .block-content a img {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.sidebar .block .block-content a img:hover {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: .8;
}

.sidebar .block .block-content ul {
  padding: 0;
}

.sidebar .block .block-content ul li {
  padding: 10px 5px;
  border-bottom: 1px solid #e1e1e1;
}

.sidebar .block .block-content ul li a {
  color: #AF000E;
  font-size: 13px;
  font-weight: bold;
}

.sidebar .block .block-content ul li:last-child {
  border: none;
}

.sidebar .block .social-widget {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sidebar .block .social-widget li a {
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  padding-top: 8px;
  background: #2b2b2b;
  border: 0;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

.sidebar .block .social-widget li a span {
  font-size: 24px;
  color: #fff;
}

.sidebar .block .social-widget li.twitter a {
  background: #00BAFF;
}

.sidebar .block .social-widget li.facebook a {
  background: #516CA4;
}

.sidebar .block .social-widget li.gplus a {
  background: #F20000;
}

.sidebar .block .social-widget li.youtube a {
  background: #F20000;
}

.sidebar .block .social-widget li.instagram a {
  background: #406F94;
}

.sidebar .block .social-widget li a:hover {
  background: #2b2b2b;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

.main-content {
  background: #fff;
  padding: 15px;
  margin-top: 15px;
  padding-bottom: 0;
  border: 1px solid #e1e1e1;
}

.main-content .block,
.main-content .home-slider {
  margin-bottom: 15px;
}

.main-content .block h1 {
  background: #e0e0e0;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  padding: 10px;
  margin-bottom: 0;
}

.main-content .block h1 a {
  color: #fff;
}

.main-content .block h1 a:hover {
  text-decoration: none;
}

.main-content .block h1.red {
  background: #DB0011;
}

.main-content .block h1.blue {
  background: #152496;
}

.main-content .block h1.green {
  background: #538729;
}

.main-content .block h1.pink {
  background: #e560e1;
}

.main-content .block h1.purple {
  background: #8224e3;
}

.main-content .block h1.yellow {
  background: #dd9933;
}

.main-content .block .block-content {
  border-left: 1px solid #e1e1e1;
}

.main-content .block .block-content .item {
  border: 1px solid #e1e1e1;
  padding: 10px;
  border-top: 0;
  border-left: 0;
}

.main-content .block .block-content .item img {
  width: 100%;
  height: 150px;
  display: block;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -o-object-fit: cover;
     object-fit: cover;
  /* Do not scale the image */
  -o-object-position: top;
     object-position: top;
  /* Center the image within the element */
}

.main-content .block .block-content .item img:hover {
  opacity: .85;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.main-content .block .block-content .item a.link {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: "Droid Arabic Kufi", sans-serif;
  display: block;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.main-content .block .block-content .item a.link:hover {
  text-decoration: none;
  color: #AF000E;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.main-content .block .block-content .item p {
  font-family: tahoma, arial, sans-serif;
  font-size: 13px;
  color: #ccc;
}

.main-content .block .more-btn {
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px;
  font-size: 13px;
  font-family: "Droid Arabic Kufi", sans-serif;
  font-weight: bold;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.main-content .block .more-btn a:hover {
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  color: #AF000E;
  text-decoration: none;
}

.article-block {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.article-block .thumbnail {
  float: right;
  width: 250px;
  margin-left: 10px;
}

.article-block .thumbnail img {
  display: block;
  width: 100%;
  height: 141px;
  -o-object-fit: cover;
     object-fit: cover;
  /* Do not scale the image */
  -o-object-position: top;
     object-position: top;
  /* Center the image within the element */
}

.article-block .article-block-content.block-with-thumb {
  width: calc(100% - 260px);
  float: right;
}

.article-block .article-block-content a:hover {
  text-decoration: none;
}

.article-block .article-block-content h1 {
  color: #AF000E;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
}

.article-block .article-block-content h1:hover {
  color: #000;
}

.article-block .article-block-content span {
  color: #999;
  font-size: 13px;
  font-family: tahoma, arial, sans-serif;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.article-block .article-block-content p {
  font-size: 14px;
  font-family: tahoma, arial, sans-serif;
  color: #000;
}

.article-block .article-block-content .more-btn {
  border-radius: 0;
  margin-bottom: 15px;
  background: #AF000E;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-top: 10px;
}

.article-block .article-block-content .more-btn:hover {
  background: #000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-color: #000;
}

.categories-half-width .article-width {
  width: 50% !important;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  float: right;
}

.categories-half-width .article-width .thumbnail {
  width: 100%;
  margin: 0 !important;
}

.categories-half-width .article-width .thumbnail img {
  width: 100%;
  height: 197px;
  -o-object-fit: cover;
     object-fit: cover;
  /* Do not scale the image */
  -o-object-position: top;
     object-position: top;
  /* Center the image within the element */
}

.categories-half-width .article-width .block-with-thumb {
  width: 100% !important;
  margin-top: 10px;
}

.categories-half-width .article-width .block-with-thumb h1 {
  font-size: 17px !important;
}

.categories-half-width .article-width .block-with-thumb p {
  display: none;
}

.ms-tabs-vertical-template {
  width: 100%;
  margin: 0 auto;
  background: black;
}

.ms-tabs-vertical-template h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

.ms-tabs-vertical-template .ms-sbar .ms-bar {
  background-color: black;
}

.ms-tabs-vertical-template .ms-nav-prev,
.ms-tabs-vertical-template .ms-nav-next {
  top: 10px;
  left: 50%;
  background: url(../../../images/arrowb041.png?ed65b02ab8aa7c10a91a7d29dddaaae1) no-repeat;
  background-position: -11px -6px;
  width: 40px;
  height: 30px;
  margin-left: -20px;
  margin-top: 0;
}

.ms-tabs-vertical-template .ms-nav-next {
  top: auto;
  bottom: 10px;
  background-position: -11px -53px;
}

.ms-vertical-template .ms-thumb-list.ms-dir-h {
  bottom: -101px;
  width: 100%;
  height: 113px;
}

.ms-vertical-template .ms-thumb-list.ms-dir-v {
  height: 100%;
  width: 130px;
  right: -130px;
  top: 0;
}

.ms-vertical-template .ms-thumb-frame {
  cursor: pointer;
}

.ms-vertical-template .ms-thumb-list.ms-dir-h .ms-thumb-frame {
  width: 214px;
  height: auto;
  margin: 12px 0 0 0;
}

.ms-vertical-template .ms-thumb-list.ms-dir-v .ms-thumb-frame {
  width: 130px;
  height: 85px;
  margin: 0 0 5px 5px;
  opacity: 0.5;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.ms-vertical-template .ms-thumb-frame-selected {
  opacity: 1 !important;
}

.ms-vertical-template .ms-thumb-frame-selected h3 {
  color: #4b8aac;
}

.ms-vertical-template .ms-thumblist-fwd,
.ms-thumblist-bwd {
  width: 100%;
  position: absolute;
  top: 0;
  height: 15px;
  cursor: pointer;
  background: url(../../../images/arrowb041.png?ed65b02ab8aa7c10a91a7d29dddaaae1) no-repeat;
  background-position: 50% -106px;
}

.ms-vertical-template .ms-thumblist-bwd {
  top: auto;
  bottom: 0;
  background-position: 50% -145px;
}

@media (max-width: 600px) {
  .ms-vertical-template .ms-thumb-list.ms-dir-v {
    width: 80px;
    right: -80px;
  }

  .ms-vertical-template .ms-thumb-list.ms-dir-v .ms-thumb-frame {
    width: 80px;
    height: 45px;
  }

  .ms-vertical-template {
    padding-right: 85px;
  }
}

@media (max-width: 300px) {
  .ms-vertical-template .ms-thumb-list.ms-dir-v {
    display: none;
  }

  .ms-vertical-template {
    padding-right: 5px;
  }
}

/* Layers */

.ms-layer.video-title {
  font-family: "Lato",sans-serif;
  color: white;
  font-weight: 600;
  font-size: 42px;
  margin: 0px;
  letter-spacing: 0px;
}

.ms-layer.video-title.video-top-title {
  font-size: 16px;
  color: gray;
}

.ms-layer.video-title.video-sub-title {
  font-size: 22px;
  font-weight: 300;
}

.categories-slider {
  margin-top: 15px;
  height: 490px;
  overflow: hidden;
}

.ms-caption {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 15px;
  padding: 30px;
  margin: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  width: 100% !important;
  font-weight: bold;
  color: #fff !important;
}

.ms-caption a {
  color: #fff !important;
}

.home-slider,
.home-slider .ms-thumb-list {
  direction: ltr !important;
}

.article {
  font-size: 20px;
  font-family: "Simplified Arabic", arial, sans-serif;
}

.article .title {
  font-weight: bold;
  font-size: 25px;
  color: #AF000E;
  line-height: 1.3;
}

.article .meta {
  width: 100%;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  color: #999;
  font-size: 13px;
  font-family: tahoma, arial, sans-serif;
  padding: 10px;
  margin-bottom: 15px;
}

.article .meta div {
  margin-right: 10px;
}

.article .thumbnail img {
  display: block;
  width: 100% !important;
  height: 410px !important;
  -o-object-fit: cover;
     object-fit: cover;
  /* Do not scale the image */
  -o-object-position: top;
     object-position: top;
  /* Center the image within the element */
}

.article .article-content {
  font-size: 18px !important;
}

.article .article-content p,
.article .article-content h1,
.article .article-content h2,
.article .article-content h3,
.article .article-content h4,
.article .article-content h5,
.article .article-content h6,
.article .article-content strong,
.article .article-content span,
.article .article-content * {
  font-size: 18px !important;
  font-weight: normal !important;
  font-family: Helvetica, Arial, sans-serif !important;
  line-height: 1.5;
}

.article iframe,
.article img {
  max-width: 100%;
  margin-bottom: 15px;
}

.article iframe {
  width: 100% !important;
  min-height: 400px;
}

.article .tags {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 15px;
}

.article .tags span {
  color: #999;
  font-family: "Droid Arabic Kufi", sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.article .tags ul {
  margin: 0;
  padding: 0;
}

.article .tags ul li {
  margin: 10px 0 10px 10px;
}

.article .tags ul li a {
  background: #999;
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
}

.article .tags ul li a:hover {
  text-decoration: none;
}

.footer {
  background: #262626;
  border-top: 3px solid #000;
  color: #fff;
  padding: 20px 0;
  margin-top: 15px;
}

.footer h3 {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 15px;
}

.footer ul {
  padding: 0;
}

.footer ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.footer ul li a {
  color: #fff;
  font-size: 13px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  padding: 5px;
  margin-top: 10px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.footer ul li:hover a {
  text-decoration: none;
  color: #AF000E;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.bottom-footer {
  background: #000;
  color: #fff;
  padding: 8px 0;
  font-size: 13px;
}

.bottom-footer ul li a {
  color: #3f3f3f;
  font-size: 15px;
  display: block;
  padding: 0 8px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.bottom-footer ul li a:hover {
  color: #fff;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.share-buttons {
  margin: 15px 0 15px;
  padding: 0;
}

.share-buttons a {
  color: #fff;
  font-size: 15px;
  background: #555;
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  padding-top: 4px;
  vertical-align: baseline;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.share-buttons li.share-facebook a {
  background: #4E68A4;
}

.share-buttons li.share-twitter a {
  background: #0BAFF1;
}

.share-buttons li.share-google-plus a {
  background: #EB4B3E;
}

.share-buttons li.share-linkedin a {
  background: #1D81B9;
}

.share-buttons li a:hover {
  background: #000;
}

@media (max-width: 768px) and (max-width: 991px) {
  .main-nav li a {
    padding: 10px !important;
    font-size: 12px !important;
  }

  .main-nav li a span {
    display: none;
  }

  .main-nav li ul {
    display: none;
  }

  .main-content .block .block-content .item img {
    height: 117px;
  }

  .categories-half-width .article-width .thumbnail img {
    height: 185px;
  }

  .article .thumbnail img {
    height: 387px;
  }

  .ms-thumb-list {
    display: none !important;
  }
}

@media (min-width: 425px) and (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }

  .top-nav {
    height: auto !important;
  }

  .top-nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    float: none !important;
  }

  .top-nav ul.socials li a {
    border: 0 !important;
    padding-left: 10px 15px;
  }

  .header {
    text-align: center !important;
  }

  .header div {
    text-align: center !important;
  }

  .main-nav .row {
    margin: 0 !important;
  }

  .main-nav .menu-container {
    position: relative;
  }

  .main-nav .menu-container .nav-action {
    display: block !important;
    margin-top: 5px;
  }

  .main-nav .menu-container .menu {
    position: absolute;
    right: 0;
    left: 0;
    top: 50px;
    background: #FAFAFA;
    z-index: 2000;
    display: none;
  }

  .main-nav .menu-container .menu li {
    display: block;
    width: 100%;
    border: 0 !important;
  }

  .main-nav .menu-container .menu li a {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 15px !important;
  }

  .main-nav .menu-container .menu li .sm-menu {
    display: block;
  }

  .main-nav .menu-container .menu.active {
    display: block;
  }

  .bottom-footer {
    text-align: center !important;
  }

  .bottom-footer div {
    text-align: center !important;
  }

  .bottom-footer .nav {
    display: none;
  }

  .article .thumbnail img {
    height: 222px !important;
  }

  .main-content .block .block-content .item img,
  .article-block .thumbnail img {
    height: 209px !important;
  }

  .categories-half-width .article-width .thumbnail img {
    height: 102px !important;
  }

  .ms-thumb-list {
    display: none !important;
  }
}

@media (max-width: 424px) {
  html,
  body {
    overflow-x: hidden;
  }

  .top-nav {
    height: auto !important;
  }

  .top-nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    float: none !important;
  }

  .top-nav ul.socials li a {
    border: 0 !important;
    padding-left: 10px 15px;
  }

  .header {
    text-align: center !important;
  }

  .header div {
    text-align: center !important;
  }

  .main-nav .row {
    margin: 0 !important;
  }

  .main-nav .menu-container {
    position: relative;
  }

  .main-nav .menu-container .nav-action {
    display: block !important;
    margin-top: 5px;
  }

  .main-nav .menu-container .menu {
    position: absolute;
    right: 0;
    left: 0;
    top: 50px;
    background: #FAFAFA;
    z-index: 2000;
    display: none;
  }

  .main-nav .menu-container .menu li {
    display: block;
    width: 100%;
    border: 0 !important;
  }

  .main-nav .menu-container .menu li a {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 15px !important;
  }

  .main-nav .menu-container .menu li .sm-menu {
    display: block;
  }

  .main-nav .menu-container .menu li ul {
    display: none;
  }

  .main-nav .menu-container .menu.active {
    display: block;
  }

  .main-nav.sticky {
    position: static;
  }

  .bottom-footer {
    text-align: center !important;
  }

  .bottom-footer div {
    text-align: center !important;
  }

  .bottom-footer .nav {
    display: none;
  }

  .article-block .thumbnail {
    float: none;
    width: 100%;
  }

  .article-block .article-block-content {
    float: none !important;
    width: 100% !important;
    margin-top: 10px;
  }

  .article .thumbnail img {
    height: 175px !important;
  }

  .main-content .block .block-content .item img,
  .article-block .thumbnail img {
    height: 175px !important;
  }

  .categories-half-width .article-width .thumbnail img {
    height: 80px !important;
  }

  .ms-thumb-list {
    display: none !important;
  }
}

