 /* vmg__index styles */
body::-webkit-scrollbar {
  width: 0px;  /* remove scrollbar space */
  background: transparent;  /* optional: just make scrollbar invisible */
}

.side-menu::-webkit-scrollbar {
  width: 0px;  /* remove scrollbar space */
  background: transparent;  /* optional: just make scrollbar invisible */
}

#span--notifications-bubble {
  background-color: #47B3DB;
  color: white;
  border-radius: 5px;
  text-align: center;
  height: 25px;
  font-size: 10px;
  padding: 2.5px;
  padding-top: 3px;
  padding-left: 3.5px;
  padding-right: 3.5px;
}

#span--notifications-bubble-blue {
  background-color: #47B3DB;
  color: white;
  border-radius: 5px;
  text-align: center;
  height: 15px;
  font-size: 10px;
  padding: 2.5px;
  padding-left: 3.5px;
  padding-right: 3.5px;
  position: absolute;
  padding-top: 1px;
  z-index: 1000px;
  margin-top: -8px;
  margin-left: -5px;
}

#forgotpassword {
  position:relative;
  width:150px;
  left:0;
  margin-left:0;
  top:10px;
}

.popup {
  display:none;
  position:absolute;
  z-index:5;
  height:20px;
  width:200px;
  margin-top:-40px;
  background-color:white;
  border:1px solid black;
  opacity:.5;
}

#resetViewMastButton {
  position: absolute;
  width: 400px;
  height: 25px;
  left: 50%;
  margin-left: -200px;
  border: none;
  text-align: center;
}

#resetViewMastButton:hover {
  background-color: red;
  cursor: pointer;
}

.the-button /*{
  margin-left:5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-family: Medium;
  line-height: 1;
  text-align: center;
}

.the-button.state--depressed {
  background-color: #ADACAE;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ADACAE), color-stop(100%, #777778));
  background-image: -webkit-linear-gradient(top, #ADACAE, #777778);
  background-image: -moz-linear-gradient(top, #ADACAE, #777778);
  background-image: -ms-linear-gradient(top, #ADACAE, #777778);
  background-image: -o-linear-gradient(top, #ADACAE, #777778);
  background-image: linear-gradient(top, #ADACAE, #777778);
  border: 1px solid #777778;
  border-bottom: 1px solid #484849;
  -webkit-box-shadow: inset 0 1px 0 0 #D9D8DA;
  -moz-box-shadow: inset 0 1px 0 0 #D9D8DA;
  box-shadow: inset 0 1px 0 0 #D9D8DA;
  text-shadow: 0 -1px 0 #2F2F2F;
}
.the-button.state--depressed:hover {
  background-color: #8C8B8D;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8C8B8D), color-stop(100%, #605F60));
  background-image: -webkit-linear-gradient(top, #8C8B8D, #605F60);
  background-image: -moz-linear-gradient(top, #8C8B8D, #605F60);
  background-image: -ms-linear-gradient(top, #8C8B8D, #605F60);
  background-image: -o-linear-gradient(top, #8C8B8D, #605F60);
  background-image: linear-gradient(top, #8C8B8D, #605F60);
  -webkit-box-shadow: inset 0 1px 0 0 #BAB9BB;
  -moz-box-shadow: inset 0 1px 0 0 #BAB9BB;
  box-shadow: inset 0 1px 0 0 #BAB9BB;
}*/

 /* responsive font sizing */
@media only screen and (max-width: 30.0625em) {
 .pricing__header { font-size: 2.3em !important; }
   .pricing__subheader { font-size: 1.4em !important;}
   .pricing__note { font-size: .8em !important;}
   .pricing__table { font-size: 1em !important;}
   .pricing__table thead:nth-child(1) { font-size: 0.8em !important;}
   .pricing__table tbody td:nth-child(1) { font-size: 0.8em !important;}
}


/* tracking page */

.tracking-page {
  margin-left: 1%;
}

.tracking-page__text--black {
  color: #000;
}

.tracking-page__text--blue {
  color: #2D8ECD;
}

.tracking-page__text--red {
  color: #FF3300;
}

.tracking-page__text--orange {
  color: #ff7f0e;
}

.tracking-page__text--bold {
  font-family: Medium;
}

.code--view {
  background-color: #fff;
  border-radius: .75em;
  color: #000;
  padding: 1em;
  margin-left: 2%;
  width: 90%;
}

.tracking-page h4 {
  margin-left: 2%;
}

h4 + .code--view {
  margin-top: -13px;
  margin-left: 2%;
}

p + .code--view {
  margin-top: .75em;
}

.code--view + p {
  margin-top: .75em;
}

.tracking-page h2 {
  margin-top: 50px;
}

.tracking-page__list {
  list-style-type: disc;
}

.tracking-page__list-item {
  margin-left: 2%;
  padding: 2px;
  white-space: normal;
  width: 90%;
}

.tracking--note {
  width: 90%;
  margin: 25px 0 50px 0 !important;
}

.tracking-page__imp-tracking__note {
  margin-left: 0;
}

.tracking-page__imp-tracking__note__expamples {
  margin: 0 0 60px 2%;
  list-style-type: circle;
}
/* Specs Page */

.specs-page {
  margin: 0 9% 50px 1%;
}

.specs-page h2 {
  margin-top: 30px;
}

.specs-page__list-item {
  margin-left: 2%;
  padding: 2px;
  white-space: normal;
  width: 90%;
}

.specs-page__list-item--decimal {
  list-style-type: decimal;
}

.specs-page__list-item--disc {
  list-style-type: disc;
}

.specs-page__list-item--circle {
  list-style-type: circle;
}

.specs-page__tracking-p {
  margin-top: 1em;
}
/* report table */

.report-table thead {
  font-family: Medium;
}

.report-table td:first-child {
  font-family: Medium;
}

.report-table tr td {
  text-align: center;
}

.report-table tr td:nth-child(odd) {
  background: rgba(200, 200, 200, .2);
}

.report-table tr td.benchmark--under--100 {
  background: rgba(255, 42, 0, .2);
}

.report-table tr td.benchmark--under--50 {
  background: rgba(255, 114, 0, .2);
}

.report-table tr td.benchmark--under--15 {
  background: rgba(255, 174, 0, .2);
}

.report-table tr td.benchmark--under--0 {
  background: rgba(225, 206, 0, .2);
}

.report-table tr td.benchmark--over--0 {
  background: rgba(204, 255, 0, .2);
}

.report-table tr td.benchmark--over--15 {
  background: rgba(102, 255, 0, .2);
}

.report-table tr td.benchmark--over--50 {
  background: rgba(36, 255, 0, .3);
}

.report-table tr td.benchmark--over--100 {
  background: rgba(0, 255, 48, .7);
}
/* Pricing Page */

.pricing__header {
  text-align: center;
  font-size:3em;
}
.pricing__subheader {
  font-family: light;
  font-size: 1.8em;
  text-align: center;
}

.pricing__note {
  font-family: Light;
  font-size: 1em;
  text-align: center;
}

.pricing__table {
  margin: 0 auto;
  border-color: #878787;
  border-style: solid;
  border-width: 0px 0px 3px 0px;
  margin-bottom: 40px!important;
}

.pricing__table tbody td {
  color: #ffffff;
  font-size: 0.9em;
  text-align: center;
}
.pricing__table tbody tr:nth-child(1) {
  background-color:#2B3D50 !important;
  color: #ffffff !important;
}
.pricing__table tbody td:nth-child(1) {
  color: #000000;
  font-family: Medium;
}
.pricing__table--AVBottom td {
  border-color: #878787;
  border-style: solid;
  /*border-width: 5px;*/
  border-width: 0px 0px 3px 0px;
}
.pricing__table tbody td.a {
  color: #6B7277;
}

.pricing__table tbody td.b {
  color: #22607F;
}
.pricing__table th {
  color: #ffffff !important;
  text-align: center;
  font-family: Light !important;
}

.pricing__table thead:nth-child(1) {
  background-image: url('/public_assets/img/frost.png');
}
.pricing__table thead:nth-child(1) th:nth-child(3) {
  border-radius: 2px 2px 0px 0px;
  font-size: 1em;
  background-color:#9CDBF2 !important;
}
.pricing__table thead:nth-child(1) th:nth-child(4) {
  border-radius: 2px 2px 0px 0px;
  font-size: 1em;
  background-color:#7DC9EA !important;
}
.pricing__table thead:nth-child(1) th:nth-child(5) {
  border-radius: 2px 2px 0px 0px;
  font-size: 1em;
  background-color:#65B3DC !important;
}

.pricing__table thead:nth-child(1) th:nth-child(6) {
  border-radius: 2px 2px 0px 0px;
  font-size: 1em;
  background-color:#57acd9 !important;
}

.pricing__table thead:nth-child(1) th:nth-child(7) {
  border-radius: 2px 2px 0px 0px;
  font-size: 1em;
  background-color:#49a5d6 !important;
}
/* modal dialog */

#preview-modal {
  position: relative;
  display: block;
}

.preview-modal__sizes {
  position: absolute;
  top: -40px;
}

.preview-modal__sizes .the-button {
  padding-left: 6px;
  padding-right: 6px;
}

.ng-modal-overlay {
  /* A dark translucent div that covers the whole screen */
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  background-color: #000000;
  opacity: 0.8;
  /*will-change: transform;*/
}

.ng-modal-dialog {
  /* A centered div above the overlay with a box shadow. */
  z-index: 10000;
  position: fixed;
  background-color: #fff;
  box-shadow: 4px 4px 80px #000;
}

.ng-modal-dialog-content {
  padding: 0px;
  text-align: left;
}

.ng-modal-close {
  position: absolute;
  top: -18px;
  right: -20px;
  padding: 5px;
  cursor: pointer;
  display: inline-block;
  z-index: 9999;
}
/* Showcase Page */

.showcase-page__button {
  width: 11em !important;
  font-size: 12px !important;
  font-family: medium;
  color: #fff;
  background-color: #777778;
  border: 1px solid #777778;
  border-bottom: 1px solid #484849;
  box-shadow: inset 0 1px 0 0 #D9D8DA;
  text-shadow: 0 -1px 0 #2F2F2F;
  background-image: -webkit-linear-gradient(top, #ADACAE, #777778);
  background-image: -moz-linear-gradient(top, #ADACAE, #777778);
  background-image: -ms-linear-gradient(top, #ADACAE, #777778);
  background-image: -o-linear-gradient(top, #ADACAE, #777778);
}

.showcase-page__button:focus {
  outline: 0;
}

.showcase-page__button:hover {
  background-color: #8C8B8D;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8C8B8D), color-stop(100%, #605F60));
  background-image: -webkit-linear-gradient(top, #8C8B8D, #605F60);
  background-image: -moz-linear-gradient(top, #8C8B8D, #605F60);
  background-image: -ms-linear-gradient(top, #8C8B8D, #605F60);
  background-image: -o-linear-gradient(top, #8C8B8D, #605F60);
  background-image: linear-gradient(top, #8C8B8D, #605F60);
  -webkit-box-shadow: inset 0 1px 0 0 #BAB9BB;
  -moz-box-shadow: inset 0 1px 0 0 #BAB9BB;
  box-shadow: inset 0 1px 0 0 #BAB9BB;
}

.showcase-page__div--demo {
  margin: 10px auto 15px auto;
  font-size: 12.5px;
  width: 80%;
}

.showcase-page__div--demo a {
  text-decoration: underline;
  font-size: 14px;
}

.showcase-page__p--demo {
  margin-left: 15px;
}

.showcase-page__h2 {
  text-align: center;
  margin-top: 20px;
}

.showcase-page__img--modal {
  padding-left: 5px;
  margin-top: -7px;
  cursor: pointer;
}

.showcase-page__div--ott {
  width: 100%;
  display: inline-block;
  margin-top: 25px;
  text-align: center;
  font-size: 14px;
}

.showcase-page__div--OTTinstructions {
  margin-top: 100px;
  text-align: center;
}

.showcase-page__anchor--OTT {
  position: relative;
  width: 75px;
  left: -37.5px;
  margin-left: 50%;
  top: 15px;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

.mySlides2 {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  position:absolute;
  display:inline-block;
  height:50px;
  width:50px;
  z-index:10;
  top:350px;
  text-align:center;
  cursor: pointer;
  position: absolute;
  color: white !important;
  font-weight: bold;
  font-size: 18px;
  padding:12px;
  /*transition: 0.6s ease;*/
  border-radius: 0 3px 3px 0;
  border:1px solid white;
}

/* Position the "next button" to the right */
.next {
  right: -75px;
}

.prev {
  left:-75px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #46B2DA;
}

/* Caption text */
.text {
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot, .dot2 {
  cursor:pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover, .dot2:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.creatives-index-page__logo {
  -webkit-filter: grayscale(100%) brightness(50%);
  -moz-filter: grayscale(100%) brightness(50%);
  filter: grayscale(100%) brightness(50%);
}

.creatives-index-page__button--edit {
    display: block;
    float: right;
}

@media only screen and (max-width: 1114px) {
    .cell-container {
        width: 880px;
    }
}

@media only screen and (max-width: 894px) {
    .cell-container {
        width: 660px;
    }
}

@media only screen and (max-width: 674px) {
    .cell-container {
        width: 440px;
    }
}

.container {
    position: relative;
    width: 100%;
    height: 100%;
    /*background-color: cyan;*/
}

.cell-container {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0px auto;
    display: block;
    /*background-color: magenta;*/
}

.cell {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 350px;
    margin: 12.5px;
    padding: 0px;
    will-change: auto;
}

.cell .ad-img {
    background-size: cover;
    background-position: center center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 5px;
    border: 1px solid #eee;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    transition: box-shadow, transform;
    -webkit-transition: box-shadow, transform;
    -moz-transition: box-shadow, transform;
    transition-duration: .25s, .3s;
    -webkit-transition-duration: .25s, .3s;
    -moz-transition-duration: .25s, .3s;
    will-change: auto;
}

.cell:hover .ad-img {
    box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.35);
    transform: translate3d(-6px, 6px, 0px);
    -webkit-transform: translate3d(-6px, -6px, 0px);
    -moz-transform: translate3d(-6px, -6px, 0px);
    transition: box-shadow, transform;
    -webkit-transition: box-shadow, transform;
    -moz-transition: box-shadow, transform transition-duration: .25s, .3s;
    -webkit-transition-duration: .25s, .3s;
    -moz-transition-duration: .25s, .3s;
    will-change: auto;
}

.cell .ad-img .text-container {
    line-height: 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}

.cell .ad-img .text-container .pubAdv {
    font-size: 22px;
    color: #fff;
    font-family: Medium;
    text-align: left;
    z-index: 10;
    opacity: 1;
    padding: 15px;
    padding-bottom: 7.5px;
    margin: 0px 0px 0px 0px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .7);
    will-change: auto;
}

.cell:hover .ad-img .text-container .pubAdv,
.cell:focus .ad-img .text-container .pubAdv {
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    will-change: auto;
}

.advCont {
    line-height: 16px !important;
    text-align: left;
    z-index: 10;
    opacity: 1;
    padding-left: 15px;
    padding-top: -15px;
    padding-bottom: 15px;
    margin: 0px 0px 0px 0px;
    margin-top: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .7);
    will-change: auto;
}

.adv {
    font-size: 18px;
    font-family: 'Gotham';
    font-weight: 300;
    color: #fff;
}

.type {
    position: absolute;
    width: 60px;
    padding: 10px;
    top: 0px;
    right: 0px;
    opacity: 1;
    z-index: 10;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    will-change: auto;
}

.ad-img:hover .type,
.ad-img:focus .type {
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    will-change: auto;
}

.info-container {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    padding-top: 0px;
    z-index: 20;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    will-change: auto;
}

.ad-img:hover .info-container,
.ad-img:focus .info-container {
    opacity: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    will-change: auto;
}

.info-container .pubAdv {
    font-size: 22px;
    color: #fff;
    font-family: Medium;
    text-align: left;
    z-index: 10;
    opacity: 0;
    padding: 0px;
    margin: 141px 0px 15px 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    will-change: auto;
}

.info-container:hover .pubAdv,
.info-container:focus .pubAdv {
    opacity: 1;
    margin: 15px 0px 15px 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    will-change: auto;
}

.info-container .pubAdv .adv {
    font-size: 18px;
    font-family: 'Gotham';
    font-weight: 300;
}

.info-container .info {
    position: relative;
    margin: 0px 0px 5px 15px;
    font-size: 16px;
    color: #fff;
    font-family: 'Gotham';
    font-weight: 300;
}

.info-container .status.info {
    position: relative;
    margin: 5px 0px 15px 15px;
    font-size: 16px;
    color: #fff;
    font-family: 'Gotham';
    font-weight: 300;
}

.viewButton {
    position: relative !important;
    margin: 20px 5px 0px 15px !important;
    padding: 4px 10px 4px 10px !important;
    font-size: 18px !important;
    font-family: Medium !important;
    color: #fff !important;
    text-transform: uppercase !important;
    text-align: center !important;
    border: 1px solid #fff !important;
    background: rgba(255, 255, 255, 0) !important;
    border-radius: 4px !important;
    opacity: 1 !important;
    transition: background .3s !important;
    -webkit-transition: background .3s !important;
    -moz-transition: background .3s !important;
    will-change: auto;
}

.viewButton:hover,
.viewButton:focus {
    background: rgba(255, 255, 255, .2) !important;
    transition: background .3s !important;
    -webkit-transition: background .3s !important;
    -moz-transition: background .3s !important;
    will-change: auto;
}

@media (max-width:767px) {
  .creative-container {
    max-width: 500px !important;
  }

  .examples {
    max-width: 500px !important;
  }

  .paddles {
    max-width: 500px !important;
    margin-left: -250px !important;
  }

  .box-shadow {
    max-width: 500px !important;
    margin-left: -250px !important;
  }

  .showcase-header {
    height: 120px;
    max-width: 500px !important;
  }

  .showcase-bucket {
    max-width: 500px !important;
  }

  .blue-container {
    max-width: 500px !important;
    height: 710px !important;
  }

  .ott-blue-container {
    max-width: 500px !important;
    height: 1210px !important;
  }

  .arrow-container {
    max-width: 500px !important;
  }

  .video {
    position: relative;
    height: 100%;
    width: 100%;
  }

  .video-ott {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 9999;
  }

  .media-img {
    display: none !important;
  }

  .header-container {
    width: 100% !important;
  }

  .description-container {
    width: 100% !important;
    padding: 0px !important;
  }

  .feature-container {
    width: 100% !important;
    height: auto !important;
    padding: 0px !important;
  }

  .ott-feature-container {
    width: 100% !important;
    height: auto !important;
    padding: 0px !important;
  }

  .video-container {
    width: 100% !important;
  }

  .showcase-table {
    width: 100% !important;
  }

  .feature-header {
    margin-top: 0px;
    padding-top: 0px;
  }
}

@media (min-width:768px) {
  .creative-container {
    max-width: 750px !important;
  }

  .examples {
    max-width: 750px !important;
  }

  .paddles {
    max-width: 750px !important;
    margin-left: -375px !important;
  }

  .box-shadow {
    max-width: 750px !important;
    margin-left: -375px !important;
  }

  .showcase-bucket {
    max-width: 750px !important;
  }

  .showcase-header {
    height: 90px;
    max-width: 750px !important;
  }

  .blue-container {
    max-width: 750px !important;
    height: 900px !important;
  }

  .ott-blue-container {
    max-width: 750px !important;
    height: 1180px !important;
  }

  .arrow-container {
    max-width: 750px !important;
  }

  .video {
    position: relative;
    height: 100%;
    width: 730px;
  }

  .video-ott {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 9999;
  }

  .media-img {
    display: none !important;
  }

  .header-container {
    width: 100% !important;
  }

  .description-container {
    width: 100% !important;
    text-align: left !important;
    padding-left: 0px !important;
  }

  .feature-container {
    width: 100% !important;
    height: auto !important;
    padding: 0px !important;
  }

  .ott-blue-container-feature-container {
    width: 100% !important;
    height: auto !important;
    padding: 0px !important;
  }

  .video-container {
    width: 100% !important;
  }

  .showcase-table {
    width: 100% !important;
  }

  .feature-header {
    margin-top: 0px;
    padding-top: 0px;
  }
}

@media (min-width:1295px) {
  .creative-container {
    max-width: 1200px !important;
  }

  .examples {
    max-width: 1200px !important;
  }

  .paddles {
    max-width: 1200px !important;
    margin-left: -600px !important;
  }

  .box-shadow {
    max-width: 1200px !important;
    margin-left: -600px !important;
  }

  .showcase-bucket {
    max-width: 1200px !important;
  }

  .showcase-header {
    height: 43px;
    max-width: 1200px !important;
  }

  .blue-container {
    height: 650px !important;
    max-width: 1200px !important;
    z-index: 10 !important;
    background-color: #AADDF0 !important;
  }

  .ott-blue-container {
    height: 800px !important;
    max-width: 1200px !important;
    z-index: 10 !important;
    background-color: #AADDF0 !important;
  }

  .arrow-container {
    max-width: 1200px !important;
  }

  .video {
    position: absolute !important;
    top: 34px !important;
    left: 118px !important;
  }

  .video-ott {
    position: absolute !important;
    top: 74px !important;
    left: 137px !important;
    z-index: 9999 !important;
  }

  .media-img {
    display: block !important;
  }

  .header-container {
    width: 25% !important;
  }

  .description-container {
    padding-left: 60px !important;
    width: 75% !important;
    text-align: center !important;
  }

  .feature-container {
    height: 500px !important;
    padding-top: 30px !important;
    width: 25% !important;
  }

  .ott-feature-container {
    height: 500px !important;
    padding-top: 30px !important;
    width: 25% !important;
  }

  .video-container {
    width: 75% !important;
  }
  .showcase-table {
    
  }

  .feature-header {
    
  }
}

/* admin page */

.admin-page__button {
  display: block;
  float: right;
  height: 25px;
  width: 50px !important;
}

.admin-page__span--user-info {
  display: block;
  float: left;
}
