/* Top Banner*/

.eptop_banner {
    float: left;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100%;
}


.eptopbanner-container:first-child {
    margin: 0;
}
li.eptopbanner-container {
    float: left
}
.eptopbanner-container {
    display: block;
    overflow: hidden;
    position: relative;
     width: 50%;
    padding: 8px 4px 8px 8px;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}
.eptopbanner-container img {
	width:100%;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}





li.eptopbanner-container a::before {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    bottom: 20px;
    content: " ";
    left: 8px;
    opacity: 0;
    position: absolute;
    right: 8px;
    top: 20px;
    transform: scale(0, 1);
    transform-origin: 0 0 0;
    transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    z-index: 1;
}
li.eptopbanner-container a::after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: 12px;
    content: "";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 10px;
    transform: scale(1, 0);
    transform-origin: 100% 0 0;
    transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    z-index: 1;
}
li.eptopbanner-container:hover a::after,
li.eptopbanner-container:hover a::before {
    opacity: 1;
    transform: scale(1);
}
li.eptopbanner-container:hover img {
    opacity: 0.8;
    transform: scale(1.05);
}
@media (max-width: 1199px) {
  .eptopbanner-container {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .eptopbanner-container {
    width: 100%;
    margin: 24px 0 0;
  }
}
