.inthemedia_group {
	padding: 0px;
	width: 100%;
}
.inthemedia {
    justify-content: space-between;
}
.inthemedia-slider {
	display: flex;
	flex-direction: column;
	padding: 20px 0px;
	overflow: hidden;
	max-width: 1000px;
}

.inthemedia-slider .icon-box {
	margin: 0px 10px;
    height: 180px !important;
	max-width: 180px !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    border: 8px solid #EAEBEC;
}

.slick-dots {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
	display: inline-block;
    padding: 0;
    margin: 8px;
    list-style: none;
    text-align: center;
    background-color: #EAEBEC;
    border-radius: 14px;
    width: 20px;
    height: 20px;
}
.slick-dots li.slick-active {
    background-color: #F0703D;
}
.slick-dots li button {
	display: none;
}


.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: flex;
	align-items: stretch;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 50px;
}
.arrow-left-1, .arrow-right-1 {
	height: 80px;
    width: 80px;
    background-repeat: no-repeat;
    background-size: 24px;
    background-color: #F0703D;
    border-radius: 50px;
    background-position: center;
    border: 8px solid #EAEBEC;
	margin: 70px 5px 5px;
}
.arrow-left-1:hover, .arrow-right-1:hover {
    background-size: 27px;
    background-color: #EE571B;
}
.arrow-left-1 {
    background-image: url(images/icon-arrow-left.svg);
}
.arrow-right-1 {
    background-image: url(images/icon-arrow-right.svg);
}

@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 1080px) {

}
@media only screen and (max-width: 768px) {
	.inthemedia {
		display: flex;
		flex-direction: column;
	}
    .arrow-left-1 {
        display: none !important;
    }
    .arrow-right-1 {
        display: none !important;
    }
    .inthemedia-slider .icon-box {
        margin: 0px 10px;
        height: 125px !important;
        max-width: 125px !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        background-position: center !important;
        border: 8px solid #EAEBEC;
    }
}


