#weather-forecast .service-container {
    position: relative;
    height: 400px; /* height */
    overflow: hidden;
}

#weather-forecast .service-container iframe {
    position: absolute;
    top: -500px; /* where the frame should cut */
    left: 0;
    width: 100%;
    height: 1500px;
}

#weather-forecast .service-title {
    position: relative;
    background: rgba(0,0,0,0); /* sets background of title to black */
}
