.main-videos .item a {
	display: block;
	text-decoration: none;
	width: 100%;
    opacity: 1;
    transition: opacity 0.3s, visibility 0s linear 0.3s;
}
.main-videos .item a .item-image {
    height: 125px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
}

.main-videos .item a:hover {
    opacity: 0.8;
    transition-delay: 0s;
}
.main-videos .item a .icon {
	background-image: url('icon.svg');
	background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 15%;
    border-radius: 5px;
}

.main-videos .item a .item-title {
    margin-top: 5px;
    font-size: 100%;
    color: #000;
}

.main-videos .owl-carousel button:focus {
    outline: 0px !important;
}
.main-videos .owl-prev,
.main-videos .owl-next {
    position: absolute;
    top: 48px;
    background: #008f84 !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    border-radius: 22px !important;
    color: #fff !important;
    font-size: 22px !important;
    margin: 0px !important;
    opacity: 0.7;
}
.main-videos .owl-prev:hover,
.main-videos .owl-next:hover {
    opacity: 1;
}
.main-videos .owl-prev {
    left: 10px;
}
.main-videos .owl-next {
    right: 10px;
}