/********Hero Banner*********/

main div.hero-banner .hb-image {
  background-image: url(https://media.nisbets.com/cdn-cgi/image/w=1260,h=400,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_hero_banner_v2.jpg);
}

@media (max-width: 1024px) {
  main div.hero-banner .hb-image {
    background-image: url(https://media.nisbets.com/cdn-cgi/image/w=1004,h=400,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_hero_banner_v2.jpg);
  }
}

@media (max-width: 768px) {
  main div.hero-banner .hb-image {
    background-image: url(https://media.nisbets.com/cdn-cgi/image/w=748,h=300,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_hero_banner_v2.jpg);
  }
}

@media (max-width: 425px) {
  main div.hero-banner .hb-image {
    background-image: url(https://media.nisbets.com/cdn-cgi/image/w=405,h=200,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_hero_banner_v2.jpg);
  }
}

main div.hero-banner .hb-triangle .robot-logo {
  background-image: url(https://media.nisbets.com/cdn-cgi/image/w=371,h=76,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_logo.png);
  background-repeat: no-repeat;
  height: 76px;
}

@media (max-width: 768px) {
  main div.hero-banner .hb-triangle .robot-logo {
    background-image: url(https://media.nisbets.com/cdn-cgi/image/w=250,h=50,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_logo.png);
    background-repeat: no-repeat;
    height: 50px;
  }
}

@media (max-width: 425px) {
  main div.hero-banner .hb-triangle .robot-logo {
    background-image: url(https://media.nisbets.com/cdn-cgi/image/w=150,h=30,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_logo.png);
    background-repeat: no-repeat;
    height: 30px;
  }
}

main div.hero-banner .hb-triangle,
main div.hero-banner .hb-triangle:after {
  background-color: #70ad47 !important;
}

main div.hero-banner .hb-triangle .hb-title-line-2 {
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
}

main div.hero-banner .hb-triangle .hb-cta {
  color: #ffffff;
}

@media (max-width: 1024px) {
  main div.hero-banner .hb-triangle .hb-title-line-1 {
    font-size: 2.8em;
  }

  main div.hero-banner .hb-triangle .hb-title-line-2 {
    font-size: 1.2em;
  }
}

@media (max-width: 768px) {
  main div.hero-banner .hb-triangle .hb-title-line-1 {
    font-size: 2.4em;
  }

  main div.hero-banner .hb-triangle .hb-title-line-2 {
    font-size: 1em;
  }
}

@media (max-width: 640px) {
  main div.hero-banner .hb-triangle .hb-title-line-1 {
    font-size: 1.4em;
  }

  main div.hero-banner .hb-triangle .hb-title-line-2 {
    font-size: 0.9em;
  }
}

@media (max-width: 425px) {
  main div.hero-banner .hb-triangle .hb-title-line-1 {
    font-size: 1.3em;
  }
}

/********Nav*********/

@media (max-width: 550px) {
  .robo-nav {
    display: none !important;
  }
}

.robo-nav-item a {
  text-decoration: none !important;
}

.robo-nav-item:not(:last-child) {
  border-right: 1px solid black;
}

.robo-nav-item:nth-child(1) span.left,
.robo-nav-item:nth-child(2) span.left,
.robo-nav-item:nth-child(3) span.left,
.robo-nav-item:nth-child(4) span.left,
.robo-nav-item:nth-child(5) span.left,
.robo-nav-item:nth-child(6) span.left,
.robo-nav-item:nth-child(7) span.left .robo-nav-item:nth-child(8) span.left {
  position: relative;
}

.robo-nav-item:nth-child(1) span.left:before {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  bottom: -5px;
  left: 0;
  background-color: #00afee;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.robo-nav-item:nth-child(2) span.left:before {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  bottom: -5px;
  left: 0;
  background-color: #8ec347;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.robo-nav-item:nth-child(3) span.left:before {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  bottom: -5px;
  left: 0;
  background-color: #ec138a;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.robo-nav-item:nth-child(4) span.left:before {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  bottom: -5px;
  left: 0;
  background-color: #ed1b23;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.robo-nav-item:nth-child(5) span.left:before {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  bottom: -5px;
  left: 0;
  background-color: #939498;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.robo-nav-item:nth-child(6) span.left:before {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  bottom: -5px;
  left: 0;
  background-color: #7252a0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.robo-nav-item:nth-child(7) span.left:before {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  bottom: -5px;
  left: 0;
  background-color: #d16b1c;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.robo-nav-item:nth-child(8) span.left:before {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  bottom: -5px;
  left: 0;
  background-color: #c1a7e2;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.robo-nav-item:nth-child(1) span.left:hover:before,
.robo-nav-item:nth-child(2) span.left:hover:before,
.robo-nav-item:nth-child(3) span.left:hover:before,
.robo-nav-item:nth-child(4) span.left:hover:before,
.robo-nav-item:nth-child(5) span.left:hover:before,
.robo-nav-item:nth-child(6) span.left:hover:before,
.robo-nav-item:nth-child(7)
  span.left:hover:before
  .robo-nav-item:nth-child(8)
  span.left:hover:before
  .robo-nav-item:nth-child(9)
  span.left:hover:before {
  visibility: visible;
  width: 100%;
}

/********Titles*********/

#row-bl-1 h2.s-default span.s-underline:after {
  background-color: #00afee !important;
}

#row-bl-2 h2.s-default span.s-underline:after {
  background-color: #8ec347 !important;
}

#row-bl-3 h2.s-default span.s-underline:after {
  background-color: #ec138a !important;
}

#row-bl-4 h2.s-default span.s-underline:after {
  background-color: #ed1b23 !important;
}

#row-bl-5 h2.s-default span.s-underline:after {
  background-color: #939498 !important;
}

#row-bl-6 h2.s-default span.s-underline:after {
  background-color: #6b4a93 !important;
}

#row-bl-7 h2.s-default span.s-underline:after {
  background-color: #d16b1c !important;
}

#row-bl-8 h2.s-default span.s-underline:after {
  background-color: #c1a7e2 !important;
}

/********Button*********/

.titles .button {
  background-color: #70ad47 !important;
}

.button {
  background-color: #70ad47 !important;
}

/********Img blocks*********/

.img-block-1 {
  width: auto;
  height: 400px;
  background-image: url(https://media.nisbets.com/cdn-cgi/image/w=500,h=400,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_img_block-1-lg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.img-block-2 {
  width: auto;
  height: 400px;
  background-image: url(https://media.nisbets.com/cdn-cgi/image/w=500,h=400,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_img_block-2-lg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.img-block-3 {
  width: auto;
  height: 440px;
  background-image: url(https://media.nisbets.com/cdn-cgi/image/w=840,h=440,q=75,f=auto,fit=cover/http:/media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_img_block-3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

.img-block-4 {
  width: auto;
  height: 400px;
  background-image: url(https://media.nisbets.com/cdn-cgi/image/w=500,h=400,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_img_block-4-lg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.img-block-5 {
  width: auto;
  height: 400px;
  background-image: url(https://media.nisbets.com/cdn-cgi/image/w=500,h=400,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_img_block-5-lg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.img-block-6 {
  width: auto;
  height: 400px;
  background-image: url(https://media.nisbets.com/cdn-cgi/image/w=500,h=400,q=75,f=auto,fit=contain/http:/media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/stick-blender-group.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.img-block-7 {
  width: auto;
  height: 400px;
  background-image: url(https://media.nisbets.com/cdn-cgi/image/w=500,h=400,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_img_block-7-lg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.img-block-8 {
  width: auto;
  height: 400px;
  background-image: url(https://media.nisbets.com/cdn-cgi/image/w=500,h=400,q=75,f=auto,fit=contain/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/uk_robot_coupe_kitchen_blenders.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
}

/********Img square*********/

.img-sq-1 {
  width: 200px;
  height: 250px;
  background-image: url(https://media.nisbets.com/cdn-cgi/image/w=200,h=250,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/img-sq-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.img-sq-2 {
  width: 200px;
  height: 250px;
  background-image: url(https://media.nisbets.com/cdn-cgi/image/w=200,h=250,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/img-sq-2.jpg);
  background-repeat: no-repeat;
}

.img-sq-3 {
  width: 200px;
  height: 250px;
  background-image: url(https://media.nisbets.com/cdn-cgi/image/w=200,h=250,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/img-sq-3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.img-sq-4 {
  width: 200px;
  height: 250px;
  background-image: url(https://media.nisbets.com/cdn-cgi/image/w=200,h=250,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/img-sq-4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

#row-bl-6 div:nth-child(2) a {
  text-decoration: none;
}

h4.left {
  position: relative;
}

h4.left:before {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  bottom: -5px;
  left: 0;
  background-color: #7252a0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

h4.left:hover:before {
  visibility: visible;
  width: 100%;
}

@media (max-width: 1024px) {
  .img-block-3 {
    width: auto;
    height: 360px;
    background-image: url(https://media.nisbets.com/cdn-cgi/image/w=650,h=350,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/img-block-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (max-width: 768px) {
  .img-block-1 {
    width: auto;
    height: 400px;
    background-image: url(https://media.nisbets.com/cdn-cgi/image/w=300,h=400,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_img_block-1-sm.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .img-block-2 {
    width: auto;
    height: 400px;
    background-image: url(https://media.nisbets.com/cdn-cgi/image/w=300,h=400,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_img_block-2-md.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .img-block-3 {
    width: 100%;
    height: 275px;
    background-image: url(https://media.nisbets.com/cdn-cgi/image/w=496,h=275,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_img_block-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .img-block-4 {
    width: auto;
    height: 400px;
    background-image: url(https://media.nisbets.com/cdn-cgi/image/w=300,h=400,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_img_block-4-md.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .img-block-5 {
    width: auto;
    height: 400px;
    background-image: url(https://media.nisbets.com/cdn-cgi/image/w=300,h=400,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_img_block-5-md.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .img-block-7 {
    width: auto;
    height: 400px;
    background-image: url(https://media.nisbets.com/cdn-cgi/image/w=300,h=400,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_img_block-7-md.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .img-block-8 {
    width: auto;
    height: 400px;
    background-image: url(https://media.nisbets.com/cdn-cgi/image/w=300,h=400,q=75,f=auto,fit=contain/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_img_block-8.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .img-sq-1 {
    width: 125px;
    height: 150px;
    background-image: url(https://media.nisbets.com/cdn-cgi/image/w=125,h=150,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/img-sq-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .img-sq-2 {
    width: 125px;
    height: 150px;
    background-image: url(https://media.nisbets.com/cdn-cgi/image/w=125,h=150,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/img-sq-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .img-sq-3 {
    width: 125px;
    height: 150px;
    background-image: url(https://media.nisbets.com/cdn-cgi/image/w=125,h=150,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_img_block-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .img-sq-4 {
    width: 125px;
    height: 150px;
    background-image: url(https://media.nisbets.com/cdn-cgi/image/w=125,h=150,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/img-sq-4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (max-width: 425px) {
  .img-block-1 {
    width: auto;
    height: 250px;
    background-image: url(https://media.nisbets.com/cdn-cgi/image/w=405,h=250,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_img_block-1.2-sm.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .img-block-2 {
    width: auto;
    height: 250px;
    background-image: url(https://media.nisbets.com/cdn-cgi/image/w=405,h=250,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_img_block-2-sm.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .img-block-3 {
    width: 100%;
    height: 220px;
    background-image: url(https://media.nisbets.com/cdn-cgi/image/w=425,h=230,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_img_block-3.jpg);
    background-position: center;
    background-repeat: no-repeat;
  }

  .img-block-4 {
    width: auto;
    height: 250px;
    background-image: url(https://media.nisbets.com/cdn-cgi/image/w=405,h=250,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_img_block-4-sm.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .img-block-5 {
    width: auto;
    height: 250px;
    background-image: url(https://media.nisbets.com/cdn-cgi/image/w=405,h=250,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_img_block-5-sm.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .img-block-7 {
    width: auto;
    height: 250px;
    background-image: url(https://media.nisbets.com/cdn-cgi/image/w=405,h=250,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_img_block-7-sm.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .img-block-8 {
    width: auto;
    height: 250px;
    background-image: url(https://media.nisbets.com/cdn-cgi/image/w=405,h=250,q=75,f=auto,fit=contain/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_img_block-8.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .img-sq-1 {
    width: 125px;
    height: 150px;
    background-image: url(https://media.nisbets.com/cdn-cgi/image/w=125,h=150,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/img-sq-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .img-sq-2 {
    width: 125px;
    height: 150px;
    background-image: url(https://media.nisbets.com/cdn-cgi/image/w=125,h=150,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/img-sq-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .img-sq-3 {
    width: 125px;
    height: 150px;
    background-image: url(https://media.nisbets.com/cdn-cgi/image/w=125,h=150,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_img_block-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .img-sq-4 {
    width: 125px;
    height: 150px;
    background-image: url(https://media.nisbets.com/cdn-cgi/image/w=125,h=150,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/img-sq-4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.dot-pos-1 {
  top: 67%;
  left: 23%;
}

.dot-pos-2 {
  top: 72%;
  left: 47%;
}

.dot-pos-3 {
  top: 75%;
  left: 70%;
}

.dot-pos-4 {
  top: 78%;
  left: 75%;
}

.dot-pos-5 {
  top: 83%;
  left: 89%;
}

.modal-dialog {
  transform: translate(-50%, -50%) !important;
  top: 50%;
  left: 50%;
  margin: 0;
}

.modal-content {
  border: none;
}

.modal-body {
  padding: 10px 20px 40px 0px;
  position: relative;
}

.modal-body .close {
  margin: 15px 5px 15px 0;
}

.modal-title {
  border-bottom: 4px solid #8ec347;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 700px;
  }
}

@media screen and (min-width: 640px) {
  .modal-body .row {
    margin-right: 0;
  }
}

@media screen and (min-width: 639px) {
  .modal .modal-img {
    background-size: 300px 400px;
    background-repeat: no-repeat;
    background-position: center center;
    height: auto;
  }
}

.img-block .mq-2x-1,
.img-block .mq-2x-2,
.img-block .mq-2x-3 {
  display: none;
}

/* Desktop */

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px),
  only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1024px),
  only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-width: 1024px),
  only screen and (min-device-pixel-ratio: 2) and (min-width: 1024px),
  only screen and (min-resolution: 192dpi) and (min-width: 1024px),
  only screen and (min-resolution: 2dppx) and (min-width: 1024px) {
  .img-block .mq-2x-1 {
    display: block;
  }
}

/* Tablet */

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px),
  only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px),
  only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px),
  only screen and (min-device-pixel-ratio: 2) and (max-width: 768px),
  only screen and (min-resolution: 192dpi) and (max-width: 768px),
  only screen and (min-resolution: 2dppx) and (max-width: 768px) {
  .img-block .mq-2x-1 {
    display: none;
  }

  .img-block .mq-2x-2 {
    display: block;
  }
}

/* Mobile */

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 425px),
  only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 425px),
  only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 425px),
  only screen and (min-device-pixel-ratio: 2) and (max-width: 425px),
  only screen and (min-resolution: 192dpi) and (max-width: 425px),
  only screen and (min-resolution: 2dppx) and (max-width: 425px) {
  .img-block .mq-2x-2 {
    display: none;
  }

  .img-block .mq-2x-3 {
    display: block;
  }
}

/*Video Block Begins*/
#watch-robot-coupe .vid-block-container h3 {
  font-size: 1.25em;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
#watch-robot-coupe .vid-ban {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(50, 55, 75, 0.25);
  box-shadow: 0 3px 6px rgba(50, 55, 75, 0.25);
  height: 135px;
}
@media (min-width: 768px) {
  #watch-robot-coupe .vid-ban {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 220px;
  }
}
@media (min-width: 1024px) {
  #watch-robot-coupe .vid-ban {
    height: 168px;
  }
}
#watch-robot-coupe .vid-ban-J493 {
  background-image: url("https://media.nisbets.com/cdn-cgi/image/w=280,h=135,q=75,fit=contain,f=auto/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_video_j493-3.jpg");
}
@media (min-width: 768px) {
  #watch-robot-coupe .vid-ban-J493 {
    background-image: url("https://media.nisbets.com/cdn-cgi/image/w=354,h=220,q=75,fit=contain,f=auto/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_video_j493-3.jpg");
  }
}
@media (min-width: 1024px) {
  #watch-robot-coupe .vid-ban-J493 {
    background-image: url("https://media.nisbets.com/cdn-cgi/image/w=231,h=168,q=75,fit=contain,f=auto/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_video_j493-3.jpg");
  }
}
@media (min-width: 1280px) {
  #watch-robot-coupe .vid-ban-J493 {
    background-image: url("https://media.nisbets.com/cdn-cgi/image/w=295,h=168,q=75,fit=contain,f=auto/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_video_j493-3.jpg");
  }
}
#watch-robot-coupe .vid-ban-da310 {
  background-image: url("https://media.nisbets.com/cdn-cgi/image/w=280,h=135,q=75,fit=contain,f=auto/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_video_da310.jpg");
}
@media (min-width: 768px) {
  #watch-robot-coupe .vid-ban-da310 {
    background-image: url("https://media.nisbets.com/cdn-cgi/image/w=354,h=220,q=75,fit=contain,f=auto/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_video_da310.jpg");
  }
}
@media (min-width: 1024px) {
  #watch-robot-coupe .vid-ban-da310 {
    background-image: url("https://media.nisbets.com/cdn-cgi/image/w=231,h=168,q=75,fit=contain,f=auto/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_video_da310.jpg");
  }
}
@media (min-width: 1280px) {
  #watch-robot-coupe .vid-ban-da310 {
    background-image: url("https://media.nisbets.com/cdn-cgi/image/w=295,h=168,q=75,fit=contain,f=auto/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_video_da310.jpg");
  }
}
#watch-robot-coupe .vid-ban-t227 {
  background-image: url("https://media.nisbets.com/cdn-cgi/image/w=280,h=135,q=75,fit=contain,f=auto/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_video_the_solution.jpg");
}
@media (min-width: 768px) {
  #watch-robot-coupe .vid-ban-t227 {
    background-image: url("https://media.nisbets.com/cdn-cgi/image/w=354,h=220,q=75,fit=contain,f=auto/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_video_the_solution.jpg");
  }
}
@media (min-width: 1024px) {
  #watch-robot-coupe .vid-ban-t227 {
    background-image: url("https://media.nisbets.com/cdn-cgi/image/w=231,h=168,q=75,fit=contain,f=auto/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_video_the_solution.jpg");
  }
}
@media (min-width: 1280px) {
  #watch-robot-coupe .vid-ban-t227 {
    background-image: url("https://media.nisbets.com/cdn-cgi/image/w=295,h=168,q=75,fit=contain,f=auto/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_video_the_solution.jpg");
  }
}
#watch-robot-coupe .vid-ban-cx120 {
  background-image: url("https://media.nisbets.com/cdn-cgi/image/w=280,h=135,q=75,fit=contain,f=auto/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_video_cx120.jpg");
}
@media (min-width: 768px) {
  #watch-robot-coupe .vid-ban-cx120 {
    background-image: url("https://media.nisbets.com/cdn-cgi/image/w=354,h=220,q=75,fit=contain,f=auto/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_video_cx120.jpg");
  }
}
@media (min-width: 1024px) {
  #watch-robot-coupe .vid-ban-cx120 {
    background-image: url("https://media.nisbets.com/cdn-cgi/image/w=231,h=168,q=75,fit=contain,f=auto/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_video_cx120.jpg");
  }
}
@media (min-width: 1280px) {
  #watch-robot-coupe .vid-ban-cx120 {
    background-image: url("https://media.nisbets.com/cdn-cgi/image/w=295,h=168,q=75,fit=contain,f=auto/http://media.nisbets.com/static/fuse/projects/UK/robot_coupe/assets/img/robot_coupe_video_cx120.jpg");
  }
}
#watch-robot-coupe .vid-ban-overlay {
  text-align: center;
  width: 100%;
  height: 135px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  padding: 10px;
}
@media (min-width: 768px) {
  #watch-robot-coupe .vid-ban-overlay {
    height: 220px;
  }
}
@media (min-width: 1024px) {
  #watch-robot-coupe .vid-ban-overlay {
    height: 168px;
  }
}
#watch-robot-coupe .vid-ban-overlay .video-btn {
  position: relative;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
#watch-robot-coupe .vid-ban-overlay .video-btn-image {
  max-width: 70px;
}
@media (min-width: 1024px) {
  #watch-robot-coupe .vid-ban-overlay .video-btn-image {
    max-width: 68px;
  }
}
#watch-robot-coupe .vid-ban-overlay .video-btn span.cta {
  font-size: 1em;
  font-weight: 600;
  color: #ffffff;
  margin: auto 0;
}
#watch-robot-coupe .lazyload-2x .mq-2x-1,
#watch-robot-coupe .mq-2x-2,
#watch-robot-coupe .mq-2x-3,
#watch-robot-coupe .mq-2x-4 {
  display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px),
  only screen and (min-device-pixel-ratio: 2) and (min-width: 320px),
  only screen and (min-resolution: 192dpi) and (min-width: 320px),
  only screen and (min-resolution: 2dppx) and (min-width: 320px) {
  #watch-robot-coupe .lazyload-2x .mq-2x-4 {
    display: block;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px),
  only screen and (min-device-pixel-ratio: 2) and (min-width: 768px),
  only screen and (min-resolution: 192dpi) and (min-width: 768px),
  only screen and (min-resolution: 2dppx) and (min-width: 768px) {
  #watch-robot-coupe .lazyload-2x .mq-2x-4 {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px),
  only screen and (min-device-pixel-ratio: 2) and (min-width: 768px),
  only screen and (min-resolution: 192dpi) and (min-width: 768px),
  only screen and (min-resolution: 2dppx) and (min-width: 768px) {
  #watch-robot-coupe .lazyload-2x .mq-2x-3 {
    display: block;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px),
  only screen and (min-device-pixel-ratio: 2) and (min-width: 1024px),
  only screen and (min-resolution: 192dpi) and (min-width: 1024px),
  only screen and (min-resolution: 2dppx) and (min-width: 1024px) {
  #watch-robot-coupe .lazyload-2x .mq-2x-3 {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px),
  only screen and (min-device-pixel-ratio: 2) and (min-width: 1024px),
  only screen and (min-resolution: 192dpi) and (min-width: 1024px),
  only screen and (min-resolution: 2dppx) and (min-width: 1024px) {
  #watch-robot-coupe .lazyload-2x .mq-2x-2 {
    display: block;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1280px),
  only screen and (min-device-pixel-ratio: 2) and (min-width: 1280px),
  only screen and (min-resolution: 192dpi) and (min-width: 1280px),
  only screen and (min-resolution: 2dppx) and (min-width: 1280px) {
  #watch-robot-coupe .lazyload-2x .mq-2x-2 {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1280px),
  only screen and (min-device-pixel-ratio: 2) and (min-width: 1280px),
  only screen and (min-resolution: 192dpi) and (min-width: 1280px),
  only screen and (min-resolution: 2dppx) and (min-width: 1280px) {
  #watch-robot-coupe .lazyload-2x .mq-2x-1 {
    display: block;
  }
}
.video-modal-body {
  padding: 20px 20px 15px;
  position: relative;
}
@media (min-width: 640px) {
  .video-modal-body .row {
    margin-right: 0;
  }
}
.video-modal-head {
  background-color: #70ad47;
  padding: 20px;
}
.video-modal-head p {
  color: #ffffff !important;
  font-weight: 700;
  font-size: 1.75em;
  padding: 0;
  margin: 0;
  line-height: 1em;
}
.video-modal-head button {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ffffff;
  float: none;
  background: none;
  font-size: 1em;
}
.video-modal-head button .glyphicon {
  font-weight: 500;
}
.video-modal-head button .glyphicon::before {
  content: "\e014";
}

/*Video Block Ends*/
