﻿.wb-co-dtr-03__bodycopy {
  background-color: transparent;
  position: absolute;
  border-left: 5px solid transparent;
  height: auto !important;
  padding-top: 0px;
  padding-bottom: 0px;
  left: 50px;
  bottom: 60px;
  padding-left: 13px;
  transition: all 0.2s ease-out;
}
.wb-co-dtr-03__bodycopy h3 {
  margin-bottom: 0;
}

.link-mas-info {
  position: absolute;
  left: 75px;
  bottom: 50px;
  display: block;
  color: white;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.wb-co-dtr-03__image:hover {
  cursor: pointer;
}
.wb-co-dtr-03__image:hover a.wb-co-dtr-03__image {
  /*background-image: none !important;*/
  transform: scale(1.01, 1.01);
  opacity: 0;
}
.wb-co-dtr-03__image:hover .wb-co-dtr-03__bodycopy {
  border-color: white !important;
  bottom: 80px;
}
.wb-co-dtr-03__image:hover .wb-co-dtr-03__bodycopy a:hover {
  text-decoration: none;
}
.wb-co-dtr-03__image:hover .wb-co-dtr-03__bodycopy h2 span, .wb-co-dtr-03__image:hover .wb-co-dtr-03__bodycopy h2 a, .wb-co-dtr-03__image:hover .wb-co-dtr-03__bodycopy h2 strong {
  color: #ffffff !important;
}
.wb-co-dtr-03__image:hover .link-mas-info {
  opacity: 1;
}
