@media only screen and (max-width: 865px) {
    body .boxad{
        display: none !important;
    }
}

main{
    padding: 12px;
    flex: 1;
    padding-top: 0; /* Recommended if using garland */
}

.boxad{
	display:block;
	float:right;
	padding: var(--gap) 0 0 var(--gap);
}

.boxad > *{
	margin-bottom: var(--gap);
	text-align: center;
}

.boxad > a{
	padding: 14px var(--gap);
}

h1{
    text-align: center;
}

h1 a{
    font-size: inherit;
    text-decoration: underline;
}

.adsbygoogle{
	width: 100%;
    text-align: center;;
}

.section-header{
    display: flex;
}

.section-header h2{
    flex: 1;
}

.carousel{
    display: flex;
}

.releases{
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    transition: left .2s ease-in-out;
}

.view-more {
    text-align: center;
    justify-content: center;
    vertical-align: top;
}

.release-card, .view-more{
    width: 250px;
    padding: 12px;
    height: 200px;
    flex-direction: column;
    margin-right: 5px;
    position: relative;
    transition: all .1s ease-in-out;
	display: inline-flex;
	overflow: hidden;
}

.release-title{
    font-size: 20px;
}

.release-developer{
    margin-bottom: 2px;
}

.release-description{
    flex: 1;
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.download-button{
    font-weight: 400;
    text-align: right;
}

.btnBack, .btnRight {
    background-image: url('/icons/arrow-back.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
}

.btnRight {
    transform: rotate(180deg);
}