@media only screen and (min-width: 1210px) {
    .content-row.rich-media .col-half {
        float: left;
        margin: 0.5rem 0%;
        min-height: 0.125rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .content-row.rich-media .col-half {
        width: 50%;
        margin-right: 0;
    }

    .content-row.rich-media .col-half:first-child {
        padding-left: 0;
    }
    .content-row.rich-media .col-half:last-child {
        padding-right: 0;
    }

    .content-row.brand-message .col-full {
        margin-left: 0;
    }
}

.content-row.no-mar {
    margin-top: 0.25rem;
}
.content-row.no-mar .col-half {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    /* padding-left: 0.25rem; */
    /* padding-right: 0.25rem; */

    margin: 0;
    width: 50%;
}
.content-row.no-mar .col-half:first-child {
    padding-right: 0.25rem;
}
.content-row.no-mar .col-half:last-child {
    padding-left: 0.25rem;
}

.content-row.rich-media .col-half {
    text-align: center;
}

.dyson-button {
    background-color: #333333;
    color: white;
    padding: 1rem;
    position: relative;
    top: 1.5rem;

    display: inline-block;
    margin-bottom: 2rem;
}

.hero {
    background-size: initial;
    background-image: url(/brand-pages/dyson/landing-page/hero_Image_only.jpg), linear-gradient(180deg,#000000 0%,#000000 100%);
    background-size: cover;

    padding: 4rem;

    color: #FFFFFF
}

.hero * {
    margin-bottom: 2rem;
}

.hero h2 {
    font-size: 1.5rem;
}

.hero p {
    font-size: 1.25rem;
}

.hero a {
    color: #FFFFFF;

    font-size: 2rem;

    display: inline-block;
    margin-bottom: 6rem;
}


.guarantee {
    background-color: #333333;
    color: #FFFFFF;

    padding-bottom: 1.5rem;
}
.guarantee.short img {
    width: 10%;
}

.landing-page-category .cta {
    display: inline-block;
    text-align: center;
    position: absolute;
    bottom: 50px;
    width: 50%;
}
.landing-page-category .cta.light {
    color: #FFF;
}
.landing-page-category .cta.dark {
    color: #000;
}
.landing-page-category .cta h4 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}
.landing-page-category .cta p {
    margin-bottom: 0.5rem;
}

.landing-page-category .cta img {
    width: 70%;
}

.landing-page-category img {
    width: 100%;
}



.rich-media .col-half {
    /* padding: 0; */
}
.rich-media .col-half a img {
    width: 100%;
}


.brand-message {
    overflow: hidden;
}
.brand-message .col-full a img {
    width: 100%;
}



.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  /* margin: 30px; */
}
.video-thumbnail:before {
    font: var(--fa-font-solid);
    content: "\f01d";
    visibility: hidden;
}
.video-thumbnail svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  /* content: "\f01d"; */
  /* font-family: "FontAwesome"; */
  /* font: var(--fa-font-solid); */
  font-size: 100px;
  color: #fff;
  opacity: .8;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
.video-thumbnail:hover:before {
  color: #eee;
}



.product ul {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.product ul li {
    border-bottom: 1px solid #939393;
    padding: 1rem 0 1rem 0;
}

.product ul li:last-child {
    border-bottom:none;
}
