.smartphone {
background: url(/demo-ads/images/banner/mobile/inpage-banner.jpg);
    background-size: contain;
}

.section1 {
	padding-top: 20px;
    background-color: #fff;
}

#inpage-banner {
	height: var(--720-mob);
	width: var(--390-mob);
}

.main {
    max-width: var(--1140-mob);
}

#menu {
    z-index: 1000;
}

#bottom-in-article {
	width: var(--660-mob);
    margin: auto;
}

.carousel {
    background: url(images/carousel-backgound.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
	max-width: var(--760-mob);
}

.carousel * {
	box-sizing: border-box;
}

.carousel img {
	-webkit-filter: none !important;
    filter: none !important;
}

.carousel-button {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: calc(50% -  var(--20-mob));
    padding: 0 var(--5-mob);
}

.carousel-next, .carousel-prev {
    width: var(--40-mob);
    padding: var(--10-mob);
    background-color: #00000090;
    border-radius: 50%;
    cursor: pointer;
}

.carousel-list-item {
    display: flex;
    flex-direction: row;
    column-gap: var(--10-mob);
    padding: var(--10-mob);
    width: 100%;
    flex-wrap: nowrap;
    overflow: scroll hidden;
    scroll-behavior: smooth;
}

.carousel-list-item::-webkit-scrollbar {
  display: none;
}

.carousel-item {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    flex-shrink: 0;
    padding-bottom: var(--2-mob);
}

.carousel-title {
    font-size: var(--6-mob);
    padding: var(--2-mob);
}

.carousel-link {
    font-size: var(--6-mob);
    margin-left: auto;
    margin-right: auto;
    padding: var(--2-mob) var(--6-mob);
    border: 1px solid #cecdcd;
}

.carousel-link a {
    color: #cf2a0e;
    text-decoration: none;
}

