@charset "utf-8";

#special-section-split {
	width: 980px;
	height: auto;
	margin: 30px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#ssp-box {
	width: 480px;
	height: 400px;
	background-color: #333333;
	margin: 0;
	background-size: cover;
	background-position: 50% 50%;
}

.resp-bg {
	background-image: url('https://sports.inquirer.net/files/2019/07/pacthur-07132019.jpg');
}

#ssp-overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(51,51,51, .75);
	position: relative;
}

#ssp-info {
	position: absolute;
	bottom: 20px;
	padding: 0 20px;
}

#ssp-info a, #ssp-info a:visited {
	color: #ffffff;
	text-decoration: none;
}

#ssp-info a:hover {
	color: #0b72b5;
}

#ssp-logo {
	width: 109px;
	height: auto;
	margin: 0 0 10px 0;
}

#ssp-logo img {
	width: 100%;
}

#ssp-lbl {
	font-family: 'Oswald';
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.02em;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#ssp-cat {
	font-family: 'mallory';
	font-weight: 700;
	font-size: 12px;
	color: #ffffff;
	margin-bottom: 10px;
}

#ssp-headlines {
	font-family: 'Noto Serif';
}

#ssp-headlines h2 {
	font-size: 14px;
	letter-spacing: 0.02em;
	margin-bottom: 10px;
	line-height: 1.2em;
}

#ssp-read-more {
	font-family: 'mallory';
	font-weight: 700;
	font-size: 10px;
	color: #ffffff;
}



/* 1024px */
@media only screen and (min-width: 1024px) and (max-width: 1040px){


}


/* 768px */
@media only screen and (min-width: 768px) and (max-width: 1023px){
#special-section-split {
	width: 97%;
}

#ssp-box {
	width: 48.9%;
	height: 551px;
	margin: 0 0 20px 0;
}

.resp-bg {
	background-image: url('https://sports.inquirer.net/files/2019/07/PACTHUR-375x551.jpg');
}

#ssp-info {
	padding: 0 10px;
}


}

/* 720px */
@media only screen and (min-width: 720px) and (max-width: 767px){
#special-section-split {
	width: 100%;
}

#ssp-box {
	width: 100%;
	height: 551px;
	margin: 0 0 20px 0;
}

.resp-bg {
	background-image: url('https://sports.inquirer.net/files/2019/07/PACTHUR-375x551.jpg');
}

#ssp-info {
	padding: 0 10px;
}


}

/* 600px */
@media only screen and (min-width: 600px) and (max-width: 719px){
#special-section-split {
	width: 100%;
}

#ssp-box {
	width: 100%;
	height: 400px;
	margin: 0 0 20px 0;
}

.resp-bg {
	background-image: url('https://sports.inquirer.net/files/2019/07/PACTHUR-375x551.jpg');
}

#ssp-info {
	padding: 0 10px;
}


}

/* 480px */
@media only screen and (min-width: 480px) and (max-width: 599px){
#special-section-split {
	width: 100%;
}

#ssp-box {
	width: 100%;
	height: 551px;
	margin: 0 0 20px 0;
}

.resp-bg {
	background-image: url('https://sports.inquirer.net/files/2019/07/PACTHUR-375x551.jpg');
}

#ssp-info {
	padding: 0 10px;
}


}

/* 375px */
@media only screen and (min-width: 375px) and (max-width: 479px){
#special-section-split {
	width: 100%;
}

#ssp-box {
	width: 100%;
	height: 551px;
	margin: 0 0 20px 0;
}

.resp-bg {
	background-image: url('https://sports.inquirer.net/files/2019/07/PACTHUR-375x551.jpg');
}

#ssp-info {
	padding: 0 10px;
}


}

/* 360px */
@media only screen and (min-width: 360px) and (max-width: 374px){
#special-section-split {
	width: 100%;
}

#ssp-box {
	width: 100%;
	height: 551px;
	margin: 0 0 20px 0;
}

.resp-bg {
	background-image: url('https://sports.inquirer.net/files/2019/07/PACTHUR-375x551.jpg');
}

#ssp-info {
	padding: 0 10px;
}


}

/* 320px */
@media only screen and (min-width: 320px) and (max-width: 359px){
#special-section-split {
	width: 100%;
}

#ssp-box {
	width: 100%;
	height: 551px;
	margin: 0 0 20px 0;
}

.resp-bg {
	background-image: url('https://sports.inquirer.net/files/2019/07/PACTHUR-375x551.jpg');
}

#ssp-info {
	padding: 0 10px;
}

}
